diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f6aa7237227..23d5e01f833 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2000-05-18 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * fns.c (map_char_table): Pay attention to character number of | ||
| 4 | charset. Check the validity of charset at the first level. For | ||
| 5 | leaf nodes that has nil value, call C_FUNCTION or FUNCTION with | ||
| 6 | the default value. | ||
| 7 | |||
| 8 | * fontset.c: Include "buffer.h". | ||
| 9 | (fs_load_font): If the face has fontset, record the face ID in | ||
| 10 | that fontset. | ||
| 11 | (Finternal_char_font): New function. | ||
| 12 | (accumulate_font_info): New function. | ||
| 13 | (Ffontset_info): Rewritten for the new fontset implementation. | ||
| 14 | (syms_of_fontset): Register Vdefault_fontset in the first element | ||
| 15 | of Vfontset_table. Include Vdefault_fontset in | ||
| 16 | Vfontset_alias_alist. Declare `internal-char-font' as a Lisp | ||
| 17 | function. | ||
| 18 | |||
| 1 | 2000-05-16 Dave Love <fx@gnu.org> | 19 | 2000-05-16 Dave Love <fx@gnu.org> |
| 2 | 20 | ||
| 3 | * m/iris5d.h: Deleted -- unused. | 21 | * m/iris5d.h: Deleted -- unused. |