mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
4.3.9
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
2008-10-30 Peter Stephenson <pws@csr.com>
|
2008-10-30 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* unposted: NEWS, README, Config/version.mk, Etc/FAQ.yo,
|
||||||
|
Etc/relnote_4.3.7.txt, Etc/relnote_4.3.8.txt,
|
||||||
|
Etc/relnote_4.3.9.txt: try again with 4.3.9.
|
||||||
|
|
||||||
|
* 25958: INSTALL: Doc/Makefile.in, Doc/Zsh/filelist.yo,
|
||||||
|
Doc/Zsh/files.yo, Doc/Zsh/options.yo: make it possible to
|
||||||
|
get correctly named global startup files by remaking docs.
|
||||||
|
|
||||||
* Oliver (unposted): configure.ac: 25950 should use xyes, too.
|
* Oliver (unposted): configure.ac: 25950 should use xyes, too.
|
||||||
|
|
||||||
* unposted: Completion/Zsh/Command/_tcpsys: added this since
|
* unposted: Completion/Zsh/Command/_tcpsys: added this since
|
||||||
|
|||||||
@@ -27,5 +27,5 @@
|
|||||||
# This must also serve as a shell script, so do not add spaces around the
|
# This must also serve as a shell script, so do not add spaces around the
|
||||||
# `=' signs.
|
# `=' signs.
|
||||||
|
|
||||||
VERSION=4.3.8-dev-0
|
VERSION=4.3.9
|
||||||
VERSION_DATE='October 29, 2008'
|
VERSION_DATE='October 30, 2008'
|
||||||
|
|||||||
@@ -298,7 +298,7 @@ sect(On what machines will it run?)
|
|||||||
sect(What's the latest version?)
|
sect(What's the latest version?)
|
||||||
|
|
||||||
Zsh 4.2.7 is the latest production version. The latest development
|
Zsh 4.2.7 is the latest production version. The latest development
|
||||||
version is 4.3.8; this contains support for multibyte character strings
|
version is 4.3.9; this contains support for multibyte character strings
|
||||||
(such as UTF-8 locales). All the main features for multibyte
|
(such as UTF-8 locales). All the main features for multibyte
|
||||||
support are now in place, although there is some debugging work
|
support are now in place, although there is some debugging work
|
||||||
still to be done.
|
still to be done.
|
||||||
@@ -2032,7 +2032,7 @@ sect(How does zsh handle multibyte input and output?)
|
|||||||
set the tt(MULTIBYTE) option.
|
set the tt(MULTIBYTE) option.
|
||||||
|
|
||||||
The other option that affects multibyte support is tt(COMBINING_CHARS),
|
The other option that affects multibyte support is tt(COMBINING_CHARS),
|
||||||
new in version 4.3.8. When this is set, any zero-length punctuation
|
new in version 4.3.9. When this is set, any zero-length punctuation
|
||||||
characters that follow an alphanumeric character (the base character) are
|
characters that follow an alphanumeric character (the base character) are
|
||||||
assumed to be modifications (accents etc.) to the base character and to
|
assumed to be modifications (accents etc.) to the base character and to
|
||||||
be displayed within the same screen area as the base character. As not
|
be displayed within the same screen area as the base character. As not
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
Version 4.3.7 was not widely released owing to a bug. See
|
Version 4.3.7 was not widely released owing to a bug. See
|
||||||
the release notes for 4.3.8.
|
the release notes for 4.3.9.
|
||||||
|
|||||||
@@ -1,17 +1,2 @@
|
|||||||
Version 4.3.8 adds various new features plus numerous bugfixes.
|
Version 4.3.8 was not widely released owing to a bug. See
|
||||||
Note most sites will wish to upgrade straight from 4.3.6 to 4.3.8.
|
the release notes for 4.3.9.
|
||||||
|
|
||||||
Development of multibyte support has continued with the addition
|
|
||||||
of the COMBINING_CHARS option to support combining characters in the line
|
|
||||||
editor on terminals that handle this.
|
|
||||||
|
|
||||||
Various additions have been made to support shell code debugging better.
|
|
||||||
|
|
||||||
There is now additional support for highlighting and colouring of parts of
|
|
||||||
the command line in the line editor as well as builtin support for
|
|
||||||
colouring in prompts etc.
|
|
||||||
|
|
||||||
The syntax ~[...] provides a dynamic form of directory naming, based on a
|
|
||||||
shell function.
|
|
||||||
|
|
||||||
See the NEWS file for more detailed information.
|
|
||||||
|
|||||||
17
Etc/relnote_4.3.9.txt
Normal file
17
Etc/relnote_4.3.9.txt
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
Version 4.3.9 adds various new features plus numerous bugfixes.
|
||||||
|
Note most sites will wish to upgrade straight from 4.3.6 to 4.3.9.
|
||||||
|
|
||||||
|
Development of multibyte support has continued with the addition
|
||||||
|
of the COMBINING_CHARS option to support combining characters in the line
|
||||||
|
editor on terminals that handle this.
|
||||||
|
|
||||||
|
Various additions have been made to support shell code debugging better.
|
||||||
|
|
||||||
|
There is now additional support for highlighting and colouring of parts of
|
||||||
|
the command line in the line editor as well as builtin support for
|
||||||
|
colouring in prompts etc.
|
||||||
|
|
||||||
|
The syntax ~[...] provides a dynamic form of directory naming, based on a
|
||||||
|
shell function.
|
||||||
|
|
||||||
|
See the NEWS file for more detailed information.
|
||||||
2
NEWS
2
NEWS
@@ -4,7 +4,7 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
|
|||||||
|
|
||||||
Note also the list of incompatibilities in the README file.
|
Note also the list of incompatibilities in the README file.
|
||||||
|
|
||||||
Major changes between versions 4.3.6 and 4.3.8
|
Major changes between versions 4.3.6 and 4.3.9
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
|
|
||||||
The option COMBINING_CHARS has been added. When it is set, the
|
The option COMBINING_CHARS has been added. When it is set, the
|
||||||
|
|||||||
5
README
5
README
@@ -5,10 +5,11 @@ THE Z SHELL (ZSH)
|
|||||||
Version
|
Version
|
||||||
-------
|
-------
|
||||||
|
|
||||||
This is version 4.3.8 of the shell. This is a development release,
|
This is version 4.3.9 of the shell. This is a development release,
|
||||||
but is believed to be reasonably stable. Sites where the users need to
|
but is believed to be reasonably stable. Sites where the users need to
|
||||||
edit command lines with multibyte characters (in particular UTF-8)
|
edit command lines with multibyte characters (in particular UTF-8)
|
||||||
will probably want to upgrade.
|
will probably want to upgrade. The previous widely released version
|
||||||
|
of the shell was 4.3.6.
|
||||||
|
|
||||||
Installing Zsh
|
Installing Zsh
|
||||||
--------------
|
--------------
|
||||||
|
|||||||
Reference in New Issue
Block a user