diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-07-05 08:18:50 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-07-05 08:18:50 +0000 |
commit | 135db923be1336fc8d83b94678097c8c963cce0a (patch) | |
tree | 7402d6d67c4e0bba0e17ab6a257043930e6805c2 /ChangeLog | |
parent | 19424d40a89dbea41a6f9f693e8c15c38978e71a (diff) | |
download | zsh-135db923be1336fc8d83b94678097c8c963cce0a.tar.gz zsh-135db923be1336fc8d83b94678097c8c963cce0a.tar.xz zsh-135db923be1336fc8d83b94678097c8c963cce0a.zip |
improve interactive mode when there are no matches left (alow to go back with undo) (17429)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4ebc967ea..b9b7f9a94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-05 Sven Wischnowsky <wischnow@zsh.org> + + * 17429: Src/Zle/complist.c: improve interactive mode when + there are no matches left (alow to go back with undo) + 2002-07-04 Clint Adams <clint@zsh.org> * 17417: Src/Modules/datetime.c: remove unused fluff. |