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
*
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
*
Fix typo in docstring. Bug #12122.
Bastien Guerry
2012-08-02
1
-2
/
+2
*
Get rid of all the manual purecopy calls in menu-bar definitions.
Stefan Monnier
2012-06-27
1
-41
/
+40
*
Doc and lispref updates related to searching
Glenn Morris
2012-03-28
1
-2
/
+2
*
* lisp/replace.el (replace-highlight): Set isearch-word to nil unconditionally.
Juri Linkov
2012-03-11
1
-3
/
+3
*
* lisp/replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
Juri Linkov
2012-02-23
1
-0
/
+3
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-26
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-19
1
-1
/
+1
*
Fixes for Occur Edit mode.
Leo Liu
2011-09-19
1
-3
/
+3
*
* lisp/replace.el (occur-mode-map): Rebind occur-edit-mode to "e".
Chong Yidong
2011-09-17
1
-35
/
+52
*
* replace.el (occur-mode-goto-occurrence): Don't force using other window.
Chong Yidong
2011-09-14
1
-1
/
+1
[next]