diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-01-07 14:38:13 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-01-07 14:38:13 +0000 |
commit | 90bbd87734053303751d401a807be8a7fe3b9176 (patch) | |
tree | 3ea728b70c4fd811c83659de35278677b7c31ca7 /ChangeLog | |
parent | ad41ecec2b030446aacf8337e67da81ab189caaa (diff) | |
download | zsh-90bbd87734053303751d401a807be8a7fe3b9176.tar.gz zsh-90bbd87734053303751d401a807be8a7fe3b9176.tar.xz zsh-90bbd87734053303751d401a807be8a7fe3b9176.zip |
fixes for completion of signal names with SIG prefix and for completing command names instead of pids (16406)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e8c39916c..ee9e110a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-01-07 Sven Wischnowsky <wischnow@zsh.org> + + * 16406: Completion/Base/Completer/_approximate, + Completion/Unix/Type/_signals, Completion/X/Command/_netscape, + Completion/Zsh/Command/_kill, Doc/Zsh/builtins.yo: fixes for + completion of signal names with SIG prefix and for completing + command names instead of pids + 2002-01-05 Bart Schaefer <schaefer@zsh.org> * 16400, 16401: Src/subst.c: preserve empty words that result from |