about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-06-07 18:04:06 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-06-07 18:04:06 +0000
commitb673918c0ffd358a31353c86c1084286741f7306 (patch)
tree1cfd6c228b9221f5e9f549c3445194546225f186 /ChangeLog
parent0e08b8c2e485c355acc4818c1b04a81bc7e150be (diff)
downloadzsh-b673918c0ffd358a31353c86c1084286741f7306.tar.gz
zsh-b673918c0ffd358a31353c86c1084286741f7306.tar.xz
zsh-b673918c0ffd358a31353c86c1084286741f7306.zip
17304: tweak to tweak the tweaked tweak for zle -I in 17301
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b27065bb..1669ca349 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2002-06-07  Peter Stephenson  <pws@csr.com>
 
+	* 17304: Src/Zle/zle_main.c, Doc/Zsh/zle.yo: (suggested by Bart)
+	tweak the tweaked tweak in 17301 so that zle -I returns status
+	0 if zle display was successfully invalidated even if by a
+	previous cal to zle -I (user doesn't care). 
+
 	* 17299: Src/builtin.c, Src/exec.c, Src/init.c, Src/parse.c,
 	Src/text.c, Src/zsh.h: Instead of freeing Eprogs in one go
 	at the top level, use reference counts.