about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-11-15 21:27:45 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-11-15 21:27:45 +0000
commit85c513894d42293c79b46f09a039162329698656 (patch)
treee4cb108ebd22c4e7420cb6baf9cf9f59018c29c8 /ChangeLog
parentac38534728b2980d1e4b3422453322546b975062 (diff)
downloadzsh-85c513894d42293c79b46f09a039162329698656.tar.gz
zsh-85c513894d42293c79b46f09a039162329698656.tar.xz
zsh-85c513894d42293c79b46f09a039162329698656.zip
26047: convert lower levels of completion matching to use
multibyte strings and wide characters
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c31491971..9fe8c2bca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
+2008-11-15  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 26047: Src/pattern.c, Src/Zle/comp.h, Src/Zle/compmatch.c,
+	Src/Zle/complete.c, Src/Zle/compmatch.c, Src/Zle/computil.c,
+	Src/Zle/zle_utils.c:  convert lower levels of completion
+	matching to user multibyte strings / wide characters.
+
+	* Phil (unposted): README: another typo.
+
 2008-11-15  Clint Adams  <clint@zsh.org>
 
 	* 26046: Functions/TCP/tcp_send: return an error if session's fd is
 	unusable.
 
-2008-11-15  Peter Stephenson  <p.w.stephenson@ntlworld.com>
-
-	* Phil (unposted): README: another typo.
-
 2008-11-13  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 26042 with some fixes from 26043 (Mikael): README,