diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-03-11 22:53:41 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-03-11 22:53:41 +0000 |
commit | e264c1bee199acd99267e2142ab22507cadb488a (patch) | |
tree | af471605f1dafb99214a91b44dedd17f350ae703 /ChangeLog | |
parent | c140245164e0448685940f17fd8efcbc8109b237 (diff) | |
download | zsh-e264c1bee199acd99267e2142ab22507cadb488a.tar.gz zsh-e264c1bee199acd99267e2142ab22507cadb488a.tar.xz zsh-e264c1bee199acd99267e2142ab22507cadb488a.zip |
Various new, improved, fixed or updated functions (13600)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 73bf18cc1..2ee34ab5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-03-11 Oliver Kiddle <opk@zsh.org> + + * 13600: Completion/Base/_subscript, Completion/Core/_files, + Completion/Core/_tags, Completion/User/.distfiles, + Completion/User/_dir_list, Completion/User/_fetchmail, + Completion/User/_hosts, Completion/User/_iconv, Completion/User/_mutt, + Completion/User/_ncftp, Completion/User/_tar, Completion/User/_urls, + Completion/User/_webbrowser, Completion/User/_wget, + Completion/User/_xargs, Completion/User/_zip, Functions/Misc/mere: + various new, improved, fixed or updated functions + 2001-03-11 Bart Schaefer <schaefer@zsh.org> * 13599: Completion/User/_sh: Use _normal completion following @@ -40,7 +51,6 @@ * unposted: configure.in, aczsh.m4: support building with GCC on ReliantUNIX; use AC_TRY_COMMAND for better diagnostic - 2001-03-06 Oliver Kiddle <opk@zsh.org> * unposted: Completion/User/.distfiles, Completion/User/_webbrowser: @@ -73,7 +83,6 @@ * unposted: Etc/CONTRIBUTORS: use zsh.org mail address (courtesy of Geoff) for me :-) - 2001-03-05 Sven Wischnowsky <wischnow@zsh.org> * 13566: Completion/Builtins/_aliases, Completion/Core/_expand_alias, |