From: Jason Rumney Date: Sun, 12 Oct 2003 23:00:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1751 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8b4360493c549c9a104c132892cbdea4c101a95;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22 index a3b7ac459f1..182d2afca7d 100644 --- a/lisp/ChangeLog.22 +++ b/lisp/ChangeLog.22 @@ -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 --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 463662cee98..b590d4cf545 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 @@ -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