about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2013-10-07 11:43:55 +0100
committerPeter Stephenson <pws@zsh.org>2013-10-07 11:43:55 +0100
commit9345e57859eda273d2d14346fa48e15b109fbe2d (patch)
tree8a3955e31bac2586a395bbe573c596cd17976767 /ChangeLog
parent7e4fd18519a02de10c0f25e57590267510b5d77e (diff)
downloadzsh-9345e57859eda273d2d14346fa48e15b109fbe2d.tar.gz
zsh-9345e57859eda273d2d14346fa48e15b109fbe2d.tar.xz
zsh-9345e57859eda273d2d14346fa48e15b109fbe2d.zip
31793: Fix problem with non-interactive history.
Modify 31789 so it doesn't try to save history from hbegin()
in that case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 670b40824..be2f1b1e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-10-07  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 31793: Src/hist.c (hbegin): Modify 31789 so that the save
+	history here only happens for interactive editing.
+
 2013-10-06  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* users/18024: Completion/Unix/Command/_rsync: add new options for