# HG changeset patch # User Kenichi Handa # Date 982984355 0 # Node ID 5a7a1ff72e962b9cdf5f96ce7b5e596cc0e11b70 # Parent f6bb3ed752b45358dafc75be0429966d9942492a *** empty log message *** diff -r f6bb3ed752b4 -r 5a7a1ff72e96 lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 24 03:11:56 2001 +0000 +++ b/lisp/ChangeLog Sat Feb 24 03:12:35 2001 +0000 @@ -1,5 +1,8 @@ 2001-02-24 Kenichi Handa + * international/utf-8.el (mule-utf-8): Set correct value for + valid-codes property. + * international/fontset.el (x-complement-fontset-spec): In the case that we use ASCII font for the other charsets, use only family and regisry part of it. diff -r f6bb3ed752b4 -r 5a7a1ff72e96 src/ChangeLog --- a/src/ChangeLog Sat Feb 24 03:11:56 2001 +0000 +++ b/src/ChangeLog Sat Feb 24 03:12:35 2001 +0000 @@ -1,5 +1,7 @@ 2001-02-24 Kenichi Handa + * Makefile.in (lisp): Add international/utf-8.elc. + * fontset.c (Fnew_fontset): Fix handling of the case that an element of FONTLIST is a cons of family and registry.