diff options
| author | Kenichi Handa | 2000-09-07 02:55:04 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-09-07 02:55:04 +0000 |
| commit | 0fddd0dcaf26e652adf5a428eccdf35f27d8914e (patch) | |
| tree | b17696dfc2d295c43274331b2fb96451c3cd682d /src/ChangeLog | |
| parent | 7c10feb119c4975e28827d8bd7b57ec4dd4d5f4e (diff) | |
| download | emacs-0fddd0dcaf26e652adf5a428eccdf35f27d8914e.tar.gz emacs-0fddd0dcaf26e652adf5a428eccdf35f27d8914e.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
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 @@ | |||
| 1 | 2000-09-07 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-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 | ||