aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a488b635212..db460088155 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
12003-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
12003-01-09 Kenichi Handa <handa@m17n.org> 242003-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