about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-12-16 21:49:53 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-12-16 21:49:53 +0000
commit0963ce3a64a2921cd4eead8708ca4d6c4d20d33c (patch)
tree8523377daeff8f8ecfa9136fd8deb99a1e15f1c7 /ChangeLog
parentd14b6ba4b877b309375167133def47db3f07932a (diff)
downloadzsh-0963ce3a64a2921cd4eead8708ca4d6c4d20d33c.tar.gz
zsh-0963ce3a64a2921cd4eead8708ca4d6c4d20d33c.tar.xz
zsh-0963ce3a64a2921cd4eead8708ca4d6c4d20d33c.zip
24268: handle backslashed = in mailbox completion
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05755a1bd..6ed03ec4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-12-16  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 24268: Completion/Unix/Type/_mailboxes: handle backslashed =.
+
 	* 24264: Doc/Zsh/builtins.yo, Doc/Zsh/expn.yo, Src/params.c,
 	Src/subst.c, Src/zsh.h, Test/B02typeset.ztst: restrict the
 	effect of 24234 to expansion in the parameter substitution code