From: Kenichi Handa Date: Wed, 9 Apr 2003 07:26:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~10575 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50ebc53dd0daa339a6e6b14603fcc5ef2f181082;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index ebc21b3eaa7..30089c7069b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.