comparison src/ChangeLog @ 40011:0af935f18858

*** empty log message ***
author Andrew Innes <andrewi@gnu.org>
date Wed, 17 Oct 2001 17:48:44 +0000
parents 53a414f28f58
children 0e38dd14faec
comparison
equal deleted inserted replaced
40010:1a8e549e2f40 40011:0af935f18858
1 2001-10-17 Andrew Innes <andrewi@gnu.org>
2
3 * fontset.h (struct font_info) [WINDOWSNT]: Add codepage field.
4
5 * w32fns.c (w32_load_system_font): Cache codepage for font, in
6 font_info.charset field.
7
8 * w32term.c (w32_encode_char): Get cached codepage from font_info,
9 rather than working it out by calling w32_codepage_for_font for
10 every glyph.
11
1 2001-10-17 Andrew Innes <andrewi@gnu.org> 12 2001-10-17 Andrew Innes <andrewi@gnu.org>
2 13
3 * w32term.c (w32_read_socket): Determine clipping rectangle for 14 * w32term.c (w32_read_socket): Determine clipping rectangle for
4 the entire frame, including areas covered by scrollbars and the 15 the entire frame, including areas covered by scrollbars and the
5 menubar. This avoids internal arguments about whether a frame is 16 menubar. This avoids internal arguments about whether a frame is