diff options
| author | Eli Zaretskii | 2010-03-02 22:35:44 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-03-02 22:35:44 +0200 |
| commit | 75f80e63caa66ef6127738a9cfc875e876a9b5ff (patch) | |
| tree | d30d56138399747b76d700533051160df3881d03 /src/ChangeLog | |
| parent | 9cf3544e3bc88406c361bff9f7a7592d26feebe5 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-03-02 Kenichi Handa <handa@m17n.org> | 8 | 2010-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 |