about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-07-03 07:59:53 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-07-03 07:59:53 +0000
commitd98faffcaf274db165cde607f546d62a30853327 (patch)
tree53ed3a15594cd14d7b51cc15180e102282ecc2d8 /ChangeLog
parentf5c8907ec58c21dcf59b01c45716ca780697861f (diff)
downloadzsh-d98faffcaf274db165cde607f546d62a30853327.tar.gz
zsh-d98faffcaf274db165cde607f546d62a30853327.tar.xz
zsh-d98faffcaf274db165cde607f546d62a30853327.zip
fix for interactive mode when menu selection is called via the menu-select widget (17394)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42180110b..0b40856cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-03  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 17394: Src/Zle/complist.c: fix for interactive mode when menu
+	selection is called via the menu-select widget
+
 2002-07-02  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 17393: Completion/Unix/Command/_chown,