Mercurial > emacs
changeset 50543:ae1a0ad24e03
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 11 Apr 2003 07:45:15 +0000 |
parents | c76c817423aa |
children | f7d63c53fb6c |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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