diff options
| author | Jason Rumney | 2007-12-08 01:49:46 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-12-08 01:49:46 +0000 |
| commit | 8ab3719af3c917fe6c02284fef40152143caf7f5 (patch) | |
| tree | 8568b0ac53bee1d8daf24272222e0795042bbbb3 /src | |
| parent | 46fd1ded9154d06ae60ba389687672093223788f (diff) | |
| download | emacs-8ab3719af3c917fe6c02284fef40152143caf7f5.tar.gz emacs-8ab3719af3c917fe6c02284fef40152143caf7f5.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 999cf8a9fd8..642c7b8deab 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2007-12-08 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32font.h: New file. | ||
| 4 | |||
| 5 | * w32font.c: Include it. | ||
| 6 | (struct w32font_info): Add owning_frame field. Move to w32font.h. | ||
| 7 | (w32font_open): Set owning_frame. | ||
| 8 | (w32font_text_extents): Use owning_frame. | ||
| 9 | (struct font_callback_data): Add opentype_only field. | ||
| 10 | (add_font_entity_to_list): Use it to filter fonts. | ||
| 11 | Don't check against full name. | ||
| 12 | (w32font_list_internal): New function. | ||
| 13 | (w32font_list): Use it. | ||
| 14 | (w32font_match_internal): New function. | ||
| 15 | (w32font_match): Use it. | ||
| 16 | (w32font_get_cache, w32font_open, w32font_close, w32font_has_char) | ||
| 17 | (w32font_encode_char, w32font_text_extents, w32font_draw): | ||
| 18 | Make non-static. | ||
| 19 | |||
| 20 | * makefile.w32-in (w32font.o): Depend on w32font.h. | ||
| 21 | |||
| 1 | 2007-12-06 Kenichi Handa <handa@ni.aist.go.jp> | 22 | 2007-12-06 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 23 | ||
| 3 | * charset.c (Fdefine_charset_internal): Record a supplementary | 24 | * charset.c (Fdefine_charset_internal): Record a supplementary |