aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-02-01 23:29:02 +0000
committerChong Yidong2008-02-01 23:29:02 +0000
commit8a8e9795bf038fb3d2507b3491d540b36cdc3819 (patch)
tree8313c5478d2f9c9c9853c997f49763932ed2c8e7
parent580d92980c65649e4d8a5caf78317e74c24f48e4 (diff)
downloademacs-8a8e9795bf038fb3d2507b3491d540b36cdc3819.tar.gz
emacs-8a8e9795bf038fb3d2507b3491d540b36cdc3819.zip
*** 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'.
-rw-r--r--etc/NEWS4
-rw-r--r--etc/NEWS.226
2 files changed, 10 insertions, 0 deletions
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.
296Use --no-members if you want the old default behaviour of not tagging 296Use --no-members if you want the old default behaviour of not tagging
297struct members in C, members variables in C++ and variables in PHP. 297struct members in C, members variables in C++ and variables in PHP.
298 298
299*** If tags-loop-revert-buffers has the value `ask', the tags-scanning
300loop queries the user interactively if an already-visited file has
301been changed since the last visit. The new default value is `ask'.
302
299** VC 303** VC
300*** Clicking on the VC mode-line entry now pops the VC menu. 304*** Clicking on the VC mode-line entry now pops the VC menu.
301 305
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,
85desktop.el warns about attempts to overwrite a desktop file if it determines 85desktop.el warns about attempts to overwrite a desktop file if it determines
86that the desktop being saved is not an update of the one on disk. 86that the desktop being saved is not an update of the one on disk.
87 87
88** Etags changes.
89
90*** If tags-loop-revert-buffers has the value `ask', the tags-scanning
91loop queries the user interactively if an already-visited file has
92been changed since the last visit. The new default value is `ask'.
93
88* New Modes and Packages in Emacs 22.2 94* New Modes and Packages in Emacs 22.2
89 95
90** bibtex-style-mode helps you write BibTeX's *.bst files. 96** bibtex-style-mode helps you write BibTeX's *.bst files.