about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-11-03 13:57:52 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-11-03 13:57:52 +0000
commita7b9b5f851898c569b4887afcdf768c3d5b058df (patch)
tree28f0b74a7e8f96c96903887e3a5af5303bbfd2b5 /ChangeLog
parentd90e97e16a7f9343fbec9d9b33da45806b2a4e89 (diff)
downloadzsh-a7b9b5f851898c569b4887afcdf768c3d5b058df.tar.gz
zsh-a7b9b5f851898c569b4887afcdf768c3d5b058df.tar.xz
zsh-a7b9b5f851898c569b4887afcdf768c3d5b058df.zip
19218: extend 19216 to zle widgets
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4af1d7f70..88ca3601e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-11-03  Peter Stephenson  <pws@csr.com>
 
+	* 19218: Src/exec.c, Src/Zle/zle_main.c: extend 19216 to
+	fix similar probably when calling zle widgets.
+
 	* 19216: Src/exec.c: save and restore $pipestatus on functions
 	when noreturnval flag is set.  Remove unnecessary debugging output.