comparison src/ChangeLog @ 42850:66153155fbec

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sun, 20 Jan 2002 15:39:54 +0000
parents 324b7e2693b6
children bfcf82a8b5cf
comparison
equal deleted inserted replaced
42849:8d86f0f41afa 42850:66153155fbec
1 2002-01-20 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
4 that Windows returns. If a double check fails, try to guess how
5 ExtTextOut is going to act.
6
7 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
8 in place of stricmp.
9 (w32_list_synthesized_fonts): Removed.
10 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
11 (struct enumfont_t): New element; list.
12 (enum_font_cb2): List all style and charset variations of a font.
13 (Fw32_select_font): New optional argument; include_proportional.
14 Exclude vertical fonts. Exclude proportional fonts unless
15 include_proportional is non-nil.
16 (w32_enable_synthesized_fonts): Change to a boolean.
17 (Fw32_send_sys_command): Doc fix.
18
1 2002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 19 2002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 20
3 * dispnew.c (update_frame): Move the variable `tem' to the block 21 * dispnew.c (update_frame): Move the variable `tem' to the block
4 where it is used. 22 where it is used.
5 23