aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2000-05-26 07:34:20 +0000
committerKenichi Handa2000-05-26 07:34:20 +0000
commit0f3e067268c83d18cc4398d15bc8a09be35ce40d (patch)
treec40837a2b928de364fc0b95e8c19d29eaacdfbcb /src
parent2ad001867b5c00ccd3d8542aa7626df98fa74e11 (diff)
downloademacs-0f3e067268c83d18cc4398d15bc8a09be35ce40d.tar.gz
emacs-0f3e067268c83d18cc4398d15bc8a09be35ce40d.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4f2fa2f47c3..8cffa79f2ba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,10 +1,16 @@
12000-05-26 Kenichi Handa <handa@etl.go.jp> 12000-05-26 Kenichi Handa <handa@etl.go.jp>
2 2
3 * charset.c (init_charset_once): Set the table bytes_by_char_head
4 correctly.
5
3 * fontset.c (syms_of_fontset): Adjust the font name for ascii of 6 * fontset.c (syms_of_fontset): Adjust the font name for ascii of
4 the default fontset to what Emacs uses by default. 7 the default fontset to what Emacs uses by default.
8 (check_registry_encoding): This function deleted.
9 (Fset_fontset_font): Remove the adhoc condition for the default
10 fontset. Allow cons in FONTNAME.
5 11
6 * charset.c (init_charset_once): Set the table bytes_by_char_head 12 * fns.c (map_char_table): Ignore char-table entries for
7 correctly. 13 charsets eight-bit-control and eight-bit-graphic.
8 14
92000-05-25 Ken Raeburn <raeburn@gnu.org> 152000-05-25 Ken Raeburn <raeburn@gnu.org>
10 16