]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 26 May 2000 07:34:20 +0000 (07:34 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 26 May 2000 07:34:20 +0000 (07:34 +0000)
lisp/ChangeLog
src/ChangeLog

index 9eca8065d8fbd95ce77e23ca35ff6a03543652f8..13da362979e2b1ce7fe18d42ed7e3a16034fa2ba 100644 (file)
@@ -1,5 +1,8 @@
 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
 
+       * 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 "-".
 
index 4f2fa2f47c32af99619fccb4cb7e7cf3d6c242e0..8cffa79f2ba66f39507148a6b953aa5bd82c88b6 100644 (file)
@@ -1,10 +1,16 @@
 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
 
+       * 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  <raeburn@gnu.org>