Mercurial > emacs
comparison src/ChangeLog @ 91514:3bae857e4116
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 04 Feb 2008 12:16:40 +0000 |
parents | 19d5f22c1c5c |
children | 26af07115a9d |
comparison
equal
deleted
inserted
replaced
91513:53399782ad84 | 91514:3bae857e4116 |
---|---|
1 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp> | |
2 | |
3 * fontset.c (Ffontset_info): Handle the case of inhibitting the | |
4 fallback fonts. | |
5 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font | |
6 names. | |
7 | |
8 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp> | |
9 | |
10 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver): | |
11 Cancel previous change. | |
12 | |
13 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp> | |
14 | |
15 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when | |
16 ccl->eight_bit_control. Fix check for buffer overflow. | |
17 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow. | |
18 (ccl_driver): Initialize extra_bytes to 0. | |
19 | |
1 2008-02-04 Jason Rumney <jasonr@gnu.org> | 20 2008-02-04 Jason Rumney <jasonr@gnu.org> |
2 | 21 |
3 * w32font.c (w32font_open_internal): Use font_unparse_fcname to | 22 * w32font.c (w32font_open_internal): Use font_unparse_fcname to |
4 set full_name. | 23 set full_name. |
5 | 24 |