comparison lisp/ChangeLog @ 86026:313926000c17

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sat, 10 Nov 2007 21:53:47 +0000
parents a673ba5311a4
children 22be0027622f
comparison
equal deleted inserted replaced
86025:19784f7db0ef 86026:313926000c17
1 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
2
3 * doc-view.el (doc-view-mode-map, doc-view-menu)
4 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
5 (doc-view-search-backward): New function.
6 (doc-view-search): Query new regexp if prefix arg is given, else
7 jump to next/previous match.
8 (doc-view-mode): Handle compressed files.
9 (jka-compr): Required for compressed files.
10
1 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net> 11 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2 12
3 * replace.el (query-replace-show-replacement): New defcustom. 13 * replace.el (query-replace-show-replacement): New defcustom.
4 (perform-replace): Use `match-substitute-replacement' if 14 (perform-replace): Use `match-substitute-replacement' if
5 `query-replace-show-replacement' is non-nil. 15 `query-replace-show-replacement' is non-nil.