about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-09-12 20:49:13 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-09-12 20:49:13 -0700
commit8a818381cfa843f6bdc25e3517500da31d63c282 (patch)
treed2628a05eb4e77072dc6801e9c8d008f0bd37afe /ChangeLog
parent9cb8c3f4b5d9918028791d975cf3aa7d745b4b22 (diff)
downloadzsh-8a818381cfa843f6bdc25e3517500da31d63c282.tar.gz
zsh-8a818381cfa843f6bdc25e3517500da31d63c282.tar.xz
zsh-8a818381cfa843f6bdc25e3517500da31d63c282.zip
36525: revert only the selfinsert() bit of 36496
selfinsert() may be called with incomplete wide character processing from
places other than getkeymapcmd()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db594cc5d..79fb2c779 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
 
 2015-09-12  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 36525: Src/Zle/zle_misc.c: revert only the selfinsert() bit of
+	36496 because selfinsert() may be called with incomplete wide
+	character processing from places other than getkeymapcmd()
+
 	* unposted: Functions/Zle/bracketed-paste-magic: revert 36483 as
 	multibyte is now handled by "zle .read-command"; adapt to new
 	default behavior of zle_highlight for paste