diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-28 07:39:08 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-28 07:39:08 +0000 |
commit | b19f915a4f3a986bd48b32e16cda0ea2cb5acbe7 (patch) | |
tree | 250c3cd1866d84c87e50ef691220353eba7db539 /ChangeLog | |
parent | 05d09daba645fc58085af995f6887b5c62d12003 (diff) | |
download | zsh-b19f915a4f3a986bd48b32e16cda0ea2cb5acbe7.tar.gz zsh-b19f915a4f3a986bd48b32e16cda0ea2cb5acbe7.tar.xz zsh-b19f915a4f3a986bd48b32e16cda0ea2cb5acbe7.zip |
avoid wrapping around both horizontally and vertically at the same time (10992)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6849bbe3d..6be546983 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-04-28 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + + * 10992: Src/Zle/complist.c: avoid wrapping around both + horizontally and vertically at the same time + 2000-04-27 Bart Schaefer <schaefer@brasslantern.com> * Tanaka Akira: 10980: Completion for enscript. |