]> code.delx.au - gnu-emacs/commitdiff
*** If tags-loop-revert-buffers has the value `ask', the tags-scanning
authorChong Yidong <cyd@stupidchicken.com>
Fri, 1 Feb 2008 23:29:02 +0000 (23:29 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 1 Feb 2008 23:29:02 +0000 (23:29 +0000)
loop queries the user interactively if an already-visited file has
been changed since the last visit.  The new default value is `ask'.

etc/NEWS
etc/NEWS.22

index e9e281e9bca7da4933bbc8e32ddfde2a11f40c33..7c285817aabd1fb529cee0e34e4adf7f3f32546c 100644 (file)
--- 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.
 
index 3bf60b4359de40d627446f5b64681e92f81db6c8..dec867dcbb421e1cadef3931446381573f85dd75 100644 (file)
@@ -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.