about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-05-16 10:27:06 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-05-16 10:27:06 +0000
commit8e20d1da63d320c599490a222c33543201893b5e (patch)
treef1210bba2f37155a9f5534bcfe392e418cd0ffcc /ChangeLog
parent5f8a498d4dec3f6d21dd0c04ee784ae08b6bf656 (diff)
downloadzsh-8e20d1da63d320c599490a222c33543201893b5e.tar.gz
zsh-8e20d1da63d320c599490a222c33543201893b5e.tar.xz
zsh-8e20d1da63d320c599490a222c33543201893b5e.zip
more fixage for expansion: just convert the command line to the original when expansion shouldn't or couldn't do something sensible on the line (14359)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29f829c30..6cf32b473 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-05-16  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 14359: Src/Zle/zle_tricky.c: more fixage for expansion: just
+	convert the command line to the original when expansion
+	shouldn't or couldn't do something sensible on the line
+
 2001-05-15  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* 14357: Src/hashtable.c, Src/hist.c, Src/zsh.h, Doc/Zsh/options.yo: