From: Kenichi Handa Date: Wed, 7 Feb 2001 04:23:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.98~124 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd503487d85d78c51dae0d694b96b2a49e6ad81d;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 09104cd0389..193babe4ba8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2001-02-07 Kenichi Handa + + * charset.c (parse_str_to_multibyte): New function. + + * charset.h (parse_str_to_multibyte): Extern it. + + * print.c (print_string): If we are going to print a unibyte + string into a multibyte buffer, convert the string to multibyte by + str_to_multibyte. + 2001-02-06 Andrew Innes * w32xfns.c (select_palette): Do nothing if palette hasn't yet