diff options
| author | Kenichi Handa | 2006-11-24 01:48:49 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-11-24 01:48:49 +0000 |
| commit | 85c3e9081ff2c6865dddc714f2086972c1001b60 (patch) | |
| tree | ad27846bdbfb63abd282c0ff0c9e5380fd1b16bf /src/ChangeLog.unicode | |
| parent | c66661699fcb1f6e20360e585708a6ba23ee5922 (diff) | |
| download | emacs-85c3e9081ff2c6865dddc714f2086972c1001b60.tar.gz emacs-85c3e9081ff2c6865dddc714f2086972c1001b60.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog.unicode')
| -rw-r--r-- | src/ChangeLog.unicode | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 65e5b5b89ea..60213746248 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2006-11-24 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * xfont.c (xfont_open): Set font->format. | ||
| 4 | |||
| 5 | * xftfont.c (xftfont_open): Set font->format. | ||
| 6 | |||
| 7 | * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern. | ||
| 8 | (ftfont_list): Include FC_FONTFORMAT in FcObject. | ||
| 9 | (ftfont_open): Set font->format. | ||
| 10 | (ftfont_font_format): New function. | ||
| 11 | |||
| 12 | * font.h (struct font): New memeber format. | ||
| 13 | |||
| 14 | * font.c (Qopentype): New variable. | ||
| 15 | (syms_of_font): Defsym it. | ||
| 16 | (Fquery_font): Change the format of the last element of the return | ||
| 17 | value. | ||
| 18 | |||
| 1 | 2006-11-22 Kenichi Handa <handa@m17n.org> | 19 | 2006-11-22 Kenichi Handa <handa@m17n.org> |
| 2 | 20 | ||
| 3 | * search.c (simple_search): Fix sync with HEAD. | 21 | * search.c (simple_search): Fix sync with HEAD. |