# HG changeset patch # User Kenichi Handa # Date 1050047115 0 # Node ID ae1a0ad24e031a281b738129a312187bb8c426f8 # Parent c76c817423aa942d3e333997a1468cf4e863ba79 *** empty log message *** diff -r c76c817423aa -r ae1a0ad24e03 etc/NEWS --- a/etc/NEWS Fri Apr 11 03:58:22 2003 +0000 +++ b/etc/NEWS Fri Apr 11 07:45:15 2003 +0000 @@ -1179,6 +1179,12 @@ * 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