diff options
| author | Kenichi Handa | 2003-10-01 04:48:18 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-10-01 04:48:18 +0000 |
| commit | 52e4738380f54778b0a01f0026a588fe8e9e246f (patch) | |
| tree | c2fbc24a1b64c6c6db8cc9feb948489d61f4a35d /src | |
| parent | 56880b70202174b1526d4b355b44cc052c8a34e7 (diff) | |
| download | emacs-52e4738380f54778b0a01f0026a588fe8e9e246f.tar.gz emacs-52e4738380f54778b0a01f0026a588fe8e9e246f.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index bed514504ae..2b8fa257087 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2003-10-01 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * term.c (terminal_encode_buffer, terminal_encode_buf_size): New | ||
| 4 | variables. | ||
| 5 | (encode_terminal_code): Argument changed. Encode multiple | ||
| 6 | characters at once. Store the result of encoding in | ||
| 7 | terminal_encode_buffer. | ||
| 8 | (write_glyphs): Adjusted for the change of encode_terminal_code. | ||
| 9 | (insert_glyphs): Likewise. | ||
| 10 | (term_init): Initialize terminal_encode_buffer and | ||
| 11 | terminal_encode_buf_size. | ||
| 12 | |||
| 13 | * coding.c (consume_chars): If coding->src_object is nil, don't | ||
| 14 | check annotation. | ||
| 15 | |||
| 1 | 2003-09-30 Kenichi Handa <handa@m17n.org> | 16 | 2003-09-30 Kenichi Handa <handa@m17n.org> |
| 2 | 17 | ||
| 3 | * character.c (char_string): Use ASCII_CHAR_P instead of | 18 | * character.c (char_string): Use ASCII_CHAR_P instead of |