Mercurial > emacs
changeset 40011:0af935f18858
*** empty log message ***
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Wed, 17 Oct 2001 17:48:44 +0000 |
parents | 1a8e549e2f40 |
children | b6782242cb0d |
files | src/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Oct 17 17:48:27 2001 +0000 +++ b/src/ChangeLog Wed Oct 17 17:48:44 2001 +0000 @@ -1,3 +1,14 @@ +2001-10-17 Andrew Innes <andrewi@gnu.org> + + * fontset.h (struct font_info) [WINDOWSNT]: Add codepage field. + + * w32fns.c (w32_load_system_font): Cache codepage for font, in + font_info.charset field. + + * w32term.c (w32_encode_char): Get cached codepage from font_info, + rather than working it out by calling w32_codepage_for_font for + every glyph. + 2001-10-17 Andrew Innes <andrewi@gnu.org> * w32term.c (w32_read_socket): Determine clipping rectangle for