diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3b1eb52712a..f5424dcbbbb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2000-06-20 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * xfaces.c (font_list): Handle the case that REGISTRY doesn't | ||
| 4 | contain information about ENCODING. | ||
| 5 | |||
| 6 | * fontset.c (FONTSET_ASCII): Use the first element of char table | ||
| 7 | for an ASCII font, not defalt slot. | ||
| 8 | (fontset_ref_via_base): If FONTSET doesn't contain information for | ||
| 9 | C, try the default fontset. | ||
| 10 | (make_fontset): Don't copy the default fontset. | ||
| 11 | (fontset_font_pattern): Likewise. | ||
| 12 | (accumulate_font_info): If ELT is nil, use the corresponding | ||
| 13 | element in the default fontset. | ||
| 14 | |||
| 1 | 2000-06-19 Dave Love <fx@gnu.org> | 15 | 2000-06-19 Dave Love <fx@gnu.org> |
| 2 | 16 | ||
| 3 | * syntax.c (Fparse_partial_sexp): Doc fix. | 17 | * syntax.c (Fparse_partial_sexp): Doc fix. |