diff options
| author | Kenichi Handa | 2001-02-07 04:23:59 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2001-02-07 04:23:59 +0000 |
| commit | bd503487d85d78c51dae0d694b96b2a49e6ad81d (patch) | |
| tree | c74a86cf30032a84043c044ad1c29551ccec31b2 /src | |
| parent | f4a012a685981bc6826c7aee6f8d097b7a99a802 (diff) | |
| download | emacs-bd503487d85d78c51dae0d694b96b2a49e6ad81d.tar.gz emacs-bd503487d85d78c51dae0d694b96b2a49e6ad81d.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 09104cd0389..193babe4ba8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2001-02-07 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * charset.c (parse_str_to_multibyte): New function. | ||
| 4 | |||
| 5 | * charset.h (parse_str_to_multibyte): Extern it. | ||
| 6 | |||
| 7 | * print.c (print_string): If we are going to print a unibyte | ||
| 8 | string into a multibyte buffer, convert the string to multibyte by | ||
| 9 | str_to_multibyte. | ||
| 10 | |||
| 1 | 2001-02-06 Andrew Innes <andrewi@gnu.org> | 11 | 2001-02-06 Andrew Innes <andrewi@gnu.org> |
| 2 | 12 | ||
| 3 | * w32xfns.c (select_palette): Do nothing if palette hasn't yet | 13 | * w32xfns.c (select_palette): Do nothing if palette hasn't yet |