aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index df687914911..97ecbac0953 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12015-02-28 Eli Zaretskii <eliz@gnu.org>
2
3 * character.c (alphabeticp, decimalnump): New functions.
4 * character.h (alphabeticp, decimalnump): Add prototypes.
5
6 * regex.c (ISALNUM, ISALPHA): Check Unicode character properties
7 for multibyte characters by calling alphabeticp and decimalnump.
8 (BIT_ALPHA, BIT_ALNUM): New bit masks.
9 (re_wctype_to_bit): Return them when the class is RECC_ALPHA or
10 RECC_ALNUM.
11 (re_match_2_internal): Call ISALPHA and ISALNUM when appropriate.
12 (Bug#19878)
13
12015-02-27 Jan Djärv <jan.h.d@swipnet.se> 142015-02-27 Jan Djärv <jan.h.d@swipnet.se>
2 15
3 * xterm.h (x_real_pos_and_offsets): Take outer_border as arg also. 16 * xterm.h (x_real_pos_and_offsets): Take outer_border as arg also.