diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 9943392cdc6..d8586d711bd 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2003-10-29 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * fontset.c (fontset_face): Create a fallback fontset on demand | ||
| 4 | (make_fontset): Don't create a fallback fontset here. | ||
| 5 | (free_face_fontset): Free a fallback fontset (if any) too. | ||
| 6 | (n_auto_fontsets): Delete this variable. | ||
| 7 | (auto_fontset_alist): New variable. | ||
| 8 | (new_fontset_from_font_name): Check auto_fontset_alist. | ||
| 9 | (dump_fontset) [FONTSET_DEBUG]: Fully re-written. | ||
| 10 | (Ffontset_list_all) [FONTSET_DEBUG]: New function. | ||
| 11 | (syms_of_fontset): Initialize and staticpro auto_fontset_alist. | ||
| 12 | Defsubr Sfontset_list_all. | ||
| 13 | |||
| 1 | 2003-10-24 Kenichi Handa <handa@m17n.org> | 14 | 2003-10-24 Kenichi Handa <handa@m17n.org> |
| 2 | 15 | ||
| 3 | * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts. | 16 | * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts. |