*** 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
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'.