diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-08-07 10:04:10 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-08-07 10:04:10 +0000 |
commit | 5dd1ba01ea1b4251fa8b05f4acbd1fe9750176aa (patch) | |
tree | f58e64178c479afa2d605a65921a343d25bc3949 /ChangeLog | |
parent | 34def9b74d64af50f469e74d0fafbefd37844e17 (diff) | |
download | zsh-5dd1ba01ea1b4251fa8b05f4acbd1fe9750176aa.tar.gz zsh-5dd1ba01ea1b4251fa8b05f4acbd1fe9750176aa.tar.xz zsh-5dd1ba01ea1b4251fa8b05f4acbd1fe9750176aa.zip |
15585: bash-style up- and down-case words
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6804251d6..cbd516bd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-08-07 Peter Stephenson <pws@csr.com> + * 15585: Doc/Zsh/contrib.yo, Functions/Zle/bash-down-case-word, + Functions/Zle/bash-up-case-word: two new Zle functions with + bash-style word boundaries. + * 15583: Config/installfns.sh: ignore CVS directories for all function installations, not just with subdirectories. |