changeset 36372:5a7a1ff72e96

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Sat, 24 Feb 2001 03:12:35 +0000
parents f6bb3ed752b4
children 274190d289d7
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Feb 24 03:11:56 2001 +0000
+++ b/lisp/ChangeLog	Sat Feb 24 03:12:35 2001 +0000
@@ -1,5 +1,8 @@
 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
 
+	* international/utf-8.el (mule-utf-8): Set correct value for
+	valid-codes property.
+
 	* international/fontset.el (x-complement-fontset-spec): In the
 	case that we use ASCII font for the other charsets, use only
 	family and regisry part of it.
--- a/src/ChangeLog	Sat Feb 24 03:11:56 2001 +0000
+++ b/src/ChangeLog	Sat Feb 24 03:12:35 2001 +0000
@@ -1,5 +1,7 @@
 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
 
+	* Makefile.in (lisp): Add international/utf-8.elc.
+
 	* fontset.c (Fnew_fontset): Fix handling of the case that an
 	element of FONTLIST is a cons of family and registry.