diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-07-06 11:22:13 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-07-06 11:22:13 +0000 |
commit | 13484584472e82505c9decd686bb67771af508c9 (patch) | |
tree | 54d885631c64f2b03443535ecbbe1504dc94edac /ChangeLog | |
parent | f2040baa9b457973da012405af7f600c72be85a7 (diff) | |
download | zsh-13484584472e82505c9decd686bb67771af508c9.tar.gz zsh-13484584472e82505c9decd686bb67771af508c9.tar.xz zsh-13484584472e82505c9decd686bb67771af508c9.zip |
add exclusion lists and use _multi_parts for sysctl completion on BSD (15252)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index c21e30555..5dad2875c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-07-06 Oliver Kiddle <opk@zsh.org> + + * 15252 (and Akinori Musha: 15245): Completion/BSD/Command/_kld, + Completion/Unix/Command/_sysctl: Add exclusion lists and use + _multi_parts for BSD completion of sysctl. + 2001-07-06 Sven Wischnowsky <wischnow@zsh.org> * 15283: Completion/Unix/Type/_path_files: when looking for @@ -53,8 +59,6 @@ AC_SEARCH_LIBS for pcre. Have pcre_match set positional parameters with the contents of capture buffers. -2001-07-03 Clint Adams <clint@zsh.org> - * unposted: Doc/Makefile.in: add mod_pcre.yo to makefile. 2001-07-03 Oliver Kiddle <opk@zsh.org> |