about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-10-09 09:41:31 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-10-09 09:41:31 +0000
commita003c09affae598f34e846e771e7659228e1e1dc (patch)
tree1bda2d65282a477e8023961d476ed09e41baa8ed /ChangeLog
parentcab118d4d10d2cef336fdc9548c0cee129cf77d1 (diff)
downloadzsh-a003c09affae598f34e846e771e7659228e1e1dc.tar.gz
zsh-a003c09affae598f34e846e771e7659228e1e1dc.tar.xz
zsh-a003c09affae598f34e846e771e7659228e1e1dc.zip
22820: this time, fix handling of long accumulated completion line
(ChangeLog entry)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f27ac0a8..8e2c59fc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,10 @@
 
 2006-10-06  Peter Stephenson  <pws@csr.com>
 
-	* 10791: Src/Zle/compresult.c: accumulated completions
+	* 22820: Src/Zle/compresult.c: no, users/10791 wasn't right
+	and now I'm bored so this will have to do.
+
+	* users/10791: Src/Zle/compresult.c: accumulated completions
 	on single line could cause border disputes resulting in
 	skirmishes with cursor position.