diff options
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 |