about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-03-16 18:22:48 +0000
committerPeter Stephenson <pws@zsh.org>2015-03-16 18:22:48 +0000
commit6a0cef59c526dff36cdf84fc0811aaf3b74340cc (patch)
treed06bb405ef99bfcff016af41a4a9e579be24a2e6
parent235e9bd1bfe35caf51ba988268e075c24e3615fe (diff)
downloadzsh-6a0cef59c526dff36cdf84fc0811aaf3b74340cc.tar.gz
zsh-6a0cef59c526dff36cdf84fc0811aaf3b74340cc.tar.xz
zsh-6a0cef59c526dff36cdf84fc0811aaf3b74340cc.zip
34725: update NEWS for site function configuration.
It might be overridden if the installer explicitly sets it up
differently.
-rw-r--r--ChangeLog3
-rw-r--r--NEWS5
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fc3f9822..51042a6fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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,
 	Functions/Calendar/before: new glob qualifier functions.
 
diff --git a/NEWS b/NEWS
index bf8969b26..5b776ba53 100644
--- a/NEWS
+++ b/NEWS
@@ -30,8 +30,9 @@ Changes since 5.0.0
   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
   increase the likelihood that locally added functions can be found with
-  the shell running "out of the box", no matter how the shell was
-  configured.
+  the shell running "out of the box", unless the shell has been
+  deliberately configured differently by the installer for some special
+  purpose.
 
 - Individual pattern characters can be disabled.  For example, to allow '^'
   to be an ordinary character even if the option EXTENDED_GLOB is set, use