aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e27fbf47666..d5fc0aca0b7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
12001-10-17 Andrew Innes <andrewi@gnu.org> 12001-10-17 Andrew Innes <andrewi@gnu.org>
2 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
122001-10-17 Andrew Innes <andrewi@gnu.org>
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