about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2003-07-29 09:56:28 +0000
committerWayne Davison <wayned@users.sourceforge.net>2003-07-29 09:56:28 +0000
commit27665b32d6e1f60d6e786baa2478aa396f7e9b98 (patch)
treee13cce2647cc8e8f3821bcd6bba453b7be3956c8
parent1495a7e008a8f7b80df2a2ce8319710a182e4bd5 (diff)
downloadzsh-27665b32d6e1f60d6e786baa2478aa396f7e9b98.tar.gz
zsh-27665b32d6e1f60d6e786baa2478aa396f7e9b98.tar.xz
zsh-27665b32d6e1f60d6e786baa2478aa396f7e9b98.zip
Fix one of the bugs from users/6421.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5370d0bb1..957548461 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-29  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* users/6421: Src/Zle/zle_misc.c: Don't crash if alt-y is
+	typed twice in a row without a prior ctrl-y.
+
 2003-07-25  Peter Stephenson  <pws@csr.com>
 
 	* 18908: Doc/Zsh/builtins.yo, Functions/TCP/tcp_fd_handler,