index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
replace.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `predicate' arg to `read-buffer' and use it for erc-iswitchb
Stefan Monnier
2015-03-16
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Fix query-replace-regexp when using lisp expressions for replacement
Juri Linkov
2014-12-16
1
-3
/
+6
*
* lisp/replace.el (query-replace-from-to-separator): Turn defvar into defcustom.
Juri Linkov
2014-11-18
1
-9
/
+20
*
* lisp/replace.el: History for query replace pairs.
Juri Linkov
2014-11-08
1
-24
/
+48
*
* lisp/replace.el (query-replace): Fix typo in docstring.
Christoph Scholtes
2014-08-24
1
-1
/
+1
*
Allow `declare' to set the interactive-only property
Glenn Morris
2014-03-22
1
-4
/
+4
*
* lisp/replace.el (read-regexp): Fix typo in earlier doc change.
Glenn Morris
2014-02-14
1
-1
/
+1
*
Some read-regexp doc
Glenn Morris
2014-02-13
1
-25
/
+39
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
* replace.el (replace-match-maybe-edit): Doc clarification.
Lars Ingebrigtsen
2014-02-07
1
-3
/
+5
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-2
/
+2
*
* lisp/replace.el (read-regexp-defaults-function): New defcustom.
Juri Linkov
2013-12-20
1
-35
/
+57
*
* lisp/replace.el (occur-engine): Use `add-face-text-property'
Juri Linkov
2013-12-20
1
-14
/
+11
*
query-replace backward
Juri Linkov
2013-12-19
1
-47
/
+87
*
* replace.el (occur-engine): Avoid infloop.
Chong Yidong
2013-12-18
1
-1
/
+3
*
Make the `interactive-only' bytecomp warning like the `obsolete' one
Glenn Morris
2013-11-30
1
-2
/
+2
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
Bozhidar Batsov
2013-11-25
1
-0
/
+4
*
* lisp/replace.el (replace-eval-replacement): Try to give more helpful error
Glenn Morris
2013-11-13
1
-3
/
+8
*
* lisp/replace.el (how-many): Fix rstart and !rend case.
Oleh Krehel
2013-10-12
1
-3
/
+6
*
* lisp/replace.el (replace-string): Doc fix re start/end.
Glenn Morris
2013-09-05
1
-4
/
+5
*
Revert introduction of isearch-filter-predicates.
Stefan Monnier
2013-08-05
1
-8
/
+7
*
* lisp/isearch.el (isearch-query-replace): Add " symbol" and other
Juri Linkov
2013-06-14
1
-1
/
+4
*
Fix typos.
Juanma Barranquero
2013-06-11
1
-4
/
+4
*
* lisp/replace.el (perform-replace): Avoid `isearch-range-invisible'
Juri Linkov
2013-05-31
1
-0
/
+3
*
* lisp/replace.el (occur-engine): Rename `globalcount' to `global-lines'
Juri Linkov
2013-05-30
1
-31
/
+45
*
* lisp/replace.el (perform-replace): Add `skip-read-only-count',
Juri Linkov
2013-05-30
1
-17
/
+62
*
* lisp/replace.el (replace-search): New function with code moved out
Juri Linkov
2013-05-28
1
-90
/
+96
*
* lisp/replace.el (perform-replace): Ignore invisible matches.
Juri Linkov
2013-05-28
1
-5
/
+15
*
* lisp/replace.el (list-matching-lines-prefix-face): New defcustom.
Juri Linkov
2013-03-24
1
-12
/
+32
*
Provide for customizing default regexp in occur commands (Bug#13892).
Jambunathan K
2013-03-10
1
-1
/
+21
*
Provide for customizing default regexp in hi-lock commands (Bug#13892).
Jambunathan K
2013-03-08
1
-9
/
+1
*
* lisp/replace.el (read-regexp): Let-bind `default' to the first
Juri Linkov
2013-02-25
1
-26
/
+33
*
Merge from emacs-24; up to 2012-12-22T02:59:08Z!cyd@gnu.org
Glenn Morris
2013-02-22
1
-0
/
+1
|
\
|
*
* lisp/isearch.el (isearch-lazy-highlight-new-loop):
Juri Linkov
2013-02-21
1
-0
/
+1
*
|
(read-regexp): Add regexp for symbol at point to the defaults (Bug#13687).
Jambunathan K
2013-02-16
1
-9
/
+14
|
/
*
* lisp/replace.el (perform-replace): Move let-bindings of isearch-*
Juri Linkov
2013-02-02
1
-46
/
+56
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-2
/
+2
*
* doc/emacs/search.texi (Query Replace): Document multi-buffer replacement ke...
Juri Linkov
2012-10-17
1
-2
/
+6
*
* lisp/replace.el (query-replace-interactive): Declare obsolete.
Juri Linkov
2012-10-04
1
-23
/
+30
*
Use declare forms, where possible, to mark obsolete functions.
Chong Yidong
2012-09-25
1
-24
/
+22
*
* lisp/replace.el (query-replace-read-from): Use `read-regexp' instead
Juri Linkov
2012-09-21
1
-17
/
+14
*
* lisp/replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
Juri Linkov
2012-09-21
1
-21
/
+25
*
* lisp/replace.el (read-regexp): Add HISTORY arg.
Juri Linkov
2012-09-21
1
-4
/
+7
*
* lisp/replace.el (read-regexp): Don't add ": " when PROMPT already
Juri Linkov
2012-09-21
1
-11
/
+13
*
* lisp/replace.el (replace-regexp-lax-whitespace): New defcustom.
Juri Linkov
2012-09-10
1
-8
/
+16
*
Allow scrolling in y-or-n-p.
Chong Yidong
2012-09-09
1
-4
/
+18
*
* lisp/replace.el (replace-lax-whitespace): New defcustom.
Juri Linkov
2012-09-06
1
-1
/
+36
*
Use `isearch-search-fun' in `perform-replace' (bug#10885, bug#10887).
Juri Linkov
2012-09-06
1
-25
/
+18
*
Add inhibit-switch-frame parameter for display-buffer, and use it in occur-edit.
Chong Yidong
2012-08-06
1
-1
/
+3
[next]