1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00
emacs/doc
Eli Zaretskii 6c284c6b58 Make [:print:] support non-ASCII characters correctly
* src/regex.c (ISPRINT): Call 'printablep' for multibyte characters.
(BIT_PRINT): New bit mask.
(re_wctype_to_bit): Return BIT_PRINT for RECC_PRINT.
* src/character.c (printablep): New function.
* src/character.h (printablep): Add prototype.

* lisp/emacs-lisp/rx.el (rx): Doc fix: document the new behavior
of 'print', 'alnum', and 'alphabetic'.

* doc/lispref/searching.texi (Char Classes): Document the new
behavior of [:print:].

* etc/NEWS: Mention the new behavior of [:print:].
2015-04-14 18:47:04 +03:00
..
emacs Minor doc copyedits 2015-04-13 23:20:48 -07:00
lispintro Minor doc copyedits 2015-04-13 23:20:48 -07:00
lispref Make [:print:] support non-ASCII characters correctly 2015-04-14 18:47:04 +03:00
man * doc/man/ChangeLog.01: Rename from doc/man/ChangeLog.1. 2015-04-12 11:26:50 -07:00
misc * doc/misc/eieio.texi: Don't advertize now obsolete constructs 2015-04-13 14:36:55 -04:00