mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-07 09:21:18 +02:00
unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release
This commit is contained in:
parent
1973bbd125
commit
f8ae47f29b
10 changed files with 28 additions and 7 deletions
|
@ -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>
|
||||
|
||||
* unposted: Doc/Zsh/expn.yo: Fix typo.
|
||||
|
|
|
@ -6,6 +6,7 @@ _complete
|
|||
_correct
|
||||
_expand
|
||||
_expand_alias
|
||||
_extensions
|
||||
_history
|
||||
_ignored
|
||||
_list
|
||||
|
|
|
@ -26,6 +26,7 @@ _schedtool
|
|||
_ss
|
||||
_sshfs
|
||||
_strace
|
||||
_sysstat
|
||||
_tpb
|
||||
_tpconfig
|
||||
_tune2fs
|
||||
|
|
|
@ -16,6 +16,7 @@ _baz
|
|||
_bison
|
||||
_bittorrent
|
||||
_bogofilter
|
||||
_bpython
|
||||
_bzip2
|
||||
_bzr
|
||||
_cal
|
||||
|
@ -137,6 +138,7 @@ _mh
|
|||
_mkdir
|
||||
_module
|
||||
_monotone
|
||||
_moosic
|
||||
_mosh
|
||||
_mount
|
||||
_mpc
|
||||
|
|
|
@ -27,5 +27,5 @@
|
|||
# This must also serve as a shell script, so do not add spaces around the
|
||||
# `=' signs.
|
||||
|
||||
VERSION=5.0.5-dev-0
|
||||
VERSION_DATE='January 6, 2014'
|
||||
VERSION=5.0.5-dev-1
|
||||
VERSION_DATE='August 10, 2014'
|
||||
|
|
|
@ -26,3 +26,7 @@ relnote_4.3.12.txt
|
|||
relnote_5.0.0.txt
|
||||
zsh-development-guide
|
||||
'
|
||||
|
||||
DISTFILES_DOC='
|
||||
FAQ*.html
|
||||
'
|
||||
|
|
|
@ -302,7 +302,7 @@ sect(On what machines will it run?)
|
|||
|
||||
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.
|
||||
|
||||
A beta of the next version is sometimes available. Development of zsh is
|
||||
|
|
|
@ -32,6 +32,7 @@ narrow-to-region-invisible
|
|||
predict-on
|
||||
quote-and-complete-word
|
||||
read-from-minibuffer
|
||||
replace-argument
|
||||
replace-string
|
||||
replace-string-again
|
||||
select-word-style
|
||||
|
|
6
NEWS
6
NEWS
|
@ -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
|
||||
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
|
||||
-----------------------------
|
||||
|
|
6
README
6
README
|
@ -5,10 +5,8 @@ THE Z SHELL (ZSH)
|
|||
Version
|
||||
-------
|
||||
|
||||
This is version 5.0.5 of the shell. This is a stable release.
|
||||
There are minor new features as well as bug fixes since 5.0.2.
|
||||
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.
|
||||
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.5.
|
||||
|
||||
Installing Zsh
|
||||
--------------
|
||||
|
|
Loading…
Reference in a new issue