diff options
| author | Andrew Innes | 2001-10-17 17:48:44 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-10-17 17:48:44 +0000 |
| commit | 0e804d381c40da55c61107dfeda336936e4ac845 (patch) | |
| tree | 79f2167d7f20bbf81f93e4afe27893e842945caf /src/ChangeLog | |
| parent | 19c291d324bd521b35f4cb0c9082bf730bd77fd6 (diff) | |
| download | emacs-0e804d381c40da55c61107dfeda336936e4ac845.tar.gz emacs-0e804d381c40da55c61107dfeda336936e4ac845.zip | |
(w32_encode_char): Get cached codepage from font_info,
rather than working it out by calling w32_codepage_for_font for
every glyph.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
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 @@ | |||
| 1 | 2001-10-17 Andrew Innes <andrewi@gnu.org> | 1 | 2001-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 | |||
| 12 | 2001-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 |