comparison src/ChangeLog @ 111743:913b779aa4ee

Fix decoding of emacs-mule coding system.
author Kenichi Handa <handa@m17n.org>
date Thu, 25 Nov 2010 12:55:14 +0900
parents 502ba24bf657
children 3429632cfcfb
comparison
equal deleted inserted replaced
111150:8b6c4202fa46 111743:913b779aa4ee
1 2010-11-25 Kenichi Handa <handa@m17n.org>
2
3 * charset.c (emacs_mule_charset): Make it an array of charset ID;
4 i.e. integer.
5 (Fdefine_charset_internal): Adjusted for the above change.
6 (init_charset_once): Likewise.
7
8 * charset.h (emacs_mule_charset): Adjust the prototype. Delete
9 duplicated extern.
10
11 * coding.c (emacs_mule_char): Adjust for the change of
12 emacs_mule_charset.
13
14 * lread.c (read_emacs_mule_char): Adjust for the change of
15 emacs_mule_charset.
16
1 2010-10-18 Ken Brown <kbrown@cornell.edu> 17 2010-10-18 Ken Brown <kbrown@cornell.edu>
2 18
3 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225). 19 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
4 20
5 2010-10-15 Kenichi Handa <handa@m17n.org> 21 2010-10-15 Kenichi Handa <handa@m17n.org>