]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 11 Apr 2003 07:45:15 +0000 (07:45 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 11 Apr 2003 07:45:15 +0000 (07:45 +0000)
etc/NEWS

index 11ea9a0871709ec62713ba65cc1d7f0e47b50262..74d85d8d2cd8dfa6fbd9a5b4218ec127ae46bc84 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1179,6 +1179,12 @@ timing measurements of code (including the garbage collection component).
 \f
 * Lisp Changes in Emacs 21.4
 
+** The variable `face-font-rescale-alist' specifies how much larger
+(or smaller) font we should use.  For instance, if the value is
+'((SOME-FONTNAME-PATTERN . 1.3) and a face requests a font of 10
+point, we actually use a font of 13 point if the font matches
+SOME-FONTNAME-PATTERN.
+
 ** The function `number-sequence' returns a list of equally-separated
 numbers.  For instance, (number-sequence 4 9) returns (4 5 6 7 8 9).
 By default, the separation is 1, but you can specify a different separation