summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEitan Adler <lists@eitanadler.com>2016-11-28 22:53:24 -0800
committerPeter Stephenson <pws@zsh.org>2016-11-29 17:13:52 +0000
commit110ffae9fefa1367af4fdcc90a456de23b92436c (patch)
tree128741c763d41ab88e6130028507ffdd0c80fc13 /ChangeLog
parent40026: Fix for completion after redirection. (diff)
downloadzsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar
zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.gz
zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.bz2
zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.lz
zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.xz
zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.zst
zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.zip
40035: Cosmetic fixes for comments and documentation.
Mostly fixes to doubled words.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a016ce0e6..0d5f61198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2016-11-29 Peter Stephenson <p.stephenson@samsung.com>
+ * 40035: Eitan Adler: Cosmetic fixes mostly for duplication in
+ comments and documentation.
+
* 40026: Src/Zle/zle_tricky.c: More care with redirection
completion. Fixes for completion after > in "!> ." that
should add to sanity.
@@ -3523,7 +3526,7 @@
2015-09-28 Barton E. Schaefer <schaefer@zsh.org>
- * 36669: Src/lex.c: fix ${(z)...} of an an incomplete math
+ * 36669: Src/lex.c: fix ${(z)...} of an incomplete math
expression by restoring "((" at the front of the token
2015-09-28 Daniel Shahaf <d.s@daniel.shahaf.name>
@@ -9517,7 +9520,7 @@
2013-07-20 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 31545: Src/exec.c, Src/parse.c: if FD_CLOEXEC is available,
- so mark dump file file descriptors, avoiding possible
+ so mark dump file descriptors, avoiding possible
multiple use of file descriptors.
2013-07-19 Peter Stephenson <p.w.stephenson@ntlworld.com>