about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2019-02-14 11:41:19 +0000
committerPeter Stephenson <p.stephenson@samsung.com>2019-02-14 11:41:19 +0000
commite25de2de74be09071a8f752d38263cab9c316254 (patch)
tree1f0f8ee94d26433642a8ed0abd23dec9eb9804ef /ChangeLog
parent109975b1b57a347bee1085b2a0b26ec004445a24 (diff)
downloadzsh-e25de2de74be09071a8f752d38263cab9c316254.tar.gz
zsh-e25de2de74be09071a8f752d38263cab9c316254.tar.xz
zsh-e25de2de74be09071a8f752d38263cab9c316254.zip
c.f. 44062: Back off clearflag change to ZLE line init.
This causes problems with failed ZLE reads that printed a message
in the display area, in particular ignoreEOF warnings.

It appears it's not needed for the overall effect of the fixes in
zsh-workers/40302, commit 34656ec2.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cca84054c..63dadc319 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-02-14  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* see 44062: back off change to ZLE per-line initiialisation,
+	causing problems after failed reads and apparently not needed
+	for the intended fix of interrupt handling (40305 / 34656ec2).
+
 2019-02-09  Doron Behar <doron.behar@gmail.com>
 
 	* gitlab !5: Completion/Unix/Command/_abcde: