comparison lisp/ChangeLog @ 89360:a0f862213ebb

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 10 Jan 2003 07:42:18 +0000
parents 44ccfbeef742
children 6b4d70860c86
comparison
equal deleted inserted replaced
89359:891cceb4d305 89360:a0f862213ebb
1 2003-01-10 Kenichi Handa <handa@m17n.org>
2
3 * international/fontset.el: Enable the default fontset to use
4 unicode fonts for ASCII characters.
5 (x-decompose-font-name): Don't try to resolve PATTERN by
6 x-resolve-font-name.
7 (x-complement-fontset-spec): Never prepend an ASCII font.
8 (create-fontset-from-fontset-spec): If a fontset of the same name
9 already exists, override it instead of signalling an error. Don't
10 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
11
12 * international/mule-conf.el (unicode-bmp): Delete duplicated
13 definition. Give it :code-offset 0.
14
15 * international/mule-diag.el (print-fontset-element): New
16 function.
17 (print-fontset): Use print-fontset-element to print the elements
18 of a fontset. Use it also to print fonts fallen back to the
19 default fontsets.
20
21 * term/x-win.el: Delete the code to create a fontset from the X
22 resource "Font".
23
1 2003-01-09 Kenichi Handa <handa@m17n.org> 24 2003-01-09 Kenichi Handa <handa@m17n.org>
2 25
3 * international/mule-diag.el (print-fontset): Insert proper 26 * international/mule-diag.el (print-fontset): Insert proper
4 newline and indentation spaces. 27 newline and indentation spaces.
5 28