*** empty log message ***

This commit is contained in:
Kenichi Handa 2003-01-17 08:17:23 +00:00
parent 7f75eaa8e7
commit 3c02a6f56c
2 changed files with 16 additions and 0 deletions

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

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