diff options
author | Andrey Borzenkov <bor@users.sourceforge.net> | 2008-08-31 15:59:13 +0000 |
---|---|---|
committer | Andrey Borzenkov <bor@users.sourceforge.net> | 2008-08-31 15:59:13 +0000 |
commit | d19602a65a0fa7c42aacbbedbd0d9e44d52055ba (patch) | |
tree | 7cff5e8aa63455710a0bcb5200485b1e607e4a96 /ChangeLog | |
parent | f18f231ef7eb73ebe0c4e3dec41255924af15e61 (diff) | |
download | zsh-d19602a65a0fa7c42aacbbedbd0d9e44d52055ba.tar.gz zsh-d19602a65a0fa7c42aacbbedbd0d9e44d52055ba.tar.xz zsh-d19602a65a0fa7c42aacbbedbd0d9e44d52055ba.zip |
users/13169: really restore emulation mode after 'emulate -L'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7da6d589d..782fe3474 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-08-31 Andrey Borzenkov <bor@zsh.org> + + * users/13169: Src/exec.c: really restore emulation mode when + exiting shell function if 'emulate -L' has been used (actually + if LOCAL_OPTIONS has been set). Fixed problem noticed in RedHat + bug https://bugzilla.redhat.com/show_bug.cgi?id=430665#c19. + 2008-08-31 Peter Stephenson <p.w.stephenson@ntlworld.com> * 25569: David Le Bourgeouis & pws: _ant completion was broken |