about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2014-09-20 20:14:09 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-09-20 20:14:09 +0100
commit0c7a3d68644d9bc0449cdd1bd212fdefbbbf44ba (patch)
tree48145916b54c8c0dfdd6cffeb6f6f759ef018f4e /ChangeLog
parentf4aae44162e4b91f14e8f2d09f65ccc4e7c66dd7 (diff)
downloadzsh-0c7a3d68644d9bc0449cdd1bd212fdefbbbf44ba.tar.gz
zsh-0c7a3d68644d9bc0449cdd1bd212fdefbbbf44ba.tar.xz
zsh-0c7a3d68644d9bc0449cdd1bd212fdefbbbf44ba.zip
33212: try to put /usr/local/share/zsh/site-functions in default fpath
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d425169db..3c5aa6126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-09-20  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 33212: Src/zsh.mdd: Src/init.c, Src/zsh.mdd, configure.ac: add
+	/usr/local/share/zsh/site-functions to head of fpath if not
+	present in configurable.  Not configurable as serves as fallback
+	only if no handling /etc/zshenv.
+
 	* Tanu Kaskinen: 33209: Doc/Makefile.in: don't fail
 	catastrophically when builing zsh.texi if yodl isn't available.