mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-30 05:40:58 +01:00
Release 4.3.1, finally (updated...)
This commit is contained in:
parent
2ccaf4efec
commit
f2fffea3e6
3 changed files with 17 additions and 7 deletions
13
Etc/FAQ.yo
13
Etc/FAQ.yo
|
|
@ -296,10 +296,10 @@ sect(On what machines will it run?)
|
||||||
|
|
||||||
sect(What's the latest version?)
|
sect(What's the latest version?)
|
||||||
|
|
||||||
Zsh 4.2.6 is the latest production version. A release on the
|
Zsh 4.2.6 is the latest production version. The latest development
|
||||||
4.3 development branch is imminent; this will contain support
|
version is 4.3.1; this contains support for multibyte character strings
|
||||||
for multibyte character strings (such as UTF-8 locales) in the
|
(such as UTF-8 locales) in the line editor, although the rest of the
|
||||||
line editor.
|
shell does not yet have full multibyte support.
|
||||||
|
|
||||||
There will not be any further 4.0 releases now that 4.2 has become
|
There will not be any further 4.0 releases now that 4.2 has become
|
||||||
the stable version.
|
the stable version.
|
||||||
|
|
@ -2257,8 +2257,9 @@ sect(What's on the wish-list?)
|
||||||
Some future possibilities which have been suggested:
|
Some future possibilities which have been suggested:
|
||||||
itemize(
|
itemize(
|
||||||
it() The shell, in particular the line editor, should support Unicode
|
it() The shell, in particular the line editor, should support Unicode
|
||||||
characters. Initial support for this should appear in version 4.3,
|
characters. Initial support for this appeared in version 4.3;
|
||||||
but this is a large job.
|
it is reasonably complete in the line editor but patchy elsewhere
|
||||||
|
(note this may require the configuration option --enable-multibyte).
|
||||||
it() The parameter code could do with tidying up, maybe with more of the
|
it() The parameter code could do with tidying up, maybe with more of the
|
||||||
features made available in ksh93.
|
features made available in ksh93.
|
||||||
it() Configuration files to enable zsh startup files to be created
|
it() Configuration files to enable zsh startup files to be created
|
||||||
|
|
|
||||||
6
NEWS
6
NEWS
|
|
@ -27,6 +27,12 @@ Major changes between versions 4.2 and 4.3
|
||||||
not to break existing code (and to be compatible with proposals for the
|
not to break existing code (and to be compatible with proposals for the
|
||||||
Korn shell).
|
Korn shell).
|
||||||
|
|
||||||
|
- Substitutions of the form ${var:-"$@"}, ${var:+"$@"} and similar where
|
||||||
|
word-splitting is applied to the text after the :- or :+ (in particular,
|
||||||
|
where the SH_WORD_SPLIT option is in effect for compatibility) now
|
||||||
|
behave as in other Bourne- and POSIX-compatible shells when in the
|
||||||
|
appropriate emulation mode.
|
||||||
|
|
||||||
- New Posix-style zsh-specific tests [[:IDENT:]], [[:IFS:]],
|
- New Posix-style zsh-specific tests [[:IDENT:]], [[:IFS:]],
|
||||||
[[:IFSSPACE:]], [[:WORD:]] test if character can appear in identifier,
|
[[:IFSSPACE:]], [[:WORD:]] test if character can appear in identifier,
|
||||||
is an IFS character, is an IFS whitespace character, or is considered
|
is an IFS character, is an IFS whitespace character, or is considered
|
||||||
|
|
|
||||||
5
README
5
README
|
|
@ -5,7 +5,10 @@ THE Z SHELL (ZSH)
|
||||||
Version
|
Version
|
||||||
-------
|
-------
|
||||||
|
|
||||||
This is development code before the release of version 4.3.1.
|
This is version 4.3.1 of the shell. This is a development release,
|
||||||
|
but is believed to be reasonably stable. Sites where the users need to
|
||||||
|
edit command lines with multibyte characters (in particular UTF-8)
|
||||||
|
will probably want to upgrade.
|
||||||
|
|
||||||
Installing Zsh
|
Installing Zsh
|
||||||
--------------
|
--------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue