aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-12-08 01:49:46 +0000
committerJason Rumney2007-12-08 01:49:46 +0000
commit8ab3719af3c917fe6c02284fef40152143caf7f5 (patch)
tree8568b0ac53bee1d8daf24272222e0795042bbbb3 /src
parent46fd1ded9154d06ae60ba389687672093223788f (diff)
downloademacs-8ab3719af3c917fe6c02284fef40152143caf7f5.tar.gz
emacs-8ab3719af3c917fe6c02284fef40152143caf7f5.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.unicode21
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 @@
12007-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
12007-12-06 Kenichi Handa <handa@ni.aist.go.jp> 222007-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