1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 10:21:14 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2002-10-29 12:11:48 +00:00
parent 1217c7664d
commit 66318d2776
2 changed files with 21 additions and 0 deletions

View file

@ -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.

View file

@ -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.