aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-03-02 22:35:44 +0200
committerEli Zaretskii2010-03-02 22:35:44 +0200
commit75f80e63caa66ef6127738a9cfc875e876a9b5ff (patch)
treed30d56138399747b76d700533051160df3881d03 /src/ChangeLog
parent9cf3544e3bc88406c361bff9f7a7592d26feebe5 (diff)
downloademacs-75f80e63caa66ef6127738a9cfc875e876a9b5ff.tar.gz
emacs-75f80e63caa66ef6127738a9cfc875e876a9b5ff.zip
Fix bug in decoding emacs-mule encoding.
coding.c (decode_coding_emacs_mule): Fixup pointers to buffer text that could be relocated inside the call to emacs_mule_char. (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR. (CODING_DECODE_CHAR): Add a comment describing its purpose.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index aec692b39ed..761beb2be54 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12010-03-02 Eli Zaretskii <eliz@gnu.org>
2
3 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
4 text that could be relocated inside the call to emacs_mule_char.
5 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
6 (CODING_DECODE_CHAR): Add a comment describing its purpose.
7
12010-03-02 Kenichi Handa <handa@m17n.org> 82010-03-02 Kenichi Handa <handa@m17n.org>
2 9
3 * character.c (parse_str_as_multibyte): Fix handling of the 10 * character.c (parse_str_as_multibyte): Fix handling of the