]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Put entry about [:graph:] and [:print:] where it belongs.
authorEli Zaretskii <eliz@gnu.org>
Fri, 4 Sep 2015 06:56:40 +0000 (09:56 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 4 Sep 2015 06:56:40 +0000 (09:56 +0300)
etc/NEWS

index 3e50943c3361ed52adbec57d4d6ffac38290c44d..c5148c1b0819080fd2feae4c587a2127a8e479fb 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -832,14 +832,6 @@ notifications, if Emacs is compiled with file notification support.
 
 *** landmark.el (moved to elpa.gnu.org)
 
-+++
-** The character classes [:graph:] and [:print:] in regular expressions
-no longer match every multibyte character.  Instead, Emacs now
-consults the Unicode character properties to determine which
-characters are graphic or printable.  In particular, surrogates and
-unassigned codepoints are now rejected.  If you want the old behavior,
-use [:multibyte:] instead.
-
 \f
 * New Modes and Packages in Emacs 25.1
 
@@ -954,6 +946,14 @@ now match multibyte characters using Unicode character properties.
 If you want the old behavior where they matched any character with
 word syntax, use `\sw' instead.
 
++++
+** The character classes [:graph:] and [:print:] in regular expressions
+no longer match every multibyte character.  Instead, Emacs now
+consults the Unicode character properties to determine which
+characters are graphic or printable.  In particular, surrogates and
+unassigned codepoints are now rejected.  If you want the old behavior,
+use [:multibyte:] instead.
+
 +++
 ** The `diff' command uses the unified format now.  To restore the old
 behavior, set `diff-switches' to `-c'.