Mercurial > emacs
diff src/ChangeLog @ 31432:d616c4851906
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 07 Sep 2000 02:55:04 +0000 |
parents | 4824d8111061 |
children | b2650cc2f211 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Sep 07 02:54:36 2000 +0000 +++ b/src/ChangeLog Thu Sep 07 02:55:04 2000 +0000 @@ -1,5 +1,11 @@ 2000-09-07 Kenichi Handa <handa@etl.go.jp> + * charset.c: Include composite.h + (lisp_string_width): New function. + (Fstring_width): Call lisp_string_width instead of strwidth. + + * Makefile.in (charset.o): Depends on composite.h. + * process.c (read_process_output): Before inserting the decoded text in the buffer, adjust the multibyteness.