Mercurial > emacs
changeset 99842:2fe0a3e0646b
Add NEWS entry for text-scale-adjust.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 23 Nov 2008 06:22:56 +0000 |
parents | fd7d46b20afe |
children | 3f5fff220284 |
files | etc/NEWS |
diffstat | 1 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sun Nov 23 05:48:41 2008 +0000 +++ b/etc/NEWS Sun Nov 23 06:22:56 2008 +0000 @@ -438,8 +438,14 @@ *** S-down-mouse-1 now pops up a menu for changing the font and text size of the default face in the current buffer. The face is changed via face remapping (see below). - -*** FIXME face-remap ++++ +*** New commands to change the default face size in the current buffer. +To increase it, type `C-x C-+' or `C-x C-='. To decrease it, type +`C-x C--'. To restore the default (global) face size, type `C-x C-0'. +The final key of these commands may be repeated without the leading +`C-x', so `C-x C-= C-= C-=' increases the face height by three steps. +Each step scales the height of the default face by the value of the +variable `text-scale-mode-step'. ** Primary selection changes +++ @@ -1349,6 +1355,8 @@ *** file-local-variables-alist stores an alist of file-local variables defined in the current buffer. +** FIXME face-remap + ** Process changes +++ *** The new function `start-file-process' is similar to `start-process',