summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS7
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 263f897ff..62822fba2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-27 Mikael Magnusson <mikachu@gmail.com>
+
+ * 29331: NEWS: Note g:: parameter expansion flag.
+
2011-05-26 Peter Stephenson <pws@csr.com>
* unposted: Etc/CONTRIBUTORS: expand.
@@ -14827,5 +14831,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5331 $
+* $Revision: 1.5332 $
*****************************************************
diff --git a/NEWS b/NEWS
index d876e12aa..596559eef 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,13 @@ when it should or should not exit on errors.
The ${NAME:OFFSET:LENGTH} syntax now supports negative LENGTH, which
counts back from the end of the string.
+The (g:opts:) flag in parameter expansion processes escape sequences like
+the echo and print builtins. opts can be any combination of o, e and c.
+With e, acts like print rather than echo except for octal escapes which
+are controlled separately by the o option. With c, interpret control
+sequences like "^X" as bindkey does. Regardless of the opts, \c is not
+interpreted.
+
Changes between versions 4.3.10 and 4.3.11
------------------------------------------