diff options
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -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. | ||
| 94 | You can use --xrm to pass resource settings to Emacs, overriding any | ||
| 95 | existing values. For example: | ||
| 96 | |||
| 97 | emacs --xrm "Emacs.Background:red" --xrm "Emacs.Geometry:100x20" | ||
| 98 | |||
| 99 | will start up Emacs on an initial frame of 100x20 with red background, | ||
| 100 | irrespective 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 |