diff options
| author | Kenichi Handa | 2003-10-02 12:40:04 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-10-02 12:40:04 +0000 |
| commit | ec480361d4f8a22ade0830a7f7738fbf68394083 (patch) | |
| tree | cab10a1c73d5b1a5a28e0701fe5aedb43b16751f /src | |
| parent | c5a518dfdc7c4c63fbcdc44f92f3090b5aef8dda (diff) | |
| download | emacs-ec480361d4f8a22ade0830a7f7738fbf68394083.tar.gz emacs-ec480361d4f8a22ade0830a7f7738fbf68394083.zip | |
*** empty log message ***
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 |