Mercurial > emacs
changeset 39550:60435e699582
*** empty log message ***
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Thu, 04 Oct 2001 17:15:26 +0000 |
parents | 044b46ec5fff |
children | 4e108e81543a |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 04 17:14:53 2001 +0000 +++ b/lisp/ChangeLog Thu Oct 04 17:15:26 2001 +0000 @@ -1,3 +1,8 @@ +2001-10-04 Andrew Innes <andrewi@gnu.org> + + * faces.el (face-font-registry-alternatives) [windows-nt]: Make + gb2312 an alias for gb2312.1980. + 2001-10-03 Stefan Monnier <monnier@cs.yale.edu> * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
--- a/src/ChangeLog Thu Oct 04 17:14:53 2001 +0000 +++ b/src/ChangeLog Thu Oct 04 17:15:26 2001 +0000 @@ -1,3 +1,19 @@ +2001-10-04 Andrew Innes <andrewi@gnu.org> + + * 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 <miles@gnu.org> * callproc.c (syms_of_callproc): Explicitly state in the