about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-10-29 08:45:57 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-10-29 08:45:57 -0700
commit691547cda60f0512c645e80246292936e660f326 (patch)
tree4462acf2ff7debdd7438e4dff3c36f82cfb1d598 /ChangeLog
parent0412c0baaa8aab99dc59913614f42471091712b0 (diff)
downloadzsh-691547cda60f0512c645e80246292936e660f326.tar.gz
zsh-691547cda60f0512c645e80246292936e660f326.tar.xz
zsh-691547cda60f0512c645e80246292936e660f326.zip
33563: Completion/Base/Core/_main_complete, Src/Zle/complist.c: fix thinko in status message for INT/QUIT signals; check errflag in output loops
Two semi-related patches for keyboard interrupt handling in completion,
most importantly so that unexpectedly long completion listings can be
interrupted.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54fac61ca..676d26979 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-10-29  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 33563: Completion/Base/Core/_main_complete, Src/Zle/complist.c:
+	fix thinko in status message for INT/QUIT signals; check errflag
+	in output loops so that unexpectedly long completion listings can
+	be interrupted
+
 2014-10-26  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 33564: Test/A05execution.ztst: more care with monitor option.