1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2000-06-20 11:20:11 +00:00
parent 2f3f040a31
commit 68a5e97b84

View 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.