Mercurial > emacs
changeset 56009:5e4fee29f142
Add C-M-x on defface.
Add eval-expression-print-format.
Move flymake to new modes and packages.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 10 Jun 2004 04:28:42 +0000 |
parents | fc83acd9c428 |
children | 42cb534d806a |
files | etc/NEWS |
diffstat | 1 files changed, 13 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Jun 10 04:23:52 2004 +0000 +++ b/etc/NEWS Thu Jun 10 04:28:42 2004 +0000 @@ -90,8 +90,16 @@ * Changes in Emacs 21.4 -** A New package flymake.el does on-the-fly syntax checking of program -source files. See the Flymake's Info manual for more details. +** New features in evaluation commands + +*** The function `eval-defun' (C-M-x) called on defface reinitializes +the face to the value specified in the defface expression. + +*** Typing C-x C-e twice prints the value of the integer result +in additional formats (octal, hexadecimal, character) specified +by the new function `eval-expression-print-format'. The same +function also defines the result format for `eval-expression' (M-:), +`eval-print-last-sexp' (C-j) and some edebug evaluation functions. ** New input method chinese-sisheng for inputting Chinese Pinyin characters. @@ -1811,6 +1819,9 @@ * New modes and packages in Emacs 21.4 +** The new package flymake.el does on-the-fly syntax checking of program +source files. See the Flymake's Info manual for more details. + ** The library tree-widget.el provides a new widget to display a set of hierarchical data as an outline. For example, the tree-widget is well suited to display a hierarchy of directories and files.