aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8f51a8fe9c7..5fa31c4a1ef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
12000-11-10 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.h (CP_8BIT, CP_UNICODE, CP_INVALID): New pseudo-codepages.
4
5 * w32term.c (w32_encode_char): Handle CP_UNICODE specially.
6 (w32_use_unicode_for_codepage): Use new pseudo-codepages.
7
8 * w32fns.c (Qw32_charset_hangeul): Rename to match w32 headers.
9 (Qw32_charset_vietnamese): New symbol.
10 (xlfd_charset_of_font): New function.
11 (w32_load_system_font): Use it.
12 (x_to_w32_charset): Use Fassoc to find charset info. Special case
13 when Vw32_charset_info_alist is nil to ensure default face always
14 has font. Use Fcar and Fcdr for safety.
15 (w32_to_x_charset): Use Vw32_charset_info_alist for mappings.
16 (w32_codepage_for_font): Use xlfd_charset_of_font. Use new
17 pseudo-codepages for special cases.
18 (w32_to_x_font): New parameter to allow charset portion to be
19 specified where there is many to one mapping. Callers changed.
20 (w32_list_fonts): Avoid listing fonts that won't display.
21
12000-11-10 Gerd Moellmann <gerd@gnu.org> 222000-11-10 Gerd Moellmann <gerd@gnu.org>
2 23
3 * xfaces.c (Vface_alternative_font_registry_alist): New variable. 24 * xfaces.c (Vface_alternative_font_registry_alist): New variable.