about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2016-10-23 21:32:58 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2016-10-23 21:32:58 +0100
commit6f071b2309283bfe0798bd317f79622cc22270e0 (patch)
tree4783ab561deff3bb026ac9cd5cdbb52519f41fa2 /ChangeLog
parent8e3e72793363a7d209af9c6a98b992e76aecc6c3 (diff)
downloadzsh-6f071b2309283bfe0798bd317f79622cc22270e0.tar.gz
zsh-6f071b2309283bfe0798bd317f79622cc22270e0.tar.xz
zsh-6f071b2309283bfe0798bd317f79622cc22270e0.zip
39715: Handle multibyte characters in complist listing
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb35290b4..f63ffa6fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-10-23  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 39715: Src/Zle/complist.c: handle multibyte characters when
+	highlighting completion listing.
+
 2016-10-22  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 39710 (cf. Alex George: 39709): Completion/Base/Completer/_expand,