From 0f3e067268c83d18cc4398d15bc8a09be35ce40d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 26 May 2000 07:34:20 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 3 +++ src/ChangeLog | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9eca8065d8f..13da362979e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-05-26 Kenichi Handa + * international/fontset.el: Set family names of non-latin charsets + in default fontset to "*". + * international/mule-diag.el (print-fontset): Combine family part and registry part of the fontname by "-*-" instead of "-". diff --git a/src/ChangeLog b/src/ChangeLog index 4f2fa2f47c3..8cffa79f2ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,10 +1,16 @@ 2000-05-26 Kenichi Handa + * charset.c (init_charset_once): Set the table bytes_by_char_head + correctly. + * fontset.c (syms_of_fontset): Adjust the font name for ascii of the default fontset to what Emacs uses by default. + (check_registry_encoding): This function deleted. + (Fset_fontset_font): Remove the adhoc condition for the default + fontset. Allow cons in FONTNAME. - * charset.c (init_charset_once): Set the table bytes_by_char_head - correctly. + * fns.c (map_char_table): Ignore char-table entries for + charsets eight-bit-control and eight-bit-graphic. 2000-05-25 Ken Raeburn -- 2.39.5