# HG changeset patch # User Luc Teirlinck # Date 1151971615 0 # Node ID c7218dbd298e046098fa46c0790977f0063d69f5 # Parent 6958f9575abf25f90b669fb8b42e5c6861b196e3 *** empty log message *** diff -r 6958f9575abf -r c7218dbd298e etc/NEWS --- a/etc/NEWS Tue Jul 04 00:03:53 2006 +0000 +++ b/etc/NEWS Tue Jul 04 00:06:55 2006 +0000 @@ -3494,6 +3494,15 @@ (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 -r 6958f9575abf -r c7218dbd298e lisp/ChangeLog --- a/lisp/ChangeLog Tue Jul 04 00:03:53 2006 +0000 +++ b/lisp/ChangeLog Tue Jul 04 00:06:55 2006 +0000 @@ -1,3 +1,11 @@ +2006-07-03 Luc Teirlinck + + * 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 * tooltip.el: Move comment about track-mouse...