Mercurial > emacs
changeset 49291:8f4a3a151d3b
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 17 Jan 2003 08:17:23 +0000 |
parents | eb2efd226974 |
children | 22acf8859243 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 17 08:17:03 2003 +0000 +++ b/lisp/ChangeLog Fri Jan 17 08:17:23 2003 +0000 @@ -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.
--- a/src/ChangeLog Fri Jan 17 08:17:03 2003 +0000 +++ b/src/ChangeLog Fri Jan 17 08:17:23 2003 +0000 @@ -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.