diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-02-13 11:15:31 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-02-13 11:15:31 +0000 |
commit | 5b1d731c4b7d678e57f7e68f935d26e372dde0f2 (patch) | |
tree | 13db0b1e223aff6f60333d0a604d6f1b169116ba | |
parent | 5c8bb4944d669065a0ee5ede7e375b24553ad18b (diff) | |
download | zsh-5b1d731c4b7d678e57f7e68f935d26e372dde0f2.tar.gz zsh-5b1d731c4b7d678e57f7e68f935d26e372dde0f2.tar.xz zsh-5b1d731c4b7d678e57f7e68f935d26e372dde0f2.zip |
22215 and 22217.
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 39b06c999..6e2b2f583 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2006-02-13 Wayne Davison <wayned@users.sourceforge.net> + + * 22217: Src/Zle/compcore.c: allow the insertion of invalid + multibyte characters using the $'\123' idiom. + + * 22215: Src/utils.c, Src/Zle/zle_tricky.c: fixed the completion of + filenames containing commas inside an open bracelist, including the + ability for the user to manually backslash escape commas. + + * unposted: Src/Zle/computil.c: replaced an algorithm that was + looking backward for a backslash because that can accidentally + quote a character after a "\\" sequence. + 2006-02-12 Peter Stephenson <p.w.stephenson@ntlworld.com> * 22235: Eric Mangold: Completion/Unix/Command/_twisted: new |