diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-05-15 09:39:55 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-05-15 09:39:55 +0000 |
commit | 09c5818b393a14d693e5b7424b23e0a155bcaa60 (patch) | |
tree | 6f41349b550108e06522fe506545f186e35595d9 /ChangeLog | |
parent | 4e309d2cddb7b8e1ee7c57320ba4a87162e943bf (diff) | |
download | zsh-09c5818b393a14d693e5b7424b23e0a155bcaa60.tar.gz zsh-09c5818b393a14d693e5b7424b23e0a155bcaa60.tar.xz zsh-09c5818b393a14d693e5b7424b23e0a155bcaa60.zip |
18530: print option states with `set -o' or `set +o'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5550e3a02..234c46937 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-15 Oliver Kiddle <opk@zsh.org> + + * 18530: Src/builtin.c, Src/options.c, Doc/Zsh/builtins.yo: + print option states with `set -o' or `set +o' + 2003-05-15 Peter Stephenson <pws@csr.com> * 18539: Src/init.c: upgrade 18536 to autoload zle on |