aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c4c9d774b5f..a298c76e333 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -781,6 +781,12 @@ when signaling a file error. For example, it now reports "Permission
781denied" instead of "permission denied". The old behavior was problematic 781denied" instead of "permission denied". The old behavior was problematic
782in languages like German where downcasing rules depend on grammar. 782in languages like German where downcasing rules depend on grammar.
783 783
784** substitute-command-keys now indicates which characters are data.
785The string returned by substitute-command-keys now has the text
786property 'escaped' for characters that are part of data and should
787not be further transformed. For example, the character ` might be
788escaped to indicate that it is a grave accent and not an open quote.
789
784+++ 790+++
785** The character classes [:alpha:] and [:alnum:] in regular expressions 791** The character classes [:alpha:] and [:alnum:] in regular expressions
786now match multibyte characters using Unicode character properties. 792now match multibyte characters using Unicode character properties.