diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 1933cd3aa48..0c640938469 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2006-06-21 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field. | ||
| 4 | (font_has_char): Accept font-object too. | ||
| 5 | (font_find_for_lface): Try at first with a size specified in face. | ||
| 6 | |||
| 7 | * xftfont.c (xftfont_prepare_face): Make non-ascii face share | ||
| 8 | face->extra with ascii face. | ||
| 9 | (xftfont_done_face): Don't free face->extra of non-ascii face. | ||
| 10 | |||
| 1 | 2006-06-20 Kenichi Handa <handa@m17n.org> | 11 | 2006-06-20 Kenichi Handa <handa@m17n.org> |
| 2 | 12 | ||
| 3 | * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to | 13 | * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to |