about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-07-27 10:59:43 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-07-27 10:59:43 +0000
commit3343c75efdb25e274df824e016b0bb3552b1c0ba (patch)
tree170f0b897002d55ef57e9f5298b4831bedf1de3b /ChangeLog
parentd3ceb5e0eb499a9a6b0778e3ae1e68e6b4758aff (diff)
downloadzsh-3343c75efdb25e274df824e016b0bb3552b1c0ba.tar.gz
zsh-3343c75efdb25e274df824e016b0bb3552b1c0ba.tar.xz
zsh-3343c75efdb25e274df824e016b0bb3552b1c0ba.zip
fix a bug that started menu selection too often; fix bug for `yes=long' and document it (12405)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9be943e3..197a00ea5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-07-27  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 12405: Completion/Core/_main_complete, Doc/Zsh/compsys.yo: fix a
+ 	bug that started menu selection too often; fix bug for `yes=long'
+ 	and documentit
+	
 2000-07-27  Bart Schaefer  <schaefer@zsh.org>
 
 	* 12396: Functions/Misc/zed: The value of `$(functions $1)' for