From: Andrew Innes Date: Thu, 4 Oct 2001 17:15:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-21.1~83 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0bcf87c15951347a4c36d31f3f3bdb31afdb340f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f18cb0b81dd..b23e2c9de26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-10-04 Andrew Innes + + * faces.el (face-font-registry-alternatives) [windows-nt]: Make + gb2312 an alias for gb2312.1980. + 2001-10-03 Stefan Monnier * pcvs-util.el (cvs-prefix-define): Typo cons->concat. diff --git a/src/ChangeLog b/src/ChangeLog index bc2c8c2bfb5..90ef210a154 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +2001-10-04 Andrew Innes + + * w32fns.c (x_to_w32_color): Fix argument to alloca. + (w32_load_system_font): Don't believe what GetLanguageFontInfo + says; query codepage info directly to determine if font is double + byte. + (x_to_w32_charset): Handle private format for unknown charsets. + Handle wildcards in charset spec, by ignoring them. + (w32_codepage_for_font): Fix argument to alloca. Don't remove + "*-" prefix from charset. + (x_to_w32_font): Enlarge remainder array for safety. Specifically + handle the truncated font spec form constructed by font_list_1, so + that we correctly identify the charset fields. Don't remove "*-" + prefix from charset. + (w32_list_synthesized_fonts): Fix argument to alloca. + 2001-10-03 Miles Bader * callproc.c (syms_of_callproc): Explicitly state in the