diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-03-29 21:35:39 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-03-29 21:35:39 +0000 |
commit | af8a88e4f5c3ffe5a9d8005709e94b641bc21261 (patch) | |
tree | 4de7cec4341768e9209bd00bea48959233646a9a /ChangeLog | |
parent | 6bddc704e8355313593875446e6b0b3903d4c304 (diff) | |
download | zsh-af8a88e4f5c3ffe5a9d8005709e94b641bc21261.tar.gz zsh-af8a88e4f5c3ffe5a9d8005709e94b641bc21261.tar.xz zsh-af8a88e4f5c3ffe5a9d8005709e94b641bc21261.zip |
23248: Completion listing problem with lines nearly screen width
If compiled with debug send dputs() output to $ZSH_DEBUG_LOG if defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 58c26c9b2..8cb8d2b96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-03-29 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 23248: INSTALL, Src/utils.c, Src/zsh.h, Src/Zle/complist.c: + bug with completion lists on last line of group just shorter than + the line length; if compiled with debugging, ZSH_DEBUG_LOG is used + for dputs() output. + 2007-03-29 Clint Adams <clint@zsh.org> * unposted: Completion/Unix/Command/.distfiles: update |