1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-13 11:06:17 +02:00

unposted: mention /usr/local/share/zsh/site-functions default in NEWS

This commit is contained in:
Peter Stephenson 2014-09-23 20:28:51 +01:00
parent 5378f6ad77
commit 9b638398b4
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-09-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: NEWS: mention new
/usr/local/share/zsh/site-functions default.
2014-09-23 Peter Stephenson <p.stephenson@samsung.com>
* 33221 (including 33173 from Anthony Heading):

7
NEWS
View File

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