changeset 49253:57b941bb42b4

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 15 Jan 2003 06:27:32 +0000
parents b38398e733f4
children 4f977a0478bc
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jan 15 05:57:31 2003 +0000
+++ b/lisp/ChangeLog	Wed Jan 15 06:27:32 2003 +0000
@@ -1,5 +1,8 @@
 2003-01-15  YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>  (tiny change)
 
+	* international/mule.el (optimize-char-coding-system-table):
+	  Optimize it.
+
 	* term/mac-win.el: Setup the fontset "fontset-mac" correctly.
 
 2003-01-14  Nick Roberts  <nick@nick.uklinux.net>
--- a/src/ChangeLog	Wed Jan 15 05:57:31 2003 +0000
+++ b/src/ChangeLog	Wed Jan 15 06:27:32 2003 +0000
@@ -1,3 +1,8 @@
+2003-01-15  Kenichi Handa  <handa@m17n.org>
+
+	* xdisp.c (message_dolog): Fix bug of the case that *Message*
+	buffer is unibyte.
+
 2003-01-15  Francesco Potort,Al(B  <pot@gnu.org>
 
 	* fns.c (Fsubstring): Clarify doc string.