about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-23 08:37:06 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-23 08:37:06 +0000
commitcb50583b184fd8aa456fcadd0c25e0c43f704a72 (patch)
treea15f95f2daf0c072c6d5a72e0e9005285123aacb /ChangeLog
parent7f9f81f3e22a58d6a8af77f05cd05c94faf88d93 (diff)
downloadzsh-cb50583b184fd8aa456fcadd0c25e0c43f704a72.tar.gz
zsh-cb50583b184fd8aa456fcadd0c25e0c43f704a72.tar.xz
zsh-cb50583b184fd8aa456fcadd0c25e0c43f704a72.zip
fix for read -q without a shout (11524)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0289344a5..232fe924f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-05-23  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 11524: Src/builtin.c: fix for read -q without a shout
+	
 	* 11523: Src/hist.c, Src/init.c, Src/lex.c, Src/zsh.h, Src/Zle/zle.h,
  	Src/Zle/zle_main.c, Src/Zle/zle_tricky.c: save and restore more
  	variables in bufferwords(); move gotword() into core