about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-09-02 14:34:33 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-09-02 14:34:33 +0000
commitfb7907257503b2c8915d3623c694bfb21122b7df (patch)
tree8f2b50888038a35a484088e30173f5880aea6767 /ChangeLog
parentd24593bf3862046a4093226f21ce276bd23d0ae3 (diff)
downloadzsh-fb7907257503b2c8915d3623c694bfb21122b7df.tar.gz
zsh-fb7907257503b2c8915d3623c694bfb21122b7df.tar.xz
zsh-fb7907257503b2c8915d3623c694bfb21122b7df.zip
20303: zle -I test and running zle widgets in traps
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 803eeace0..8ba3c08c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-09-02  Peter Stephenson  <pws@csr.com>
 
+	* 20303: Src/Zle/zle_thingy.c, Doc/Zsh/zle.yo: Make test for
+	zle -I more consistent with other uses of zle. Make zle widgets
+	runnable inside traps.
+
 	* 20300: Src/Zle/zle_main.c: typing ^D to list completions,
 	then two ^C's caused a spurious EOF.