diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-17 18:49:32 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-17 18:49:32 +0000 |
commit | f879a295e14bb81a94fc52329b28ee523fcd36a7 (patch) | |
tree | 89f8ba2ba00570bd7dfa5bb415110498231b06cf /ChangeLog | |
parent | 3708080538bcb59e9659065be00ad5eb31d2312d (diff) | |
download | zsh-f879a295e14bb81a94fc52329b28ee523fcd36a7.tar.gz zsh-f879a295e14bb81a94fc52329b28ee523fcd36a7.tar.xz zsh-f879a295e14bb81a94fc52329b28ee523fcd36a7.zip |
use pager style instead of $EDITOR and fix bad substitution in exclusion lists
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 29908f8c1..9247e3345 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2002-01-17 Oliver Kiddle <opk@zsh.org> + + * 16464: Completion/Base/Widget/_complete_debug, + Completion/Zsh/Command/_zstyle: use pager style in _complete_debug + in preference to $EDITOR + + * 16464: Completion/Unix/Command/_pine, Completion/Zsh/Command/_zle: + fix subtitutions used for exclusion lists and do cleanup of _zle + 2002-01-16 Clint Adams <clint@zsh.org> * unposted: Src/.distfiles: remove ansi2knr. |