diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-07-13 08:42:10 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-07-13 08:42:10 +0000 |
commit | c3082d546e19df8fa70f179e1151c6b742ba5388 (patch) | |
tree | e598b63d43686f1b06bf12346924a8df930d8a88 /ChangeLog | |
parent | 6ef0d9767fc86b39c17bc29ec633dfb07baadd6e (diff) | |
download | zsh-c3082d546e19df8fa70f179e1151c6b742ba5388.tar.gz zsh-c3082d546e19df8fa70f179e1151c6b742ba5388.tar.xz zsh-c3082d546e19df8fa70f179e1151c6b742ba5388.zip |
slightly improved (z) flag for parsing conditions; recognising glob flags in conditions still doesn't work (12237)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 888c64577..6b7efffe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-07-13 Sven Wischnowsky <wischnow@zsh.org> + + * 12237: Src/hist.c, Src/lex.c: slightly improved (z) flag for + parsing conditions; recognising glob flags in conditions still + doesn't work + 2000-07-12 Peter Stephenson <pws@cambridgesiliconradio.com> * 12231: Completion/Core/compinstall: fix setting of list-prompt. |