diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-18 07:36:55 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-18 07:36:55 +0000 |
commit | fe65ab1dd85195ae0bef29f11aea74209c00cb8b (patch) | |
tree | 1e435897e589f4e0e66f89ef6128bd5752b4e056 /ChangeLog | |
parent | 59da43689af6ca1048f2e956f10c18cd17774f2a (diff) | |
download | zsh-fe65ab1dd85195ae0bef29f11aea74209c00cb8b.tar.gz zsh-fe65ab1dd85195ae0bef29f11aea74209c00cb8b.tar.xz zsh-fe65ab1dd85195ae0bef29f11aea74209c00cb8b.zip |
completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new used parameters, use local keymap when waiting at list-prompt (10801)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2d38188c7..47f12fd0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2000-04-18 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + * 10801: Completion/Builtins/_zstyle, Completion/Core/_main_complete, + Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo, Doc/Zsh/mod_complist.yo, + Src/Zle/complist.c: completion list scrolling cleanup; *STATUS + renamed to *PROMPT, styles for new used parameters, use local + keymap when waiting at list-prompt + * 10799: Src/text.c: fix to get newlines in non-job-texts (I'm sooo stupid) |