diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2011-03-28 04:50:20 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2011-03-28 04:50:20 +0000 |
commit | 67847a96ee2bff708b2f7b6ec25cc850f818ea46 (patch) | |
tree | b4807171d6bf207ee59e3ccedda1118943f09ff3 /ChangeLog | |
parent | e4059eedc7e825c0711981d4035ab138b1fb21e4 (diff) | |
download | zsh-67847a96ee2bff708b2f7b6ec25cc850f818ea46.tar.gz zsh-67847a96ee2bff708b2f7b6ec25cc850f818ea46.tar.xz zsh-67847a96ee2bff708b2f7b6ec25cc850f818ea46.zip |
28926: No newline after the last line in listlist() when printing the list
in a single column.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index fa51a4af5..050d6af19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,11 @@ * Johan Sundström: 28890: Completion/Unix/Command/.distfiles, Completion/Unix/Command/_npm: New _npm completion. +2011-03-19 Barton E. Schaefer <schaefer@zsh.org> + + * 28926: Src/Zle/zle_tricky.c: No newline after the last line in + listlist() when printing the list in a single column. + 2011-03-18 Frank Terbeck <ft@bewatermyfriend.org> * Nikolai Weibull: 28914: Completion/Unix/Command/_git: Typo @@ -14372,5 +14377,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5230 $ +* $Revision: 1.5231 $ ***************************************************** |