about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-03 13:05:39 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-03 13:05:39 +0000
commit17e79c01575b26e28e5f978d99cff250a6d9e63b (patch)
tree0c5a6ae7de20b12d9fbe63d6370fe8c07f1d6452 /ChangeLog
parentcdbbb405de3a179e70ad6e9d5e324c6c6f5d04e8 (diff)
downloadzsh-17e79c01575b26e28e5f978d99cff250a6d9e63b.tar.gz
zsh-17e79c01575b26e28e5f978d99cff250a6d9e63b.tar.xz
zsh-17e79c01575b26e28e5f978d99cff250a6d9e63b.zip
fix for the (z) flag: report partial word (like `"foo', without a closing quote); mention in manual that (z) is handled lately (11117)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6030303a6..9a7757b7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-05-03  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>
 
+	* 11117: Doc/Zsh/expn.yo, Src/hist.c: fix for the (z) flag: report
+ 	partial word (like `"foo', without a closing quote); mention in
+ 	manual that (z) is handled lately
+	
 	* Andrej: 11067: Completion/Builtins/_zcompile: handle -t option
 
 	* 11113: Doc/Zsh/expn.yo, Src/hist.c, Src/subst.c,