From 3fc3e0a6d6164217d2dd81b4d86ccd93dcec50d3 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 10 Jun 2004 04:28:42 +0000 Subject: [PATCH] Add C-M-x on defface. Add eval-expression-print-format. Move flymake to new modes and packages. --- etc/NEWS | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index a9959b189f2..3177a603f79 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -90,8 +90,16 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. * 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 @@ to view diffs or log entries directly from vc-annotate-mode: * 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. -- 2.39.5