diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-07 12:43:31 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-07 12:43:31 +0000 |
commit | d779b43f42b331841f6ffa973f77f9fb97811b84 (patch) | |
tree | 37ba3860599cb4aac9482bc2c577d196d5bcc2c0 /ChangeLog | |
parent | 424ad9fc1d213316e9eb6da8f9040d48a211f46b (diff) | |
download | zsh-d779b43f42b331841f6ffa973f77f9fb97811b84.tar.gz zsh-d779b43f42b331841f6ffa973f77f9fb97811b84.tar.xz zsh-d779b43f42b331841f6ffa973f77f9fb97811b84.zip |
make sure caller-supplied explanation takes precedence (10579)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index aced251ed..613c98894 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-04-07 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + * 10579: Completion/Base/_arguments, Completion/Base/_values, + Completion/Core/_alternative: make sure caller-supplied + explanation takes precedence + * 10575: Completion/User/_make: complete make targets of the form `foo bar:' @@ -11,10 +15,13 @@ multiple directories didn't work 2000-04-06 Clint Adams <schizo@debian.org> + * Felix Rosencrantz: 10564: Completion/X/_x_display: typo in _wanted. + * 10565: acconfig.h, configure.in, Src/exec.c: add configure option for function depth limit. + * 10566: Src/glob.c: change invocation of patgetglobflags to use two arguments. |