summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-07-30 07:47:03 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-07-30 07:47:03 +0000
commit273929e188132274c35f5a4867e8b6d6955dd928 (patch)
tree336c9bea7ae9c1feab436fc3a22e9962d7e452db /ChangeLog
parent17488: correct patch number (not 17485) (diff)
downloadzsh-273929e188132274c35f5a4867e8b6d6955dd928.tar
zsh-273929e188132274c35f5a4867e8b6d6955dd928.tar.gz
zsh-273929e188132274c35f5a4867e8b6d6955dd928.tar.bz2
zsh-273929e188132274c35f5a4867e8b6d6955dd928.tar.lz
zsh-273929e188132274c35f5a4867e8b6d6955dd928.tar.xz
zsh-273929e188132274c35f5a4867e8b6d6955dd928.tar.zst
zsh-273929e188132274c35f5a4867e8b6d6955dd928.zip
make sure invalidatelist() isn't called hwen we are inside menu selection and there's only one match left (17489)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccdc324e4..662ae49f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-30 Sven Wischnowsky <wischnow@zsh.org>
+
+ * 17489: Src/Zle/compresult.c: make sure invalidatelist() isn't
+ called hwen we are inside menu selection and there's only one
+ match left
+
2002-07-29 Peter Stephenson <pws@csr.com>
* 17488: Src/builtin.c: TYPESET_SILENT part of 17334 used