comparison src/ChangeLog @ 100240:422df56f8807

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 05 Dec 2008 12:26:58 +0000
parents 234b23733f77
children f2123db444a5
comparison
equal deleted inserted replaced
100239:7d98fd5b3867 100240:422df56f8807
1 2008-12-05 Kenichi Handa <handa@m17n.org>
2
3 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
4 second character is a combining character.
5
1 2008-12-05 Eli Zaretskii <eliz@gnu.org> 6 2008-12-05 Eli Zaretskii <eliz@gnu.org>
2 7
3 * process.c (procfs_system_process_attributes): Don't use cmd, 8 * process.c (procfs_system_process_attributes): Don't use cmd,
4 cmdsize, and q without initializing them first. 9 cmdsize, and q without initializing them first.
5 10
21 26
22 * font.c (font_at): Set `multibyte' at first. 27 * font.c (font_at): Set `multibyte' at first.
23 28
24 * coding.c (decode_coding_charset): Check type of an element of 29 * coding.c (decode_coding_charset): Check type of an element of
25 vector VALIDS. 30 vector VALIDS.
31 (encode_coding_emacs_mule): Be sure to set `code'.
26 32
27 * fontset.c (face_for_char): Handle invalid charset property 33 * fontset.c (face_for_char): Handle invalid charset property
28 correctly. 34 correctly.
29 (font_for_char): Likewise. 35 (font_for_char): Likewise.
30 36