# HG changeset patch # User Juri Linkov # Date 1086841722 0 # Node ID 5e4fee29f142d8a4b72523039c7e0841193b1976 # Parent fc83acd9c42875288d7f112b472387c737ed124f Add C-M-x on defface. Add eval-expression-print-format. Move flymake to new modes and packages. diff -r fc83acd9c428 -r 5e4fee29f142 etc/NEWS --- 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.