diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2000-05-26 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-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 | ||
| 9 | 2000-05-25 Ken Raeburn <raeburn@gnu.org> | 15 | 2000-05-25 Ken Raeburn <raeburn@gnu.org> |
| 10 | 16 | ||