aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2000-05-26 05:10:46 +0000
committerKenichi Handa2000-05-26 05:10:46 +0000
commitcebefb44f696b9c5172a5b2231432653a7b2ff9c (patch)
tree154a57587c572fb03b730ebafb5cfc0ccac9c8f3 /src/ChangeLog
parentbd9531732967151a847562e98a99fa6e97250ce6 (diff)
downloademacs-cebefb44f696b9c5172a5b2231432653a7b2ff9c.tar.gz
emacs-cebefb44f696b9c5172a5b2231432653a7b2ff9c.zip
(print-fontset): Combine family part
and registry part of the fontname by "-*-" instead of "-".
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 59b7966bdfb..4f2fa2f47c3 100644
--- a/src/ChangeLog
+++ b/src/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 * fontset.c (syms_of_fontset): Adjust the font name for ascii of
4 the default fontset to what Emacs uses by default.
5
3 * charset.c (init_charset_once): Set the table bytes_by_char_head 6 * charset.c (init_charset_once): Set the table bytes_by_char_head
4 correctly. 7 correctly.
5 8