diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-09 09:45:03 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-09 09:45:03 +0000 |
commit | 6ae1f67c992c210c8804a3806f16806836d9739a (patch) | |
tree | a924cc8b3fb9f204d19b9bd3f742c0b12fa02f17 /ChangeLog | |
parent | 64c6ec9a20f694a6e6ed23c22de82a0ee5eacfbb (diff) | |
download | zsh-6ae1f67c992c210c8804a3806f16806836d9739a.tar.gz zsh-6ae1f67c992c210c8804a3806f16806836d9739a.tar.xz zsh-6ae1f67c992c210c8804a3806f16806836d9739a.zip |
Greg Klanderman: 26538: sanitise options in _read_comp
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 5d3031f22..0a22df8b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-02-09 Peter Stephenson <pws@csr.com> + * Greg Klanderman: 26538: Completion/Base/Widget/_read_comp: + needs "nounset" option. + * Richard Hartmann: 26536: Doc/Zsh/options.yo: add index entries for options that appear with "NO" in front. @@ -11116,5 +11119,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4555 $ +* $Revision: 1.4556 $ ***************************************************** |