1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-26 09:56:05 +02:00

unposted: tweak last change to NEWS a bit

This commit is contained in:
Peter Stephenson 2014-09-25 14:37:27 +01:00
parent d8f7b4bcd6
commit d9a059eb3a
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2014-09-25 Peter Stephenson <p.stephenson@samsung.com>
* unposted: NEWS: tweak last change.
2014-09-24 Oliver Kiddle <opk@zsh.org> 2014-09-24 Oliver Kiddle <opk@zsh.org>
* 33238: Completion/Unix/Command/_quilt: correct return values * 33238: Completion/Unix/Command/_quilt: correct return values

11
NEWS
View File

@ -26,11 +26,12 @@ Changes since 5.0.0
functions or scripts performing floating point calculations. functions or scripts performing floating point calculations.
- The default $fpath/$FPATH is now designed always to include - The default $fpath/$FPATH is now designed always to include
/usr/local/share/zsh/site-functions. This does not need to exist and /usr/local/share/zsh/site-functions. This directory does not need to
sites that use an explicit configuration can put that in /etc/zshenv as exist. Sites that set an explicit site directory can put that in
before. The intention of the new path element is to increase the /etc/zshenv as before. The intention of the new path element is to
likelihood that locally added functions can be found with the shell increase the likelihood that locally added functions can be found with
running "out of the box" however the shell was configured. the shell running "out of the box", no matter how the shell was
configured.
- Individual pattern characters can be disabled. For example, to allow '^' - Individual pattern characters can be disabled. For example, to allow '^'
to be an ordinary character even if the option EXTENDED_GLOB is set, use to be an ordinary character even if the option EXTENDED_GLOB is set, use