diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-03-26 08:58:33 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-03-26 08:58:33 +0000 |
commit | 4e994fddced06b279f445c2919df3dc60fb0306f (patch) | |
tree | c941f114e1d792b599fb2df40dd4da80512a3df0 /ChangeLog | |
parent | ea08ba3cea5fe6d979d984a556b902003d0afe04 (diff) | |
download | zsh-4e994fddced06b279f445c2919df3dc60fb0306f.tar.gz zsh-4e994fddced06b279f445c2919df3dc60fb0306f.tar.xz zsh-4e994fddced06b279f445c2919df3dc60fb0306f.zip |
avoid adding empty strings to the kill ring (13767)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 554b8469c..d57d64f90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,11 @@ 2001-03-26 Sven Wischnowsky <wischnow@zsh.org> + * 13767: Src/Zle/zle_utils.c: avoid adding empty strings to + the kill ring + * 13763: Completion/Builtins/_pids, Doc/Zsh/compsys.yo: _pids - * shouldn't start menu completion if the current word starts - * with a hyphen; typo fix in compsys.yo + shouldn't start menu completion if the current word starts + with a hyphen; typo fix in compsys.yo 2001-03-25 Bart Schaefer <schaefer@zsh.org> |