diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2011-04-18 20:36:31 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2011-04-18 20:36:31 +0000 |
commit | 32974286d41f0041aa6c26157e1a69e193d3b1fa (patch) | |
tree | 9c551b43c30b125b2dad0c5ed72dc654f679bd6f /ChangeLog | |
parent | 95b83f217d7ec89be0a05437b8dccf96f7d15dd8 (diff) | |
download | zsh-32974286d41f0041aa6c26157e1a69e193d3b1fa.tar.gz zsh-32974286d41f0041aa6c26157e1a69e193d3b1fa.tar.xz zsh-32974286d41f0041aa6c26157e1a69e193d3b1fa.zip |
29008, 29012: Add `--enable-additional-fpath' option to add arbitrary directories to the default `$fpath'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e8caf4a6f..cd47dacd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-18 Frank Terbeck <ft@bewatermyfriend.org> + + * 29008, 29012: Config/defs.mk.in, Src/init.c, Src/zsh.mdd, + configure.ac, INSTALL: Add `--enable-additional-fpath' option to + add arbitrary directories to the default `$fpath'. + 2011-04-18 Peter Stephenson <pws@csr.com> * Simon Ruderich: 29004: M Doc/Zsh/compsys.yo, @@ -14471,5 +14477,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5251 $ +* $Revision: 1.5252 $ ***************************************************** |