aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-10-02 12:40:04 +0000
committerKenichi Handa2003-10-02 12:40:04 +0000
commitec480361d4f8a22ade0830a7f7738fbf68394083 (patch)
treecab10a1c73d5b1a5a28e0701fe5aedb43b16751f /src
parentc5a518dfdc7c4c63fbcdc44f92f3090b5aef8dda (diff)
downloademacs-ec480361d4f8a22ade0830a7f7738fbf68394083.tar.gz
emacs-ec480361d4f8a22ade0830a7f7738fbf68394083.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.228
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 @@
12003-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
12003-10-01 Kenichi Handa <handa@m17n.org> 92003-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