aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2004-06-11 16:43:14 +0000
committerJuanma Barranquero2004-06-11 16:43:14 +0000
commit8758f42e99a2835fb5488f90b40a2949d456f2de (patch)
tree35aa1735ba95d9ca9447bab0ea60db7c22845d0f
parentae0916f8e03c83b4138256b5c66f2abe8eccd75f (diff)
downloademacs-8758f42e99a2835fb5488f90b40a2949d456f2de.tar.gz
emacs-8758f42e99a2835fb5488f90b40a2949d456f2de.zip
*** empty log message ***
-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