aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ac569eb487f..2c32b4a04e0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12000-09-07 Kenichi Handa <handa@etl.go.jp> 12000-09-07 Kenichi Handa <handa@etl.go.jp>
2 2
3 * charset.c: Include composite.h
4 (lisp_string_width): New function.
5 (Fstring_width): Call lisp_string_width instead of strwidth.
6
7 * Makefile.in (charset.o): Depends on composite.h.
8
3 * process.c (read_process_output): Before inserting the decoded 9 * process.c (read_process_output): Before inserting the decoded
4 text in the buffer, adjust the multibyteness. 10 text in the buffer, adjust the multibyteness.
5 11