Mercurial > emacs
comparison etc/NEWS @ 86312:7e2c67792bdd
For some reason, this new feature was not in etags for Emacs 22,
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.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Thu, 22 Nov 2007 10:38:23 +0000 |
parents | 2a95aa038f83 |
children | 480a058ecb2f |
comparison
equal
deleted
inserted
replaced
86311:bfdcbe7d6197 | 86312:7e2c67792bdd |
---|---|
212 *** New macro `with-help-window' should set up help windows better | 212 *** New macro `with-help-window' should set up help windows better |
213 than `with-output-to-temp-buffer' with `print-help-return-message'. | 213 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 |
215 window shall be automatically selected when invoking help. | 215 window 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 |
217 position of point in help window (for example in `view-lossage'). | 217 position 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 |
220 since users found iconification of view-mode frames distracting. | 220 since 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. |
223 When running isearch in a ChangeLog file, if the search fails, | 223 When running isearch in a ChangeLog file, if the search fails, |
224 then another C-s tries searching the previous ChangeLog, | 224 then another C-s tries searching the previous ChangeLog, |
225 if there is one (e.g. go from ChangeLog to ChangeLog.12). | 225 if there is one (e.g. go from ChangeLog to ChangeLog.12). |
247 with the face `eldoc-highlight-function-argument'. | 247 with the face `eldoc-highlight-function-argument'. |
248 | 248 |
249 +++ | 249 +++ |
250 ** defcustom accepts new keyword arguments, `:safe' and `:risky', which | 250 ** defcustom accepts new keyword arguments, `:safe' and `:risky', which |
251 set a variable's `safe-local-variable' and `risky-local-variable' property. | 251 set a variable's `safe-local-variable' and `risky-local-variable' property. |
252 | |
253 ** Etags changes. | |
254 *** The --members option is now the default. | |
255 | |
256 Use --no-members if you want the old default behaviour of not tagging | |
257 struct members in C, members variables in C++ and variables in PHP. | |
252 | 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 |
256 *** The VC mode-line entry now has a tooltip that explains the VC file status. | 262 *** The VC mode-line entry now has a tooltip that explains the VC file status. |