aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 18761ea1461..b232da4af02 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -90,6 +90,15 @@ 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** Passing resources on the command line now works on MS Windows.
94You can use --xrm to pass resource settings to Emacs, overriding any
95existing values. For example:
96
97 emacs --xrm "Emacs.Background:red" --xrm "Emacs.Geometry:100x20"
98
99will start up Emacs on an initial frame of 100x20 with red background,
100irrespective of geometry or background setting on the Windows registry.
101
93** New features in evaluation commands 102** New features in evaluation commands
94 103
95*** The function `eval-defun' (C-M-x) called on defface reinitializes 104*** The function `eval-defun' (C-M-x) called on defface reinitializes