about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-10-09 16:27:11 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-10-09 16:27:11 +0000
commit34ed3eaecd3fedb8733b82c27dccba024608bf5f (patch)
tree43dcf2eb3fd9d3b806dfdb41f94af7cbcc85c3c0 /ChangeLog
parent0fda80344b49d952c02721613a17026185c87840 (diff)
downloadzsh-34ed3eaecd3fedb8733b82c27dccba024608bf5f.tar.gz
zsh-34ed3eaecd3fedb8733b82c27dccba024608bf5f.tar.xz
zsh-34ed3eaecd3fedb8733b82c27dccba024608bf5f.zip
users/17318: only increment the undo variable return value for the
first request in a row
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 266e7f9ed..9768aa8e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-10-09  Peter Stephenson  <pws@csr.com>
 
+	* users/17318: Src/Zle/zle_utils.c: don't increment the undo
+	change number for every variable read, only the first in a row.
+
 	* users/17314: Src/Zle/zle_utils.c: ensure an undo change number
 	uniquely specifies a point in editing history by incrementing
 	the value returned by the variable.
@@ -252,5 +255,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5742 $
+* $Revision: 1.5743 $
 *****************************************************