Mercurial > emacs
changeset 89259:7c8a5c89a8f1
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 29 Oct 2002 12:11:48 +0000 |
parents | b6c2beacc874 |
children | 1ca980f73ec5 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <handa@m17n.org> + + * 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 <fx@gnu.org> * term/x-win.el: Fix typo in loop setting x-keysym-table.
--- 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 <handa@m17n.org> + + * 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 <fx@gnu.org> * xterm.c (xaw_scroll_callback): Cast correctly.