diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-24 09:00:29 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-24 09:00:29 +0000 |
commit | e61af474c1e37952f2e59a2a0e5842185ae1adc5 (patch) | |
tree | dfae9f6e0e89936232c764de0601ddcf27edfed0 /ChangeLog | |
parent | 46b26c618c984010487d9eb7c78a65149d42b82f (diff) | |
download | zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.tar.gz zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.tar.xz zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.zip |
26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARS
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b2ca7ab76..39bbffbb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-04-24 Peter Stephenson <pws@csr.com> + + * 26876 (documentation slightly modified): NEWS, Doc/Zsh/compwid.yo, + Doc/Zsh/params.yo, Src/Zle/compresult.c, Src/Zle/zle.h, + Src/Zle/zle_misc.c: add ZLE_REMOVE_SUFFIX_CHARS and + ZLE_SPACE_SUFFIX_CHARS to make actions for suffix removals when + not controlled by completion system more configurable. + 2009-04-23 Clint Adams <clint@zsh.org> * 26877, 26879: Completion/Debian/Command/_apt: handle apt-get @@ -11608,5 +11616,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4665 $ +* $Revision: 1.4666 $ ***************************************************** |