]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 20 Jun 2000 11:20:11 +0000 (11:20 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 20 Jun 2000 11:20:11 +0000 (11:20 +0000)
src/ChangeLog

index 3b1eb52712aecaf06c20e00cda20acd66c7794c9..f5424dcbbbb52b538e598a5b9942b69e98c7502b 100644 (file)
@@ -1,3 +1,17 @@
+2000-06-20  Kenichi Handa  <handa@etl.go.jp>
+
+       * 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  <fx@gnu.org>
 
        * syntax.c (Fparse_partial_sexp): Doc fix.