From 32d7fea7a7f39706b90df54276460af3bda29439 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 26 May 2011 23:55:07 +0000 Subject: 29331: note g:: flag in NEWS --- ChangeLog | 6 +++++- NEWS | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 263f897ff..62822fba2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-05-27 Mikael Magnusson + + * 29331: NEWS: Note g:: parameter expansion flag. + 2011-05-26 Peter Stephenson * 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 ------------------------------------------ -- cgit 1.4.1