diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-04-04 11:59:08 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-04-04 11:59:08 +0000 |
commit | 8ce654afb58e1b5fb619144e2eb12142d448976b (patch) | |
tree | ce1851b7e9f78416bd168f332bc10c0115ff0f1b /ChangeLog | |
parent | 41eb475f9b23ca4309e31bec21809cd23090feb0 (diff) | |
download | zsh-8ce654afb58e1b5fb619144e2eb12142d448976b.tar.gz zsh-8ce654afb58e1b5fb619144e2eb12142d448976b.tar.xz zsh-8ce654afb58e1b5fb619144e2eb12142d448976b.zip |
16933: more sophisticated versions of these functions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bc9efef7a..01473248d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2002-04-04 Oliver Kiddle <opk@zsh.org> + * 16933; based on 16011 (Martin Ebourne) and 16906 (Bart): + Functions/Zle/up-line-or-beginning-search, + Functions/Zle/down-line-or-beginning-search: + more sophisticated versions of these functions + * 16923: Completion/Base/Completer/_all_matches, Doc/Zsh/compsys.yo: add insert style to insert all matches instead of adding as a match |