diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-27 08:21:10 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-27 08:21:10 +0000 |
commit | ad31ce0db8118be03843711cfe7cf418835fb114 (patch) | |
tree | e98368efd7d4e4c77af37c73362df30c0fdf9db3 /ChangeLog | |
parent | d00d0f0efa8e2021c9aa80d8f22c332a3ce3eb7c (diff) | |
download | zsh-ad31ce0db8118be03843711cfe7cf418835fb114.tar.gz zsh-ad31ce0db8118be03843711cfe7cf418835fb114.tar.xz zsh-ad31ce0db8118be03843711cfe7cf418835fb114.zip |
renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROLL; no special value for LISTMAX to turn on list scrolling, this is done by setting LISTPROMPT now; default values for LISTPROMPT and MENUPROMPT when set but empty (10959)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e1050bffa..5b3315f4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-04-27 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + + * 10959: Completion/Core/_main_complete, Doc/Zsh/compsys.yo, + Doc/Zsh/mod_complist.yo, Src/params.c, Src/Zle/compcore.c, + Src/Zle/complete.c, Src/Zle/complist.c, Src/Zle/compresult.c: + renamed parameters for menu selection to MENUSELECT, MENUPROMPT + and MENUSCROLL; no special value for LISTMAX to turn on list + scrolling, this is done by setting LISTPROMPT now; default values + for LISTPROMPT and MENUPROMPT when set but empty + 2000-04-27 Adam Spiers <adam@spiers.net> * 10949: Completion/User/_perl_modules: print warning when |