comparison lisp/ChangeLog @ 49291:8f4a3a151d3b

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 17 Jan 2003 08:17:23 +0000
parents 1d08b3946be4
children bc2c0ebdc09d
comparison
equal deleted inserted replaced
49290:eb2efd226974 49291:8f4a3a151d3b
1 2003-01-17 Kenichi Handa <handa@m17n.org>
2
3 * international/fontset.el: Don't setup the default fontset and
4 font-encoding-alist at the top level.
5 (setup-default-fontset): New function.
6 (create-fontset-from-fontset-spec): Delete autoload cookie.
7
8 * term/x-win.el: Require fontset unconditionally again.
9 Call setup-default-fontset at the top level.
10
11 * term/w32-win.el: Call setup-default-fontset.
12
13 * term/mac-win.el: Require fontset and call setup-default-fontset.
14
1 2003-01-16 Kenichi Handa <handa@m17n.org> 15 2003-01-16 Kenichi Handa <handa@m17n.org>
2 16
3 * international/ucs-tables.el: Undo the last change. 17 * international/ucs-tables.el: Undo the last change.
4 18
5 2003-01-15 Dave Love <fx@gnu.org> 19 2003-01-15 Dave Love <fx@gnu.org>