]> git.eshelyaron.com Git - emacs.git/commitdiff
For some reason, this new feature was not in etags for Emacs 22,
authorFrancesco Potortì <pot@gnu.org>
Thu, 22 Nov 2007 10:38:23 +0000 (10:38 +0000)
committerFrancesco Potortì <pot@gnu.org>
Thu, 22 Nov 2007 10:38:23 +0000 (10:38 +0000)
so add it for Emacs 23:

 *** The --members option is now the default.

 Use --no-members if you want the old default behaviour of not tagging
 struct members in C, members variables in C++ and variables in PHP.

etc/NEWS

index e9af70411518365659b6196bb4d83ad5a611dadc..e336a757b24cc9e237bc441c8caaf311cf4b49d0 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -214,10 +214,10 @@ than `with-output-to-temp-buffer' with `print-help-return-message'.
 *** New option `help-window-select' permits to customize whether help
 window shall be automatically selected when invoking help.
 *** New variable `help-window-point-marker' permits to specify new
-position of point in help window (for example in `view-lossage'). 
+position of point in help window (for example in `view-lossage').
 
 ** view-remove-frame-by-deleting is now by default t
-since users found iconification of view-mode frames distracting. 
+since users found iconification of view-mode frames distracting.
 
 ** isearch can now search through multiple ChangeLog files.
 When running isearch in a ChangeLog file, if the search fails,
@@ -250,6 +250,12 @@ with the face `eldoc-highlight-function-argument'.
 ** defcustom accepts new keyword arguments, `:safe' and `:risky', which
 set a variable's `safe-local-variable' and `risky-local-variable' property.
 
+** Etags changes.
+*** The --members option is now the default.
+
+Use --no-members if you want the old default behaviour of not tagging
+struct members in C, members variables in C++ and variables in PHP.
+
 ** VC
 *** Clicking on the VC mode-line entry now pops the VC menu.