aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog2
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e49d7130429..4022d7f293b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12001-02-24 Kenichi Handa <handa@etl.go.jp> 12001-02-24 Kenichi Handa <handa@etl.go.jp>
2 2
3 * international/utf-8.el (mule-utf-8): Set correct value for
4 valid-codes property.
5
3 * international/fontset.el (x-complement-fontset-spec): In the 6 * international/fontset.el (x-complement-fontset-spec): In the
4 case that we use ASCII font for the other charsets, use only 7 case that we use ASCII font for the other charsets, use only
5 family and regisry part of it. 8 family and regisry part of it.
diff --git a/src/ChangeLog b/src/ChangeLog
index 71a01ce20ed..6080cfd8520 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12001-02-24 Kenichi Handa <handa@etl.go.jp> 12001-02-24 Kenichi Handa <handa@etl.go.jp>
2 2
3 * Makefile.in (lisp): Add international/utf-8.elc.
4
3 * fontset.c (Fnew_fontset): Fix handling of the case that an 5 * fontset.c (Fnew_fontset): Fix handling of the case that an
4 element of FONTLIST is a cons of family and registry. 6 element of FONTLIST is a cons of family and registry.
5 7