From: Kenichi Handa Date: Tue, 20 Jun 2000 11:20:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3220 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68a5e97b84b4703c8cdcc1aca820cb08c5880429;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 3b1eb52712a..f5424dcbbbb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2000-06-20 Kenichi Handa + + * xfaces.c (font_list): Handle the case that REGISTRY doesn't + contain information about ENCODING. + + * fontset.c (FONTSET_ASCII): Use the first element of char table + for an ASCII font, not defalt slot. + (fontset_ref_via_base): If FONTSET doesn't contain information for + C, try the default fontset. + (make_fontset): Don't copy the default fontset. + (fontset_font_pattern): Likewise. + (accumulate_font_info): If ELT is nil, use the corresponding + element in the default fontset. + 2000-06-19 Dave Love * syntax.c (Fparse_partial_sexp): Doc fix.