summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-01-12 10:42:48 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-01-12 10:42:48 +0000
commit25bca6c67c24ade8514352d05886e24da37dd58b (patch)
tree29ed95547d05ad3a343e9745eacaa7c175f658e0 /README
parent20692: unset POSIXLY_CORRECT in test. (diff)
downloadzsh-25bca6c67c24ade8514352d05886e24da37dd58b.tar
zsh-25bca6c67c24ade8514352d05886e24da37dd58b.tar.gz
zsh-25bca6c67c24ade8514352d05886e24da37dd58b.tar.bz2
zsh-25bca6c67c24ade8514352d05886e24da37dd58b.tar.lz
zsh-25bca6c67c24ade8514352d05886e24da37dd58b.tar.xz
zsh-25bca6c67c24ade8514352d05886e24da37dd58b.tar.zst
zsh-25bca6c67c24ade8514352d05886e24da37dd58b.zip
Unposted: release zsh version 4.2.2
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 10 insertions, 1 deletions
diff --git a/README b/README
index 7292eaf38..1bfe8ee84 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ THE Z SHELL (ZSH)
Version
-------
-This is development code based on zsh version 4.2.1.
+This is zsh version 4.2.2. This is a stable version.
Installing Zsh
--------------
@@ -36,6 +36,15 @@ tests used by zsh's "[[" syntax. (The documentation was previously cagey
about what "test" and "[" actually did.) "[[" has always been the
recommended way of implementing tests within zsh.
+In recent versions of zsh, typing the end-of-file (EOF) character
+(typically ^D, although this can be altered with the "stty" command)
+repeatedly in the line editor printed a warning message, but never exited the
+shell. This was a departure from the traditional behaviour of zsh and
+other shells where the shell would exit after 10 EOFs. The traditional
+behaviour has been restored. Also, binding a user-defined editor command
+to the EOF character now suppresses the EOF behaviour inside the line
+editor; it is possible to emulate it if desired.
+
From 4.2.0 to 4.2.1: