diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-03-28 11:34:07 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-03-28 11:34:07 +0000 |
commit | 1e57c42f470bdd2ab6179ec44dae96fd3377a1dd (patch) | |
tree | 5f9c38c21bcbbcba7b7524f9df7e4f99b8344424 /ChangeLog | |
parent | 2941469f616202f51da7ba9ceafa3f419f34573b (diff) | |
download | zsh-1e57c42f470bdd2ab6179ec44dae96fd3377a1dd.tar.gz zsh-1e57c42f470bdd2ab6179ec44dae96fd3377a1dd.tar.xz zsh-1e57c42f470bdd2ab6179ec44dae96fd3377a1dd.zip |
18394: New word movement and editing widgets.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c0de1ae7f..7a0881f09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2003-03-28 Peter Stephenson <pws@csr.com> + + * 18394: Doc/Zsh/contrib.yo, + Functions/Zle/backward-kill-word-match, + Functions/Zle/backward-word-match, + Functions/Zle/capitalize-word-match, + Functions/Zle/down-case-word-match, + Functions/Zle/forward-word-match, Functions/Zle/kill-word-match, + Functions/Zle/match-words-by-style, + Functions/Zle/read-from-minibuffer, + Functions/Zle/select-word-style, + Functions/Zle/transpose-words-match, + Functions/Zle/up-case-word-match: Replacement widgets for + word movement and editing, controlled by style and by + select-word-style widget/function. + 2003-03-26 Peter Stephenson <pws@csr.com> * 18392: Src/builtin.c: read with -p and -t options crashed |