diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-06-13 16:45:10 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-06-13 16:45:10 +0000 |
commit | aab0b4cad008dc4ff4f2a43c59026b2633cf2c7f (patch) | |
tree | f5f8cd5f0750653d3663a8c6bcd89e369b65cb49 | |
parent | 9310826027fcd5a2a4b868f3cc89b1a5995aa931 (diff) | |
download | zsh-aab0b4cad008dc4ff4f2a43c59026b2633cf2c7f.tar.gz zsh-aab0b4cad008dc4ff4f2a43c59026b2633cf2c7f.tar.xz zsh-aab0b4cad008dc4ff4f2a43c59026b2633cf2c7f.zip |
Added patch numbers to Sven's entries.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index 221f14d47..f685b3183 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,22 +1,22 @@ 2000-06-13 Sven Wischnowsky <wischnow@zsh.org> - * ?????: Doc/Zsh/compsys.yo, Src/Zle/computil.c: make -A take a + * 11876: Doc/Zsh/compsys.yo, Src/Zle/computil.c: make -A take a pattern as argument to match non-arguments; allow single-letter option strings to have multiple arguments; fix to allow option completion with multiple sets - * ?????: Completion/Commands/_generic, Doc/Zsh/compsys.yo: new + * 11872 Completion/Commands/_generic, Doc/Zsh/compsys.yo: new _generic widget to call completion with $WIDGET in function field of context - * ?????: Completion/Core/_main_complete, Doc/Zsh/compsys.yo: allow + * 11873: Completion/Core/_main_complete, Doc/Zsh/compsys.yo: allow insert-tab style to contain `pending[=num]' to handle the case when there is pending input - * ?????: Completion/Core/_expand, Doc/Zsh/compsys.yo: new style + * 11874: Completion/Core/_expand, Doc/Zsh/compsys.yo: new style `suffix', use accept-exact style in _expand - * ?????: Src/Zle/complist.c: fix for longer capability strings; + * 11875: Src/Zle/complist.c: fix for longer capability strings; very bad 2000-06-13 Peter Stephenson <pws@cambridgesiliconradio.com> |