]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 4 Jul 2006 00:06:55 +0000 (00:06 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 4 Jul 2006 00:06:55 +0000 (00:06 +0000)
etc/NEWS
lisp/ChangeLog

index 82635bdf6d8f01fd3f7b2013dbd8c9517325e3c6..52ab80219d2fd72d6f4bd4cd22dcd1700903b741 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3494,6 +3494,15 @@ For example, these two sequences of expressions behave identically:
 (defun PP (data) (insert (format "%S\n" data)))
 (ewoc-create 'PP "start\n\n" "\n" t)
 
+** Locate changes
+
+---
+*** By default, reverting the *Locate* buffer now just runs the last
+`locate' command back over again without offering to update the locate
+database (which normally only works if you have root privileges).  If
+you prefer the old behavior, set the new customizable option
+`locate-update-when-revert' to t.
+
 \f
 * Changes in Emacs 22.1 on non-free operating systems
 
index a7b4193609a8c9cf9db02a1875bdf6dfa3406a5a..975a55f8f41c3c8b5ec0e5df2e1ffe41bca498a3 100644 (file)
@@ -1,3 +1,11 @@
+2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * locate.el (locate-update-when-revert): New option.
+       (locate-update-path): New option (suggested by Michael Albinus).
+       (locate-prompt-for-command): Whitespace change.
+       (locate-update): No longer offer to update the locate database by
+       default.  Implement the two new options.
+
 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
 
        * tooltip.el: Move comment about track-mouse...