diff options
author | Andrey Borzenkov <bor@users.sourceforge.net> | 2009-02-08 08:09:18 +0000 |
---|---|---|
committer | Andrey Borzenkov <bor@users.sourceforge.net> | 2009-02-08 08:09:18 +0000 |
commit | 453597547a5c529efbab6b3122542c09104fa861 (patch) | |
tree | e0f567b2176d2a81b4f05637007ba5fdc40596a0 /ChangeLog | |
parent | 4ed30bb21b0982824875f12e932081c589051f03 (diff) | |
download | zsh-453597547a5c529efbab6b3122542c09104fa861.tar.gz zsh-453597547a5c529efbab6b3122542c09104fa861.tar.xz zsh-453597547a5c529efbab6b3122542c09104fa861.zip |
26530: emulate -c restores all options on return
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 39ad8485b..03c1fd83a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-02-08 Andrey Borzenkov <bor@zsh.org> + + * 26530: Doc/Zsh/builtins.yo: clarify that "emulate -c" + restores all options on return, not only those related + to emulation + 2009-02-07 Peter Stephenson <p.w.stephenson@ntlworld.com> * Allan Caffee <allan.caffee@gmail.com>: 26532: index option @@ -11103,5 +11109,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4553 $ +* $Revision: 1.4554 $ ***************************************************** |