1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-13 11:21:13 +02:00

unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release

This commit is contained in:
Peter Stephenson 2014-08-10 17:49:55 +01:00
parent 1973bbd125
commit f8ae47f29b
10 changed files with 28 additions and 7 deletions

View file

@ -1,3 +1,11 @@
2014-08-10 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: Completion/Base/Completer/.distfiles,
Completion/Linux/Command/.distfiles,
Completion/Unix/Command/.distfiles, Config/version.mk,
Etc/.distfiles, Etc/FAQ.yo, Functions/Zle/.distfiles, NEWS,
README: updates for 5.0.5-dev-1 and 5.0.6 release.
2014-08-10 Axel Beckert <abe@deuxchevaux.org> 2014-08-10 Axel Beckert <abe@deuxchevaux.org>
* unposted: Doc/Zsh/expn.yo: Fix typo. * unposted: Doc/Zsh/expn.yo: Fix typo.

View file

@ -6,6 +6,7 @@ _complete
_correct _correct
_expand _expand
_expand_alias _expand_alias
_extensions
_history _history
_ignored _ignored
_list _list

View file

@ -26,6 +26,7 @@ _schedtool
_ss _ss
_sshfs _sshfs
_strace _strace
_sysstat
_tpb _tpb
_tpconfig _tpconfig
_tune2fs _tune2fs

View file

@ -16,6 +16,7 @@ _baz
_bison _bison
_bittorrent _bittorrent
_bogofilter _bogofilter
_bpython
_bzip2 _bzip2
_bzr _bzr
_cal _cal
@ -137,6 +138,7 @@ _mh
_mkdir _mkdir
_module _module
_monotone _monotone
_moosic
_mosh _mosh
_mount _mount
_mpc _mpc

View file

@ -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=5.0.5-dev-0 VERSION=5.0.5-dev-1
VERSION_DATE='January 6, 2014' VERSION_DATE='August 10, 2014'

View file

@ -26,3 +26,7 @@ relnote_4.3.12.txt
relnote_5.0.0.txt relnote_5.0.0.txt
zsh-development-guide zsh-development-guide
' '
DISTFILES_DOC='
FAQ*.html
'

View file

@ -302,7 +302,7 @@ sect(On what machines will it run?)
sect(What's the latest version?) sect(What's the latest version?)
Zsh 5.0.5 is the latest production version. For details of all the Zsh 5.0.6 is the latest production version. For details of all the
changes, see the NEWS file in the source distribution. changes, see the NEWS file in the source distribution.
A beta of the next version is sometimes available. Development of zsh is A beta of the next version is sometimes available. Development of zsh is

View file

@ -32,6 +32,7 @@ narrow-to-region-invisible
predict-on predict-on
quote-and-complete-word quote-and-complete-word
read-from-minibuffer read-from-minibuffer
replace-argument
replace-string replace-string
replace-string-again replace-string-again
select-word-style select-word-style

6
NEWS
View file

@ -72,6 +72,12 @@ values of N still count the space used since the start of the prompt).
In PS1 and PROMPT, this counts to the right margin, whereas in RPS1 and In PS1 and PROMPT, this counts to the right margin, whereas in RPS1 and
RPROMPT, it counts to the left margin (not to the opposite prompt). RPROMPT, it counts to the left margin (not to the opposite prompt).
Another new prompt feature is the %. escape within time strings, for
example %D{%H:%M:%S.%.}. It provides zero-padded decimal fractions of
second; by default milliseconds are shown, but the number of digits may
be indicated from 1 to 6, e.g. "%6.". (Note this is part of the
extensions to strftime() formats rather of basic prompt escapes.)
Changes between 4.2 and 5.0.0 Changes between 4.2 and 5.0.0
----------------------------- -----------------------------

6
README
View file

@ -5,10 +5,8 @@ THE Z SHELL (ZSH)
Version Version
------- -------
This is version 5.0.5 of the shell. This is a stable release. This is version 5.0.6 of the shell. This is a stable release.
There are minor new features as well as bug fixes since 5.0.2. There are minor new features as well as bug fixes since 5.0.5.
5.0.3 and 5.0.4 were short-lived releases with most of the features of
5.0.5 that were replaced owing to significant bugs.
Installing Zsh Installing Zsh
-------------- --------------