]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Wed, 15 Jan 2003 06:27:32 +0000 (06:27 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 15 Jan 2003 06:27:32 +0000 (06:27 +0000)
lisp/ChangeLog
src/ChangeLog

index e0efd31df9af8f308703531614312f70f99502b6..36222a7cf281e87f64a58b4c1bf13e7326391db7 100644 (file)
@@ -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>
index 669db3449a6059f112dce43745082e1da41afe60..90a36a0c4aec3d40de3becca5b680ccbd44a35e5 100644 (file)
@@ -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\e,Al\e(B  <pot@gnu.org>
 
        * fns.c (Fsubstring): Clarify doc string.