# HG changeset patch # User Jason Rumney # Date 1065999615 0 # Node ID 237980c2b1d3050c9ba746186278ecb115d8be00 # Parent 967bca3bf3ddf5fa0ad391a7ce7ec0b556a9f55d *** empty log message *** diff -r 967bca3bf3dd -r 237980c2b1d3 lisp/ChangeLog.22 --- a/lisp/ChangeLog.22 Sun Oct 12 22:58:53 2003 +0000 +++ b/lisp/ChangeLog.22 Sun Oct 12 23:00:15 2003 +0000 @@ -1,5 +1,7 @@ 2003-10-12 Jason Rumney + * w32-fns.el (w32-charset-info-alist): Accept more charset aliases. + * makefile.w32-in (DONTCOMPILE): Remove old languages. Add international/latin1-disp.el. (LC_ALL): Define as C. diff -r 967bca3bf3dd -r 237980c2b1d3 src/ChangeLog.22 --- a/src/ChangeLog.22 Sun Oct 12 22:58:53 2003 +0000 +++ b/src/ChangeLog.22 Sun Oct 12 23:00:15 2003 +0000 @@ -1,5 +1,20 @@ 2003-10-12 Jason Rumney + * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't. + (pfnGetFontUnicodeRanges): New dynamically loaded function. + (w32_initialize): Try to load it. + (x_get_font_repertory): Use it if available. + (w32_encode_char): Add shortcut for unicode output. + + * w32fns.c (w32_load_system_font): Default charset to -1. + (x_to_w32_charset): Match all fonts for unicode. + (w32_to_x_charset): New parameter matching. Don't return partial + or wildcard charsets. + (w32_to_all_x_charsets): Don't return partial or wildcard charsets. + (w32_codepage_for_font): Return CP_UNICODE for unicode. + (w32_to_x_font): Match charset to real charset. + (enum_font_cb2): Always list unicode versions. + * makefile.w32-in (temacs): Increase EMHEAP. 2003-10-11 Jason Rumney