aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2008-05-19 07:23:52 +0000
committerKenichi Handa2008-05-19 07:23:52 +0000
commit25b81df40e3cc17f2468bedd89a697744c3f837e (patch)
tree648fc4d949a9354d069e62408dc1c062a25968cd /src
parent7cee5d639b76e3bb27d3791f92d08bd62192b46b (diff)
downloademacs-25b81df40e3cc17f2468bedd89a697744c3f837e.tar.gz
emacs-25b81df40e3cc17f2468bedd89a697744c3f837e.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog22
-rw-r--r--src/font.h2
2 files changed, 23 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9c0e58bdacf..0a04daf0c5b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,25 @@
12008-05-19 Kenichi Handa <handa@m17n.org>
2
3 * font.c (font_list_entities): Fix handling of cache.
4 (font_matching_entity): Likewise.
5
6 * ftfont.c (cs_iso8859_1): Deleted.
7 (ft_face_cache): New variable.
8 (struct ftfont_info): New member fc_charset_idx;
9 (ftfont_build_basic_charsets): Deleted.
10 (fc_charset_table): New variable.
11 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
12 . FC_CHARSET_IDX) as :font-entity property in the font entity.
13 Callers changed.
14 (ftfont_lookup_cache, ftfont_get_charset): New funcitons.
15 (ftfont_spec_pattern): New argument fc_charset_idx. Check
16 registry more rigidly. Callers changed.
17 (ftfont_open, ftfont_close, ftfont_has_char): Adjustd for the
18 change of :font-entity property of the font.
19
20 * xftfont.c (xftfont_open): Ajusted for the change of :font-entity
21 property of the font.
22
12008-05-18 Juanma Barranquero <lekktu@gmail.com> 232008-05-18 Juanma Barranquero <lekktu@gmail.com>
2 24
3 * coding.c (Fcoding_system_p): Rename argument to match docstring. 25 * coding.c (Fcoding_system_p): Rename argument to match docstring.
diff --git a/src/font.h b/src/font.h
index 3c5645b31eb..e66b5fd90de 100644
--- a/src/font.h
+++ b/src/font.h
@@ -179,7 +179,7 @@ enum font_property_index
179 is not available. */ 179 is not available. */
180 FONT_FILE_INDEX, 180 FONT_FILE_INDEX,
181 181
182 /* Format of the font (symbol). */ 182 /* Format of the font (symbol) or nil if unknown. */
183 FONT_FORMAT_INDEX, 183 FONT_FORMAT_INDEX,
184 184
185 /* This value is the length of font-object vector. */ 185 /* This value is the length of font-object vector. */