mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
34725: update NEWS for site function configuration.
It might be overridden if the installer explicitly sets it up differently.
This commit is contained in:
parent
235e9bd1bf
commit
6a0cef59c5
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
2015-03-16 Peter Stephenson <p.stephenson@samsung.com>
|
2015-03-16 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
|
* 34725: NEWS: note thhat common site function directory
|
||||||
|
may be overridden by configuration.
|
||||||
|
|
||||||
* 34721: Doc/Zsh/calsys.yo, Functions/Calendar/after,
|
* 34721: Doc/Zsh/calsys.yo, Functions/Calendar/after,
|
||||||
Functions/Calendar/before: new glob qualifier functions.
|
Functions/Calendar/before: new glob qualifier functions.
|
||||||
|
|
||||||
|
|
5
NEWS
5
NEWS
|
@ -30,8 +30,9 @@ Changes since 5.0.0
|
||||||
exist. Sites that set an explicit site directory can put that in
|
exist. Sites that set an explicit site directory can put that in
|
||||||
/etc/zshenv as before. The intention of the new path element is to
|
/etc/zshenv as before. The intention of the new path element is to
|
||||||
increase the likelihood that locally added functions can be found with
|
increase the likelihood that locally added functions can be found with
|
||||||
the shell running "out of the box", no matter how the shell was
|
the shell running "out of the box", unless the shell has been
|
||||||
configured.
|
deliberately configured differently by the installer for some special
|
||||||
|
purpose.
|
||||||
|
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in a new issue