aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 47e2b7a7fea..23d39a0de66 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-09-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 * character.h (MAYBE_UNIFY_CHAR): Remove.
4 * charset.c, charset.h (maybe_unify_char): Now static.
5 * charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR.
6 Since this stuff is now private to charset.c, there's no need for
7 a public macro and no need to inline by hand.
8
12012-09-26 Tomohiro Matsuyama <tomo@cx4a.org> 92012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2 Stefan Monnier <monnier@iro.umontreal.ca> 10 Stefan Monnier <monnier@iro.umontreal.ca>
3 Juanma Barranquero <lekktu@gmail.com> 11 Juanma Barranquero <lekktu@gmail.com>