diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-09 22:08:38 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-09 22:08:38 +0000 |
commit | 2983ed3fb3301d1808ae04a3a04389e3cd3fde8a (patch) | |
tree | c9a1f5eecc55a14ca9949c6fb07a4c1c2d2bfc09 /ChangeLog | |
parent | 9c33cf443419b74c5769279f4f1043465b62f64b (diff) | |
download | zsh-2983ed3fb3301d1808ae04a3a04389e3cd3fde8a.tar.gz zsh-2983ed3fb3301d1808ae04a3a04389e3cd3fde8a.tar.xz zsh-2983ed3fb3301d1808ae04a3a04389e3cd3fde8a.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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3326272f1..6399b5ce4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +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... + + * 22594: Src/Zle/complist.c, Src/Zle/compresult.c, + Src/Zle/zle_tricky.c: Attempt to fix some off-by-one errors + counting lines when a completion list exactly fits the + display width. + 2006-08-09 Peter Stephenson <pws@csr.com> * 22593: Doc/Zsh/contrib.yo, Functions/MIME/zsh-mime-handler: add |