summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2014-09-25 14:37:27 +0100
committerPeter Stephenson <pws@zsh.org>2014-09-25 14:37:27 +0100
commitd9a059eb3af9f538d84e63aabe90e5321971dc07 (patch)
treec9721247fb235c55809fd7ff3ff4d22851eeb32d
parentd8f7b4bcd618a36e89b6de3f7175250c4056bbd8 (diff)
downloadzsh-d9a059eb3af9f538d84e63aabe90e5321971dc07.tar.gz
zsh-d9a059eb3af9f538d84e63aabe90e5321971dc07.zip
unposted: tweak last change to NEWS a bit
-rw-r--r--ChangeLog4
-rw-r--r--NEWS11
2 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 35cacfcc1..f63bb8a12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25 Peter Stephenson <p.stephenson@samsung.com>
+
+ * unposted: NEWS: tweak last change.
+
2014-09-24 Oliver Kiddle <opk@zsh.org>
* 33238: Completion/Unix/Command/_quilt: correct return values
diff --git a/NEWS b/NEWS
index 013811573..7dc134e68 100644
--- a/NEWS
+++ b/NEWS
@@ -26,11 +26,12 @@ Changes since 5.0.0
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.
+ /usr/local/share/zsh/site-functions. This directory does not need to
+ 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.
- Individual pattern characters can be disabled. For example, to allow '^'
to be an ordinary character even if the option EXTENDED_GLOB is set, use