aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-05-26 07:34:20 +0000
committerKenichi Handa2000-05-26 07:34:20 +0000
commit0f3e067268c83d18cc4398d15bc8a09be35ce40d (patch)
treec40837a2b928de364fc0b95e8c19d29eaacdfbcb
parent2ad001867b5c00ccd3d8542aa7626df98fa74e11 (diff)
downloademacs-0f3e067268c83d18cc4398d15bc8a09be35ce40d.tar.gz
emacs-0f3e067268c83d18cc4398d15bc8a09be35ce40d.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog10
2 files changed, 11 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9eca8065d8f..13da362979e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12000-05-26 Kenichi Handa <handa@etl.go.jp> 12000-05-26 Kenichi Handa <handa@etl.go.jp>
2 2
3 * international/fontset.el: Set family names of non-latin charsets
4 in default fontset to "*".
5
3 * international/mule-diag.el (print-fontset): Combine family part 6 * international/mule-diag.el (print-fontset): Combine family part
4 and registry part of the fontname by "-*-" instead of "-". 7 and registry part of the fontname by "-*-" instead of "-".
5 8
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