summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2000-05-26 07:34:20 +0000
committerKenichi Handa <handa@m17n.org>2000-05-26 07:34:20 +0000
commit0f3e067268c83d18cc4398d15bc8a09be35ce40d (patch)
treec40837a2b928de364fc0b95e8c19d29eaacdfbcb /src
parent2ad001867b5c00ccd3d8542aa7626df98fa74e11 (diff)
downloademacs-0f3e067268c83d18cc4398d15bc8a09be35ce40d.tar.gz
*** 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 @@
2000-05-26 Kenichi Handa <handa@etl.go.jp>
+ * charset.c (init_charset_once): Set the table bytes_by_char_head
+ correctly.
+
* fontset.c (syms_of_fontset): Adjust the font name for ascii of
the default fontset to what Emacs uses by default.
+ (check_registry_encoding): This function deleted.
+ (Fset_fontset_font): Remove the adhoc condition for the default
+ fontset. Allow cons in FONTNAME.
- * charset.c (init_charset_once): Set the table bytes_by_char_head
- correctly.
+ * fns.c (map_char_table): Ignore char-table entries for
+ charsets eight-bit-control and eight-bit-graphic.
2000-05-25 Ken Raeburn <raeburn@gnu.org>