Mercurial > emacs
changeset 52202:f83997204484
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 15 Aug 2003 12:19:08 +0000 |
parents | 6790b6f59b3a |
children | 0941be5b523e |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Aug 15 12:10:45 2003 +0000 +++ b/src/ChangeLog Fri Aug 15 12:19:08 2003 +0000 @@ -1,3 +1,12 @@ +2003-08-15 Kenichi Handa <handa@m17n.org> + + * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not + what autoscaled. + (best_matching_font): Once we find a better scalable font, set + non_scalable_has_exact_height_p to 1. + (try_font_list): Call try_alternative_families to try any family + with the given registry. + 2003-08-09 Andreas Schwab <schwab@suse.de> * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.