aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3e50943c336..c5148c1b081 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -832,14 +832,6 @@ notifications, if Emacs is compiled with file notification support.
832 832
833*** landmark.el (moved to elpa.gnu.org) 833*** landmark.el (moved to elpa.gnu.org)
834 834
835+++
836** The character classes [:graph:] and [:print:] in regular expressions
837no longer match every multibyte character. Instead, Emacs now
838consults the Unicode character properties to determine which
839characters are graphic or printable. In particular, surrogates and
840unassigned codepoints are now rejected. If you want the old behavior,
841use [:multibyte:] instead.
842
843 835
844* New Modes and Packages in Emacs 25.1 836* New Modes and Packages in Emacs 25.1
845 837
@@ -955,6 +947,14 @@ If you want the old behavior where they matched any character with
955word syntax, use `\sw' instead. 947word syntax, use `\sw' instead.
956 948
957+++ 949+++
950** The character classes [:graph:] and [:print:] in regular expressions
951no longer match every multibyte character. Instead, Emacs now
952consults the Unicode character properties to determine which
953characters are graphic or printable. In particular, surrogates and
954unassigned codepoints are now rejected. If you want the old behavior,
955use [:multibyte:] instead.
956
957+++
958** The `diff' command uses the unified format now. To restore the old 958** The `diff' command uses the unified format now. To restore the old
959behavior, set `diff-switches' to `-c'. 959behavior, set `diff-switches' to `-c'.
960 960