aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e9af7041151..e336a757b24 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -214,10 +214,10 @@ than `with-output-to-temp-buffer' with `print-help-return-message'.
214*** New option `help-window-select' permits to customize whether help 214*** New option `help-window-select' permits to customize whether help
215window shall be automatically selected when invoking help. 215window shall be automatically selected when invoking help.
216*** New variable `help-window-point-marker' permits to specify new 216*** New variable `help-window-point-marker' permits to specify new
217position of point in help window (for example in `view-lossage'). 217position of point in help window (for example in `view-lossage').
218 218
219** view-remove-frame-by-deleting is now by default t 219** view-remove-frame-by-deleting is now by default t
220since users found iconification of view-mode frames distracting. 220since users found iconification of view-mode frames distracting.
221 221
222** isearch can now search through multiple ChangeLog files. 222** isearch can now search through multiple ChangeLog files.
223When running isearch in a ChangeLog file, if the search fails, 223When running isearch in a ChangeLog file, if the search fails,
@@ -250,6 +250,12 @@ with the face `eldoc-highlight-function-argument'.
250** defcustom accepts new keyword arguments, `:safe' and `:risky', which 250** defcustom accepts new keyword arguments, `:safe' and `:risky', which
251set a variable's `safe-local-variable' and `risky-local-variable' property. 251set a variable's `safe-local-variable' and `risky-local-variable' property.
252 252
253** Etags changes.
254*** The --members option is now the default.
255
256Use --no-members if you want the old default behaviour of not tagging
257struct members in C, members variables in C++ and variables in PHP.
258
253** VC 259** VC
254*** Clicking on the VC mode-line entry now pops the VC menu. 260*** Clicking on the VC mode-line entry now pops the VC menu.
255 261