mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
unposted: more NEWS tweaks
This commit is contained in:
parent
16e05d0f56
commit
66ce92a415
1 changed files with 9 additions and 0 deletions
9
NEWS
9
NEWS
|
@ -29,6 +29,9 @@ Here is a summary of the most significant changes:
|
||||||
- The zshroadmap manual page provides a slightly more helpful
|
- The zshroadmap manual page provides a slightly more helpful
|
||||||
introduction to the shell manual than was previously available.
|
introduction to the shell manual than was previously available.
|
||||||
|
|
||||||
|
- There have been some notable enhancements to POSIX comptability
|
||||||
|
when the shell is in a corresponding emulation (e.g. "emulate sh").
|
||||||
|
|
||||||
Expansion (parameters, globbing, etc.) and redirection
|
Expansion (parameters, globbing, etc.) and redirection
|
||||||
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
|
|
||||||
|
@ -282,6 +285,7 @@ Add-on functions
|
||||||
replace-string and replace-string-again to provide regular expression
|
replace-string and replace-string-again to provide regular expression
|
||||||
replacements in the line editor.
|
replacements in the line editor.
|
||||||
|
|
||||||
|
|
||||||
Changes in 4.2 since version 4.2.0
|
Changes in 4.2 since version 4.2.0
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
|
@ -349,6 +353,7 @@ Changes in 4.2 since version 4.2.0
|
||||||
- Glob qualifier (+func) is shorthand for (e:func:) (calls a command,
|
- Glob qualifier (+func) is shorthand for (e:func:) (calls a command,
|
||||||
typically a shell function, with no argument).
|
typically a shell function, with no argument).
|
||||||
|
|
||||||
|
|
||||||
New features between zsh versions 4.0 and 4.2
|
New features between zsh versions 4.0 and 4.2
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
||||||
|
@ -470,12 +475,14 @@ significant of a large number of improvements in the shell are:
|
||||||
- Various new options for compatibility with this, that and the other
|
- Various new options for compatibility with this, that and the other
|
||||||
See the 3.1.x changes below for more detail.
|
See the 3.1.x changes below for more detail.
|
||||||
|
|
||||||
|
|
||||||
New features in zsh version 3.1.8 and 3.1.9
|
New features in zsh version 3.1.8 and 3.1.9
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
These are primarily bug-fix versions. There are only a few user-visible
|
These are primarily bug-fix versions. There are only a few user-visible
|
||||||
changes.
|
changes.
|
||||||
- Array slices ${array[a,b]} with b < a now correctly have zero length.
|
- Array slices ${array[a,b]} with b < a now correctly have zero length.
|
||||||
|
|
||||||
|
|
||||||
New features in zsh version 3.1.7
|
New features in zsh version 3.1.7
|
||||||
---------------------------------
|
---------------------------------
|
||||||
Further enhancements to new completion system:
|
Further enhancements to new completion system:
|
||||||
|
@ -579,6 +586,7 @@ Other:
|
||||||
- Better null-command behaviour in sh and csh emulation
|
- Better null-command behaviour in sh and csh emulation
|
||||||
- Internal memory usage optimisations
|
- Internal memory usage optimisations
|
||||||
|
|
||||||
|
|
||||||
New features in zsh version 3.1.6 (beta version)
|
New features in zsh version 3.1.6 (beta version)
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
Note also the changes for 3.0.6, which include changes between 3.1.5. and
|
Note also the changes for 3.0.6, which include changes between 3.1.5. and
|
||||||
|
@ -665,6 +673,7 @@ Configuration changes:
|
||||||
- Generation of signal names should be more reliable
|
- Generation of signal names should be more reliable
|
||||||
- Customizable installation of shell functions from distribution.
|
- Customizable installation of shell functions from distribution.
|
||||||
|
|
||||||
|
|
||||||
New features in zsh version 3.0.6
|
New features in zsh version 3.0.6
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue