aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2002-10-29 12:11:48 +0000
committerKenichi Handa2002-10-29 12:11:48 +0000
commit66318d27764591bca95c9cf083e7f8e0bbffed0c (patch)
treedf8a12f5f7d410228fc54b1b358760ee89ba32b3
parent1217c7664d8ed4bb16a17608ae74cefe108b0df8 (diff)
downloademacs-66318d27764591bca95c9cf083e7f8e0bbffed0c.tar.gz
emacs-66318d27764591bca95c9cf083e7f8e0bbffed0c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog13
2 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index abbb81b9a8d..d405bcdde22 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12002-10-29 Kenichi Handa <handa@m17n.org>
2
3 * international/fontset.el ("fontset-default"): Add an entry for
4 `devanagari' script and `malayalam-glyph' charset.
5 (face-resizing-fonts): Register CDAC fonts.
6
7 * international/mule-conf.el (malayalam-glyph): New charset.
8
12002-10-28 Dave Love <fx@gnu.org> 92002-10-28 Dave Love <fx@gnu.org>
2 10
3 * term/x-win.el: Fix typo in loop setting x-keysym-table. 11 * term/x-win.el: Fix typo in loop setting x-keysym-table.
diff --git a/src/ChangeLog b/src/ChangeLog
index 8f53479bafc..40496e82855 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12002-10-29 Kenichi Handa <handa@m17n.org>
2
3 * xfaces.c (Vface_resizing_fonts): New variable.
4 (struct font_name): New member `resizing_ratio'.
5 (font_resizing_ratio): New function.
6 (split_font_name): Set font->resizing_ratio.
7 (better_font_p): Pay attention to font->resizing_ratio.
8 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
9 RESX, and RESY fields.
10 (try_alternative_families): Try scalable fonts if
11 Vscalable_fonts_allowed is not Qt.
12 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
13
12002-10-29 Dave Love <fx@gnu.org> 142002-10-29 Dave Love <fx@gnu.org>
2 15
3 * xterm.c (xaw_scroll_callback): Cast correctly. 16 * xterm.c (xaw_scroll_callback): Cast correctly.