summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2006-07-04 00:06:55 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2006-07-04 00:06:55 +0000
commit3958015dff0976918c38d5eb3ec49bd44e410f9d (patch)
tree48f66cf3136b560484f04e8c0dffae69473f9ccc
parente8fc997ccb57b8e3561dc719f4d883b7194031d2 (diff)
downloademacs-3958015dff0976918c38d5eb3ec49bd44e410f9d.tar.gz
*** empty log message ***
-rw-r--r--etc/NEWS9
-rw-r--r--lisp/ChangeLog8
2 files changed, 17 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 82635bdf6d8..52ab80219d2 100644
--- 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.
+
* Changes in Emacs 22.1 on non-free operating systems
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a7b4193609a..975a55f8f41 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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...