summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-08-11 16:33:41 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-08-11 16:33:41 +0000
commit3f89eb7c0935bbd49bf822142171c5c0beb5a8ba (patch)
tree9e432d0ae4a9c9322b323d8e6ab6e60d68e144bf
parent5aa648a5f2a73bf050635e2b548b0f4c8679e957 (diff)
downloadzsh-3f89eb7c0935bbd49bf822142171c5c0beb5a8ba.tar.gz
zsh-3f89eb7c0935bbd49bf822142171c5c0beb5a8ba.zip
The last word in B02typeset.ztst fixes (for now).
-rw-r--r--ChangeLog13
1 files changed, 7 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 5688a77d3..e35cc60ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-11 Wayne Davison <wayned@users.sourceforge.net>
+
+ * unposted: Test/B02typeset.ztst: improved the final test to ensure
+ that all the locally-unset environment variables get restored after
+ a function call. This also fixed an interaction with the cleanup
+ code that caused the ztst.* temporary files to not be removed.
+
2005-08-11 Oliver Kiddle <opk@zsh.org>
* 21598: Completion/Unix/Command/_subversion: fix typo that broke
@@ -12,12 +19,6 @@
from 21590: run-help, which-command and accept-and-menu-complete
were broken.
-2005-08-10 Wayne Davison <wayned@users.sourceforge.net>
-
- * unposted: Test/B02typeset.ztst: added "setopt localoptions"
- to avoid a problem where "setopt noglob" got carried over to
- the caller and interfered with the cleanup of the temp files.
-
2005-08-10 Peter Stephenson <pws@csr.com>
* 21593: Src/Zle/complist.c, Src/Zle/zle_refresh.c: character