Mercurial > emacs
comparison src/ChangeLog @ 91563:d122eefbb3f1
Move some out-of-place entries.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 06 Feb 2008 04:59:00 +0000 |
parents | e3dc80ad2009 |
children | ab024af45695 |
comparison
equal
deleted
inserted
replaced
91562:e3dc80ad2009 | 91563:d122eefbb3f1 |
---|---|
34 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp> | 34 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp> |
35 | 35 |
36 * fontset.c (Ffontset_info): Handle the case of inhibitting the | 36 * fontset.c (Ffontset_info): Handle the case of inhibitting the |
37 fallback fonts. | 37 fallback fonts. |
38 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names. | 38 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names. |
39 | |
40 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp> | |
41 | |
42 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver): | |
43 Cancel previous change. | |
44 | |
45 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp> | |
46 | |
47 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when | |
48 ccl->eight_bit_control. Fix check for buffer overflow. | |
49 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow. | |
50 (ccl_driver): Initialize extra_bytes to 0. | |
51 | 39 |
52 2008-02-04 Jason Rumney <jasonr@gnu.org> | 40 2008-02-04 Jason Rumney <jasonr@gnu.org> |
53 | 41 |
54 * w32font.c (w32font_open_internal): Use font_unparse_fcname to | 42 * w32font.c (w32font_open_internal): Use font_unparse_fcname to |
55 set full_name. | 43 set full_name. |
5276 | 5264 |
5277 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp> | 5265 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp> |
5278 | 5266 |
5279 * ccl.c (CCL_WRITE_CHAR): Fix overflow checking. | 5267 * ccl.c (CCL_WRITE_CHAR): Fix overflow checking. |
5280 (CCL_WRITE_MULTIBYTE_CHAR): Likewise. | 5268 (CCL_WRITE_MULTIBYTE_CHAR): Likewise. |
5269 | |
5270 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp> | |
5271 | |
5272 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver): | |
5273 Cancel previous change. | |
5274 | |
5275 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp> | |
5276 | |
5277 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when | |
5278 ccl->eight_bit_control. Fix check for buffer overflow. | |
5279 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow. | |
5280 (ccl_driver): Initialize extra_bytes to 0. | |
5281 | 5281 |
5282 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp> | 5282 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp> |
5283 | 5283 |
5284 * keyboard.c (make_ctrl_char): If C is a multibyte character, just | 5284 * keyboard.c (make_ctrl_char): If C is a multibyte character, just |
5285 return it ORed with ctrl_modifier. | 5285 return it ORed with ctrl_modifier. |