aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2004-06-10 04:28:42 +0000
committerJuri Linkov2004-06-10 04:28:42 +0000
commit3fc3e0a6d6164217d2dd81b4d86ccd93dcec50d3 (patch)
tree3a89272616268c1ad7d13240afb849c205243963
parent4545a37c0f3f716e5f51dfccbc826c83efd76042 (diff)
downloademacs-3fc3e0a6d6164217d2dd81b4d86ccd93dcec50d3.tar.gz
emacs-3fc3e0a6d6164217d2dd81b4d86ccd93dcec50d3.zip
Add C-M-x on defface.
Add eval-expression-print-format. Move flymake to new modes and packages.
-rw-r--r--etc/NEWS15
1 files 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.
90 90
91* Changes in Emacs 21.4 91* Changes in Emacs 21.4
92 92
93** A New package flymake.el does on-the-fly syntax checking of program 93** New features in evaluation commands
94source files. See the Flymake's Info manual for more details. 94
95*** The function `eval-defun' (C-M-x) called on defface reinitializes
96the face to the value specified in the defface expression.
97
98*** Typing C-x C-e twice prints the value of the integer result
99in additional formats (octal, hexadecimal, character) specified
100by the new function `eval-expression-print-format'. The same
101function also defines the result format for `eval-expression' (M-:),
102`eval-print-last-sexp' (C-j) and some edebug evaluation functions.
95 103
96** New input method chinese-sisheng for inputting Chinese Pinyin 104** New input method chinese-sisheng for inputting Chinese Pinyin
97characters. 105characters.
@@ -1811,6 +1819,9 @@ to view diffs or log entries directly from vc-annotate-mode:
1811 1819
1812* New modes and packages in Emacs 21.4 1820* New modes and packages in Emacs 21.4
1813 1821
1822** The new package flymake.el does on-the-fly syntax checking of program
1823source files. See the Flymake's Info manual for more details.
1824
1814** The library tree-widget.el provides a new widget to display a set 1825** The library tree-widget.el provides a new widget to display a set
1815of hierarchical data as an outline. For example, the tree-widget is 1826of hierarchical data as an outline. For example, the tree-widget is
1816well suited to display a hierarchy of directories and files. 1827well suited to display a hierarchy of directories and files.