# HG changeset patch # User Kenichi Handa # Date 1035893508 0 # Node ID 7c8a5c89a8f19703cb66ce1e3bb0a6772fb85666 # Parent b6c2beacc874f17ed1145483c4d5bc5c959e4d03 *** empty log message *** diff -r b6c2beacc874 -r 7c8a5c89a8f1 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 29 12:11:24 2002 +0000 +++ b/lisp/ChangeLog Tue Oct 29 12:11:48 2002 +0000 @@ -1,3 +1,11 @@ +2002-10-29 Kenichi Handa + + * international/fontset.el ("fontset-default"): Add an entry for + `devanagari' script and `malayalam-glyph' charset. + (face-resizing-fonts): Register CDAC fonts. + + * international/mule-conf.el (malayalam-glyph): New charset. + 2002-10-28 Dave Love * term/x-win.el: Fix typo in loop setting x-keysym-table. diff -r b6c2beacc874 -r 7c8a5c89a8f1 src/ChangeLog --- a/src/ChangeLog Tue Oct 29 12:11:24 2002 +0000 +++ b/src/ChangeLog Tue Oct 29 12:11:48 2002 +0000 @@ -1,3 +1,16 @@ +2002-10-29 Kenichi Handa + + * xfaces.c (Vface_resizing_fonts): New variable. + (struct font_name): New member `resizing_ratio'. + (font_resizing_ratio): New function. + (split_font_name): Set font->resizing_ratio. + (better_font_p): Pay attention to font->resizing_ratio. + (build_scalable_font_name): Likewise. Don't change POINT_SIZE, + RESX, and RESY fields. + (try_alternative_families): Try scalable fonts if + Vscalable_fonts_allowed is not Qt. + (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable. + 2002-10-29 Dave Love * xterm.c (xaw_scroll_callback): Cast correctly.