about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-05-27 10:26:55 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-05-27 10:26:55 +0000
commitc4679383109f8e4f93c13b1eb30d352503b943e0 (patch)
tree96dabd5182c3fa2710cdc47f0084dbdf374191c2 /NEWS
parentddb336e6f76c7dcd19cdf230f7a82cb0a969781c (diff)
downloadzsh-c4679383109f8e4f93c13b1eb30d352503b943e0.tar.gz
zsh-c4679383109f8e4f93c13b1eb30d352503b943e0.tar.xz
zsh-c4679383109f8e4f93c13b1eb30d352503b943e0.zip
unposted: more NEWS
users/12870: document that modifiers in glob qualifiers activate
global globbing behaviour
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 14 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index df8b52884..01b44bc12 100644
--- a/NEWS
+++ b/NEWS
@@ -22,9 +22,20 @@ history-incremental-pattern-search-backward and
 history-incremental-pattern-search-forward.  These are not bound to
 keys by default.
 
-Highlighting of sections of the command line is now supported, controlled
-by the array parameter zle_highlight and the ZLE special parameter
-REGION_HIGHLIGHT.
+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.
+
+Colouring of prompts is now supported within the shell by prompt
+escapes.  The prompt theme system has been updated.
+
+The completion style accept-exact-dirs has been added.  When true, this
+suppresses attempts to complete non-final directory segments of a filename
+path when the directory exists.  (For example, /home/pws/src/zsh/<TAB>
+discovers that /home/pws/src/zsh exists and leaves the directory component
+alone, while /h/p/s/z/<TAB> completes to /home/pws/src/zsh/... as before.)
+This should improve completion behaviour noticeably in special cases, such
+as remote paths under Cygwin.
 
 Major changes between versions 4.3.5 and 4.3.6
 ----------------------------------------------