about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-02-25 09:21:14 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-02-25 09:21:14 +0000
commit4e354ca36f5c1259b9f561bea52828f457e8e8ba (patch)
treef9a28a57afdc02de1b3591cc99bbadd86d3fb36b /ChangeLog
parent9b8176a659443094762f242c854c4af7afd3d0ec (diff)
downloadzsh-4e354ca36f5c1259b9f561bea52828f457e8e8ba.tar.gz
zsh-4e354ca36f5c1259b9f561bea52828f457e8e8ba.tar.xz
zsh-4e354ca36f5c1259b9f561bea52828f457e8e8ba.zip
allow nterruption of empty while-loops with ^C (16711)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2fb2ba43..b074b6518 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-02-25  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 16711: Src/loop.c: allow nterruption of empty while-loops
+	with ^C
+
 	* 16710: Completion/Base/Core/_message, Test/Y03arguments.ztst:
 	make _message inhibit insertion of matches unless there are
 	faked ones