*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 17 Jan 2003 08:17:23 +0000 (08:17 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 17 Jan 2003 08:17:23 +0000 (08:17 +0000)
lisp/ChangeLog
src/ChangeLog

index 759b57f..79b0657 100644 (file)
@@ -1,3 +1,17 @@
+2003-01-17  Kenichi Handa  <handa@m17n.org>
+
+       * international/fontset.el: Don't setup the default fontset and
+       font-encoding-alist at the top level.
+       (setup-default-fontset): New function.
+       (create-fontset-from-fontset-spec): Delete autoload cookie.
+
+       * term/x-win.el: Require fontset unconditionally again.
+       Call setup-default-fontset at the top level.
+
+       * term/w32-win.el: Call setup-default-fontset.
+
+       * term/mac-win.el: Require fontset and call setup-default-fontset.
+
 2003-01-16  Kenichi Handa  <handa@m17n.org>
 
        * international/ucs-tables.el: Undo the last change.
index 355b020..285f413 100644 (file)
@@ -1,5 +1,7 @@
 2003-01-17  Kenichi Handa  <handa@m17n.org>
 
+       * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
+
        * editfns.c (Fformat): Convert an unibyte char argument that is
        formatted by "%c" to multibyte if the total result must be a
        multibyte string.