diff options
Diffstat (limited to 'src/ChangeLog.unicode')
| -rw-r--r-- | src/ChangeLog.unicode | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index a9b7bc98316..bbf9ad96f27 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2008-01-14 Kenichi Handa <handa@ni.aist.go.jp> | ||
| 2 | |||
| 3 | * font.c (font_find_for_lface): Fix the handling of the return | ||
| 4 | value of font_has_char. | ||
| 5 | (Ffont_shape_text): Fix previous change. | ||
| 6 | |||
| 7 | * fontset.c (FONTSET_REF_AND_RANGE): Delete it. | ||
| 8 | (fontset_ref_and_range): Delete it. | ||
| 9 | (fontset_find_font): Call char_table_ref_and_range instead of | ||
| 10 | FONTSET_REF_AND_RANGE. | ||
| 11 | (make_fontset): Don't setup font groups of Latin here. | ||
| 12 | (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII. | ||
| 13 | (new_fontset_from_font): Make the specified font the default for | ||
| 14 | all Latin characters. | ||
| 15 | |||
| 1 | 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp> | 16 | 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 17 | ||
| 3 | * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame | 18 | * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame |