summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2004-09-20 13:37:41 +0000
committerBart Schaefer <barts@users.sourceforge.net>2004-09-20 13:37:41 +0000
commit2e9bbdc833ca50f4d1a4613c1e0f2035fc5f9561 (patch)
treee179ab8e1b1e1ded3a7a9f2202e334c899d062c2 /ChangeLog
parent037485c4a474395064e2b5b1da281ca052796320 (diff)
downloadzsh-2e9bbdc833ca50f4d1a4613c1e0f2035fc5f9561.tar.gz
zsh-2e9bbdc833ca50f4d1a4613c1e0f2035fc5f9561.zip
20387: revised algorithm for the fix in 20363.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dd273437..f347b542e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-09-20 Bart Schaefer <schaefer@zsh.org>
+
+ * 20387: Src/init.c, Src/zle_main.c: rather than counting the EOF
+ keystrokes as in 20363, pretend that we received an EOF each time
+ the "use 'logout' to logout" warning is printed, and let the top-
+ level loop keep the count. This way, disabling the warning (by
+ rebinding that key to a "zle -N" widget) also disables counting.
+
2004-09-17 Peter Stephenson <pws@csr.com>
* 20378: Matthias B <msb@winterdrache.de>: Src/params.c,
@@ -34,7 +42,7 @@
from zle -I and improve documentation of status from zle, zle -I,
zle -R.
-2004-09-08 Bart Schaefer <schaefer@zanshin.com>
+2004-09-08 Bart Schaefer <schaefer@zsh.org>
* 20325: Src/exec.c, Test/E01options.ztst: fix crash when using
the "command" builtin (as opposed to the "command" precommand