diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-01-27 14:54:31 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-01-27 14:54:31 +0000 |
commit | 778a73b027509c9c9f70c8dbd184097efeacae43 (patch) | |
tree | 17d52da7da8fd0a1f85a0491b52e80ab66299f4b /ChangeLog | |
parent | cd70d2745cc34cd05292e6c87fa1e4f272792313 (diff) | |
download | zsh-778a73b027509c9c9f70c8dbd184097efeacae43.tar.gz zsh-778a73b027509c9c9f70c8dbd184097efeacae43.tar.xz zsh-778a73b027509c9c9f70c8dbd184097efeacae43.zip |
18139: Improve $killring interface; can now change length. Empty
strings in $killring are ignored when yank-popping. Yank-popping is more consistent about looping and using the original cutbuffer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fbf03cb32..b40c631fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-01-27 Peter Stephenson <pws@csr.com> + + * 18139: Doc/Zsh/zle.yo, Src/Zle/zle.h, Src/Zle/zle_main.c, + Src/Zle/zle_misc.c, Src/Zle/zle_params.c, Src/Zle/zle_utils.c: + Improve $killring interface; can now change length. Empty + strings in $killring are ignored when yank-popping. Yank-popping + is more consistent about looping and using the original cutbuffer. + 2003-01-27 Oliver Kiddle <opk@zsh.org> * Doug Kearns: 18141: Completion/Unix/Command/_elinks: |