diff options
author | pdpennock <pdpennock> | 2010-10-10 18:49:58 +0000 |
---|---|---|
committer | pdpennock <pdpennock> | 2010-10-10 18:49:58 +0000 |
commit | dde6c78f9631957f1acd3b6d65227e95fc9676e8 (patch) | |
tree | 0c7cc08252c578e13c0627b29eab49dd09a03ba4 | |
parent | af5a85f3630f3d60ad7061fe32693baf78c27dcd (diff) | |
download | zsh-dde6c78f9631957f1acd3b6d65227e95fc9676e8.tar.gz zsh-dde6c78f9631957f1acd3b6d65227e95fc9676e8.tar.xz zsh-dde6c78f9631957f1acd3b6d65227e95fc9676e8.zip |
Document the 28338 commit. Oops.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index f914bb232..bbcb94dbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,11 @@ backslash-newline line continuation properly. Come to think of it, neither does the alternative. +2010-10-10 Phil Pennock <pdpennock@users.sourceforge.net> + + * 28338: Src/cond.c, C02cond.ztst: keep =~ from inverting sense + of subsequent tests (after &&/||). + 2010-10-08 Peter Stephenson <pws@csr.com> * Ben: 28330: Completion/X/Command/_acroread: add @@ -13734,5 +13739,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5102 $ +* $Revision: 1.5103 $ ***************************************************** |