aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-26 13:00:29 -0700
committerPaul Eggert2012-09-26 13:00:29 -0700
commit41c8bfcfbe028fc559a7eabc0dfe0c6fcafcb7cf (patch)
treed491da2fa61a23c76088fb8447c66bc7fd197856 /src/ChangeLog
parent3a880af4a79688e90da45311a8d85bae2d59a811 (diff)
downloademacs-41c8bfcfbe028fc559a7eabc0dfe0c6fcafcb7cf.tar.gz
emacs-41c8bfcfbe028fc559a7eabc0dfe0c6fcafcb7cf.zip
* character.h (MAYBE_UNIFY_CHAR): Remove.
* charset.c, charset.h (maybe_unify_char): Now static. * charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR. Since this stuff is now private to charset.c, there's no need for a public macro and no need to inline by hand.
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>