diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 2b8fa257087..bf9805a3b24 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2003-10-02 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * term.c (encode_terminal_code): Don't handle glyph-table. Check | ||
| 4 | if a character is encodable by the terminal coding system. If | ||
| 5 | not, produces proper number of `?'s. Update | ||
| 6 | terminal_encode_buffer and terminal_encode_buf_size if necessary. | ||
| 7 | (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P. | ||
| 8 | |||
| 1 | 2003-10-01 Kenichi Handa <handa@m17n.org> | 9 | 2003-10-01 Kenichi Handa <handa@m17n.org> |
| 2 | 10 | ||
| 3 | * term.c (terminal_encode_buffer, terminal_encode_buf_size): New | 11 | * term.c (terminal_encode_buffer, terminal_encode_buf_size): New |