aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2000-06-10 00:12:17 +0000
committerKenichi Handa2000-06-10 00:12:17 +0000
commit49b71c5ff1c47134413bd7177840da38c9d4cf9f (patch)
tree5d1a995462da988fd2b80c1022fbcbc558453f3b /src
parent9e80b57d282aadd5d4668ab89444bec4798c55bd (diff)
downloademacs-49b71c5ff1c47134413bd7177840da38c9d4cf9f.tar.gz
emacs-49b71c5ff1c47134413bd7177840da38c9d4cf9f.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1b0e6bb0452..4a75b54418b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12000-06-10 Kenichi Handa <handa@etl.go.jp>
2
3 * charset.c (update_charset_table): Update the table
4 bytes_by_char_head.
5 (init_charset_once): Initialize elements of bytes_by_char_head to
6 1 except for leading codes for private charases.
7
8 * charset.h (CHARSET_8_BIT_GRAPHIC): Define as 0x80.
9 (UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte
10 sequence.
11
12000-06-09 Ken Raeburn <raeburn@gnu.org> 122000-06-09 Ken Raeburn <raeburn@gnu.org>
2 13
3 * xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to 14 * xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to