comparison src/ChangeLog @ 89419:18e57407a82b

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 06 May 2003 08:22:13 +0000
parents 370f8b902fb0
children 563e44e1fd68
comparison
equal deleted inserted replaced
89418:a9c2b3712863 89419:18e57407a82b
1 2003-05-06 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (coding_set_source): Fix for the case that the current
4 buffer is different from coding->src_object.
5 (decode_coding_object): Don't use the conversion work buffer if
6 DST_OBJECT is a buffer.
7
1 2003-05-04 Dave Love <fx@gnu.org> 8 2003-05-04 Dave Love <fx@gnu.org>
2 9
3 * lread.c (read_emacs_mule_char) [len==2]: Index 10 * lread.c (read_emacs_mule_char) [len==2]: Index
4 emacs_mule_charset correctly. 11 emacs_mule_charset correctly.
5 12
10 (Fdecode_big5_char, Fencode_big5_char): Deleted. (Big5 no longer 17 (Fdecode_big5_char, Fencode_big5_char): Deleted. (Big5 no longer
11 treated specially.) 18 treated specially.)
12 (setup_coding_system, coding_category, CATEGORY_MASK_ANY) 19 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
13 (detected_mask): Remove Big5 bits. 20 (detected_mask): Remove Big5 bits.
14 21
15 2003-04-09 Kenichi Handa <handa@etlken2> 22 2003-04-09 Kenichi Handa <handa@m17n.org>
16 23
17 The following changes are to make the font rescaling facility 24 The following changes are to make the font rescaling facility
18 compatible with Emacs 21. 25 compatible with Emacs 21.
19 26
20 * xfaces.c (Vface_font_rescale_alist): Renamed from 27 * xfaces.c (Vface_font_rescale_alist): Renamed from
26 (build_scalable_font_name): Likewise. Change RESX, and RESY 33 (build_scalable_font_name): Likewise. Change RESX, and RESY
27 fields. 34 fields.
28 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp 35 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp
29 variable. 36 variable.
30 37
31 2003-03-28 Kenichi Handa <handa@etlken2> 38 2003-03-28 Kenichi Handa <handa@m17n.org>
32 39
33 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig) 40 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
34 (Qutf_16_le): Remove these variables. 41 (Qutf_16_le): Remove these variables.
35 (syms_of_coding): Don't DEFSYM them. 42 (syms_of_coding): Don't DEFSYM them.
36 (decode_coding_utf_16): Fix handling of BOM. 43 (decode_coding_utf_16): Fix handling of BOM.