diff options
| author | Kenichi Handa | 2000-05-26 05:10:46 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-05-26 05:10:46 +0000 |
| commit | cebefb44f696b9c5172a5b2231432653a7b2ff9c (patch) | |
| tree | 154a57587c572fb03b730ebafb5cfc0ccac9c8f3 /src/ChangeLog | |
| parent | bd9531732967151a847562e98a99fa6e97250ce6 (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2000-05-26 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-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 | ||