summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-10-26 18:01:40 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-10-26 18:01:40 +0000
commitf625d27c0219511c1fd12ad38ebf38e9cabe0496 (patch)
tree46ba9312def06f8fa0ea40bd7aa96c77e6d9b71a
parentd472217ad01a23c7824951555c1f100705fad2fa (diff)
downloadzsh-f625d27c0219511c1fd12ad38ebf38e9cabe0496.tar.gz
zsh-f625d27c0219511c1fd12ad38ebf38e9cabe0496.zip
unposted: region_highlight wrongly capitalised in NEWS
-rw-r--r--ChangeLog3
-rw-r--r--NEWS2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 26e079308..ec8d9bff6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-10-26 Peter Stephenson <p.w.stephenson@ntlworld.com>
+ * unposted: NEWS: region_highlight is an array and so
+ not capitalised.
+
* unposted: README: update claimed version to 4.3.7.
* Mikael: 25933: Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo,
diff --git a/NEWS b/NEWS
index 275c380b0..af0ef0823 100644
--- a/NEWS
+++ b/NEWS
@@ -32,7 +32,7 @@ keys by default.
Highlighting and colouring of sections of the command line is now
supported, controlled by the array parameter zle_highlight and the ZLE
-special parameter REGION_HIGHLIGHT.
+special parameter region_highlight.
Colouring of prompts is now supported within the shell by prompt
escapes. The prompt theme system has been updated.