From: Kenichi Handa Date: Fri, 26 May 2000 07:34:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3683 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f3e067268c83d18cc4398d15bc8a09be35ce40d;p=emacs.git *** empty log message *** --- 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