From: Chong Yidong Date: Fri, 1 Feb 2008 23:29:02 +0000 (+0000) Subject: *** If tags-loop-revert-buffers has the value `ask', the tags-scanning X-Git-Tag: emacs-pretest-23.0.90~8282 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a8e9795bf038fb3d2507b3491d540b36cdc3819;p=emacs.git *** If tags-loop-revert-buffers has the value `ask', the tags-scanning loop queries the user interactively if an already-visited file has been changed since the last visit. The new default value is `ask'. --- diff --git a/etc/NEWS b/etc/NEWS index e9e281e9bca..7c285817aab 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -296,6 +296,10 @@ set a variable's `safe-local-variable' and `risky-local-variable' property. 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. +*** If tags-loop-revert-buffers has the value `ask', the tags-scanning +loop queries the user interactively if an already-visited file has +been changed since the last visit. The new default value is `ask'. + ** VC *** Clicking on the VC mode-line entry now pops the VC menu. diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 3bf60b4359d..dec867dcbb4 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 @@ -85,6 +85,12 @@ customize it with the new option `desktop-load-locked-desktop'. When saving, desktop.el warns about attempts to overwrite a desktop file if it determines that the desktop being saved is not an update of the one on disk. +** Etags changes. + +*** If tags-loop-revert-buffers has the value `ask', the tags-scanning +loop queries the user interactively if an already-visited file has +been changed since the last visit. The new default value is `ask'. + * New Modes and Packages in Emacs 22.2 ** bibtex-style-mode helps you write BibTeX's *.bst files.