about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-08-09 22:08:52 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-08-09 22:08:52 +0000
commit3dc99a72575cb5da88e62ffbe18d484203193ae6 (patch)
treeb4c1ce4484b363838d1e63f0ae471805254cdd80 /ChangeLog
parent2983ed3fb3301d1808ae04a3a04389e3cd3fde8a (diff)
downloadzsh-3dc99a72575cb5da88e62ffbe18d484203193ae6.tar.gz
zsh-3dc99a72575cb5da88e62ffbe18d484203193ae6.tar.xz
zsh-3dc99a72575cb5da88e62ffbe18d484203193ae6.zip
22594: Attempt to fix some off-by-one errors for completion lists
that exactly fit the display width
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6399b5ce4..cfff642fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 2006-08-09  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
-	* Functions/Example/pushd: maintain pushdignoredups if it was
-	set on entry to the function.  I have a weird sense of deja vu
-	about this...
+	* unposted: Functions/Example/pushd: maintain pushdignoredups if
+	it was 	set on entry to the function.  I have a weird sense of
+	deja vu about this...
 
 	* 22594: Src/Zle/complist.c, Src/Zle/compresult.c,
 	Src/Zle/zle_tricky.c: Attempt to fix some off-by-one errors