emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2559d6e: ; * etc/NEWS: Put entry about [:graph:] an


From: Eli Zaretskii
Subject: [Emacs-diffs] master 2559d6e: ; * etc/NEWS: Put entry about [:graph:] and [:print:] where it belongs.
Date: Fri, 04 Sep 2015 06:57:11 +0000

branch: master
commit 2559d6e8dadead055e6b06b04f71b2eca195dae8
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * etc/NEWS: Put entry about [:graph:] and [:print:] where it belongs.
---
 etc/NEWS |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 3e50943..c5148c1 100644
--- 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.
-
 
 * New Modes and Packages in Emacs 25.1
 
@@ -955,6 +947,14 @@ 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'.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]