diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-08 08:16:32 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-08 08:16:32 +0000 |
commit | 92637abbb870dc35e1af9150741f7b11587a3350 (patch) | |
tree | 0720a090889ec58db87992e6a4e9712a1c939739 /ChangeLog | |
parent | c15091b7d196c8fcc15bf8f13f8c7ccf62479b85 (diff) | |
download | zsh-92637abbb870dc35e1af9150741f7b11587a3350.tar.gz zsh-92637abbb870dc35e1af9150741f7b11587a3350.tar.xz zsh-92637abbb870dc35e1af9150741f7b11587a3350.zip |
misc. completion cleanups and changes (11242)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3703df67e..06aef3737 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-05-08 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + + * 11242: Completion/Builtins/_pids, Completion/Builtins/_zstyle, + Completion/Commands/_complete_help, Completion/Core/_all_labels, + Completion/Core/_approximate, Completion/Core/_expand, + Completion/Core/_ignored, Completion/Core/_main_complete, + Completion/Core/_prefix, Completion/Core/_setup, + Doc/Zsh/compsys.yo, Src/Zle/complete.mdd, Src/Zle/complist.c: + misc. completion cleanups and changes + 2000-05-06 Bart Schaefer <schaefer@zsh.org> * 11236: Completion/Base/_arguments: Handle tabs between options |