summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-06-02 12:48:10 +0200
committerOliver Kiddle <opk@zsh.org>2016-06-02 12:48:10 +0200
commit3fdf1f16e34d22ebdb40bd411467f7b977ec8bb6 (patch)
treed8ca2020aadf115c206cbaf28cc862874a1bb60b /ChangeLog
parent8cf68f05ab1b13f147521ad64df34dae256e09fb (diff)
downloadzsh-3fdf1f16e34d22ebdb40bd411467f7b977ec8bb6.tar.gz
zsh-3fdf1f16e34d22ebdb40bd411467f7b977ec8bb6.tar.xz
zsh-3fdf1f16e34d22ebdb40bd411467f7b977ec8bb6.zip
38540: fix undo problem by not moving the current change when only undoing a history line change
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f1220d49..59a2375d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-02  Oliver Kiddle  <opk@zsh.org>
+
+	* 38540: Src/Zle/zle_utils.c: fix undo problem by not moving
+	the current change when only undoing a history line change
+
 2016-06-02  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* users/21603: Src/utils.c: Don't do second attempt at read/poll