From: Chong Yidong Date: Sun, 23 Nov 2008 06:22:56 +0000 (+0000) Subject: Add NEWS entry for text-scale-adjust. X-Git-Tag: emacs-pretest-23.0.90~1600 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f9e21a9047002960c20808e40c0603a29ddf9b0;p=emacs.git Add NEWS entry for text-scale-adjust. --- diff --git a/etc/NEWS b/etc/NEWS index bec835fa22e..58038931a18 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -438,8 +438,14 @@ supported in `partial-completion-mode'. *** 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 @@ symbolic notation thanks to auxiliary functions. *** 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',