diff options
| author | Chong Yidong | 2008-02-01 23:29:02 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-02-01 23:29:02 +0000 |
| commit | 8a8e9795bf038fb3d2507b3491d540b36cdc3819 (patch) | |
| tree | 8313c5478d2f9c9c9853c997f49763932ed2c8e7 | |
| parent | 580d92980c65649e4d8a5caf78317e74c24f48e4 (diff) | |
| download | emacs-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/NEWS | 4 | ||||
| -rw-r--r-- | etc/NEWS.22 | 6 |
2 files changed, 10 insertions, 0 deletions
| @@ -296,6 +296,10 @@ set a variable's `safe-local-variable' and `risky-local-variable' property. | |||
| 296 | Use --no-members if you want the old default behaviour of not tagging | 296 | Use --no-members if you want the old default behaviour of not tagging |
| 297 | struct members in C, members variables in C++ and variables in PHP. | 297 | struct 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 | ||
| 300 | loop queries the user interactively if an already-visited file has | ||
| 301 | been 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, | |||
| 85 | desktop.el warns about attempts to overwrite a desktop file if it determines | 85 | desktop.el warns about attempts to overwrite a desktop file if it determines |
| 86 | that the desktop being saved is not an update of the one on disk. | 86 | that 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 | ||
| 91 | loop queries the user interactively if an already-visited file has | ||
| 92 | been 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. |