summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-11-23 11:29:20 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-11-23 11:29:20 +0000
commit325a7c041715f7602ad55161cf15e14b24f97b97 (patch)
tree12de09272aebda9c993209a39cf7857b2c73f01f /NEWS
parente14491ea7f0548abdc8020bddf330e94c711085b (diff)
downloadzsh-325a7c041715f7602ad55161cf15e14b24f97b97.tar.gz
zsh-325a7c041715f7602ad55161cf15e14b24f97b97.zip
22013: initial go at a working zsh-newuser-install
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e463d88dd..da605e884 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ Major changes between versions 4.2 and 4.3
- There is support for multibyte character sets in the line editor,
though not the main shell. See Multibyte Character Support in INSTALL.
+- The shell can now run an installation function for a new user
+ (one with no .zshrc, .zshenv, .zprofile or .zlogin file) without
+ any additional setting up by the administrator.
+
- New option PROMPT_SP, on by default, to work around the problem that the
line editor can overwrite output with no newline at the end.