about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-05-15 07:40:33 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-05-15 07:40:33 +0000
commitcd50acd08da88d54c808af9168e61328f5d2160c (patch)
tree0fd7f272fa8e545feee0e16be34ff5e86e325277 /ChangeLog
parent92e651c94081bce33cfd2c03e3231e0799a3e751 (diff)
downloadzsh-cd50acd08da88d54c808af9168e61328f5d2160c.tar.gz
zsh-cd50acd08da88d54c808af9168e61328f5d2160c.tar.xz
zsh-cd50acd08da88d54c808af9168e61328f5d2160c.zip
follow-up to 17135, backslash-quoted backslashes in double quotes weren't right, yet (17163)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03e42760f..7db1a2988 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-15  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 17163: Src/Zle/compcore.c: follow-up to 17135,
+	backslash-quoted backslashes in double quotes weren't right,
+	yet
+
 2002-05-14  Peter Stephenson  <pws@csr.com>
 
 	* 17162: Src/Modules/tcp.c: prevent warning on gethostbyaddr()