# HG changeset patch # User Kenichi Handa # Date 1049873202 0 # Node ID 1a72ba81bfa09dafddedf1d7378a7b2ea467b71f # Parent b83d48b25b9be1cb25e04b2b07cd681226c2c389 *** empty log message *** diff -r b83d48b25b9b -r 1a72ba81bfa0 src/ChangeLog --- a/src/ChangeLog Wed Apr 09 07:12:51 2003 +0000 +++ b/src/ChangeLog Wed Apr 09 07:26:42 2003 +0000 @@ -1,5 +1,17 @@ 2003-04-09 Kenichi Handa + * xfaces.c (Vface_font_rescale_alist): New variable. + (struct font_name): New member rescale_ratio. + (font_rescale_ratio): New function. + (split_font_name): If NUMERIC_P is nonzero, set + font->rescale_ratio. + (better_font_p): On comparing point sized, pay attention to + recale_ratio member of fonts. + (build_scalable_font_name): Reflect font->rescale_ratio in the + font name. + (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp + variable. + * lread.c (read1): Before calling index, check if the 2nd arguemnt is in ASCII range.