about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-12-07 18:54:03 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-12-07 18:54:03 +0000
commit9fb30cf572f7c5ff26e883396a5020da89d9541a (patch)
tree849916d8a6e1c2a7a044e15bb6e6fa56f0cb4155 /ChangeLog
parent0c2d823a7955981e88f7cb5b718a7081d97104f0 (diff)
downloadzsh-9fb30cf572f7c5ff26e883396a5020da89d9541a.tar.gz
zsh-9fb30cf572f7c5ff26e883396a5020da89d9541a.tar.xz
zsh-9fb30cf572f7c5ff26e883396a5020da89d9541a.zip
37331: Use a single chracter to represent an MB_INCOMPLETE.
This is as it is likely to appear as a single character in output
even if it has multiple octets.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5b0f2ae2..55a917068 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-12-07  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 37331: Src/utils.c: use a single character to represent an
+	MB_INCOMPLETE string even if multiple octets.
+
 2015-12-07  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 37337: Src/Zle/zle.h, Src/Zle/zle_main.c,