comparison lisp/ChangeLog @ 94527:207661f84875

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 01 May 2008 23:56:52 +0000
parents 2a61c5f918a5
children 37fa7ba3820c
comparison
equal deleted inserted replaced
94526:c444df26b274 94527:207661f84875
1 2008-05-01 Juri Linkov <juri@jurta.org>
2
3 * replace.el (occur-read-primary-args): Set default to the car of
4 regexp-history and display it in the prompt, but don't add to the
5 list of minibuffer defaults. Bind history-add-new-input to nil to
6 not add automatically `default'. For empty input return `default'.
7 Otherwise, add `input' to regexp-history and return it.
8 (occur-1): Signal an error for the empty regexp.
9
10 * progmodes/compile.el (compilation-auto-jump):
11 Set window point to `pos' explicitly.
12
1 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com> 13 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
2 14
3 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored 15 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
4 when appropriate. 16 when appropriate.
5 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so 17 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so