about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2014-09-23 20:28:51 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-09-23 20:28:51 +0100
commit9b638398b46f465f91683e996ff24e4fb34640cb (patch)
treed1f74c2b732b4c007c7f157136d76413f2d522f2
parent5378f6ad775098210cf8046a8aceeaecbcc58b51 (diff)
downloadzsh-9b638398b46f465f91683e996ff24e4fb34640cb.tar.gz
zsh-9b638398b46f465f91683e996ff24e4fb34640cb.tar.xz
zsh-9b638398b46f465f91683e996ff24e4fb34640cb.zip
unposted: mention /usr/local/share/zsh/site-functions default in NEWS
-rw-r--r--ChangeLog5
-rw-r--r--NEWS7
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e467d7fd6..b8ddc92ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
diff --git a/NEWS b/NEWS
index 1f2a9daad..3188e2c5c 100644
--- a/NEWS
+++ b/NEWS
@@ -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 '^'".