about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-13 08:43:39 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-13 08:43:39 +0000
commitf5b6feedcaed6b2cbc7f5dc20a2cc4b401dc62d9 (patch)
treee0488f13207fc700327a542de5d0b12f718dfc0a /ChangeLog
parentba1d606cb2a4c0a6e1e69b0a4f72cd9f34439469 (diff)
downloadzsh-f5b6feedcaed6b2cbc7f5dc20a2cc4b401dc62d9.tar.gz
zsh-f5b6feedcaed6b2cbc7f5dc20a2cc4b401dc62d9.tar.xz
zsh-f5b6feedcaed6b2cbc7f5dc20a2cc4b401dc62d9.zip
make read -[kq] always print the prompt, if any; after all they make sure they have a terminal anyway (10727)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7cd82fec..876fb54e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-04-13  Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
 
+	* 10727: Src/builtin.c: make read -[kq] always print the prompt,
+ 	if any; after all they make sure they have a terminal anyway
+	
 	* 10726: Src/hashtable.c: fix field name for HAVE_NIS_PLUS
 	
 	* 10725: Src/Zle/compcore.c, Src/Zle/compctl.c,