about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-10 08:20:40 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-10 08:20:40 +0000
commit5b5c0e8fc9133b7b813902360fe9ded7d39f7317 (patch)
treef9eaa3f3aaebde4403f0a02f23273c39a604f9d4 /ChangeLog
parentaa4a931544e21719ff9bc33c4f1fcef79eb31210 (diff)
downloadzsh-5b5c0e8fc9133b7b813902360fe9ded7d39f7317.tar.gz
zsh-5b5c0e8fc9133b7b813902360fe9ded7d39f7317.tar.xz
zsh-5b5c0e8fc9133b7b813902360fe9ded7d39f7317.zip
fix for `-+opt' with mutex list (11294)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d518d1a87..19be62766 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-05-10  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 11294: Src/Zle/computil.c: fix for `-+opt' with mutex list
+	
 	* 11292: Completion/Core/_files: update `%p' replacement in _files
 	
 2000-05-09  Bart Schaefer  <schaefer@brasslantern.com>