comparison src/ChangeLog @ 93017:3db097dde117

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 17 Mar 2008 00:48:03 +0000
parents 85854c112d9a
children fda739bbfe8c
comparison
equal deleted inserted replaced
93016:14137c07214f 93017:3db097dde117
117 * w32font.c (w32_registry): Take font_type argument. Use ANSI 117 * w32font.c (w32_registry): Take font_type argument. Use ANSI
118 when charset not specified. Only translate ANSI to unicode when 118 when charset not specified. Only translate ANSI to unicode when
119 font_type is truetype. 119 font_type is truetype.
120 (w32font_coverage_ok): New function. 120 (w32font_coverage_ok): New function.
121 (add_font_entity_to_list): Use it to filter unsuitable fonts. 121 (add_font_entity_to_list): Use it to filter unsuitable fonts.
122
123 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
124
125 * lread.c (Fread_char): Resolve modifiers.
126 (Fread_char_exclusive): Likewise.
127
128 * character.c (char_resolve_modifier_mask): New function.
129 (char_string): Use char_resolve_modifier_mask.
130 (Fchar_resolve_modifiers): New function.
131 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
132 function.
122 133
123 2008-03-04 Jason Rumney <jasonr@gnu.org> 134 2008-03-04 Jason Rumney <jasonr@gnu.org>
124 135
125 * makefile.w32-in: Always include w32font.c in the build. 136 * makefile.w32-in: Always include w32font.c in the build.
126 * w32font.c: Wrap in USE_FONT_BACKEND conditional. 137 * w32font.c: Wrap in USE_FONT_BACKEND conditional.