aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a02d1473b4c..6cacc4576fb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,8 @@
8 EMACS_INT, since callers assume the returned value fits in int. 8 EMACS_INT, since callers assume the returned value fits in int.
9 (upcase1): Likewise, for UPCASE_TABLE. 9 (upcase1): Likewise, for UPCASE_TABLE.
10 (uppercasep, lowercasep, upcase): New static inline functions. 10 (uppercasep, lowercasep, upcase): New static inline functions.
11 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
12 the race-condition problem the old DOWNCASE.
11 13
12 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT): 14 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
13 Rename locals to avoid shadowing. 15 Rename locals to avoid shadowing.