about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-07-09 14:47:22 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-07-09 14:47:22 +0000
commit9d5f320f386701f9dec3d57a3326700563f87c23 (patch)
tree72de961a2e7ff51a5399a463d11287d182ccd2b5 /ChangeLog
parent59bbc0cfc53ce5871252c1541a087509bde89fdf (diff)
downloadzsh-9d5f320f386701f9dec3d57a3326700563f87c23.tar.gz
zsh-9d5f320f386701f9dec3d57a3326700563f87c23.tar.xz
zsh-9d5f320f386701f9dec3d57a3326700563f87c23.zip
22542: deoverenthuse cmdpopping
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d035302fe..89a740e48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-09  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 22542: Src/parse.c, Src/prompt.c, Src/zsh.h: 22516 was
+	overentusiastic about popping the command stack; turn cmdpop()
+	and cmdpush() into functions for better maintainability.
+
 2006-07-03  Peter Stephenson  <pws@csr.com>
 
 	* 22537: Makefile.in: rm -rf autom4te.cache on distclean.