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
*
Prefer setq-local in most files
Stefan Kangas
2020-12-09
1
-1
/
+1
*
Doc string clarification for keep-lines
Lars Ingebrigtsen
2020-10-16
1
-1
/
+2
*
Highlight regexp sub-expressions in query-replace
Juri Linkov
2020-10-14
1
-0
/
+35
*
Add check for bound and true 'ido-everywhere' in multi-occur--prompt
Juri Linkov
2020-10-06
1
-1
/
+2
*
Fix the end-of-query prompt in multi-occur and multi-isearch when fido
Lars Ingebrigtsen
2020-10-01
1
-5
/
+13
*
; Fix typos
Stefan Kangas
2020-09-21
1
-1
/
+1
*
Allow binding keys in `query-replace-map'
Juri Linkov
2020-09-17
1
-0
/
+2
*
Use `format-prompt' when prompting with default values
Lars Ingebrigtsen
2020-09-06
1
-6
/
+9
*
occur: Add bindings for next-error-no-select
Tino Calancha
2020-05-31
1
-1
/
+71
*
Merge from origin/emacs-27
Glenn Morris
2020-05-03
1
-14
/
+21
|
\
|
*
Document effect of 'search-upper-case' on replacement commands
Eli Zaretskii
2020-05-02
1
-14
/
+21
|
*
* lisp/replace.el (occur-engine-line): Revert part of fb16313025 (bug#39597)
Juri Linkov
2020-02-23
1
-2
/
+4
*
|
Update default-directory in occur buffer (bug#39608)
Stéphane Boucher
2020-03-04
1
-1
/
+5
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
; Fix typo in previous commit
Robert Pluim
2019-10-09
1
-1
/
+1
*
Improve doc strings in replace.el
Eli Zaretskii
2019-10-09
1
-10
/
+26
*
Fix an assignment to free variable warning
Tino Calancha
2019-09-17
1
-1
/
+1
*
Merge from origin/emacs-26
Glenn Morris
2019-09-15
1
-6
/
+8
|
\
|
*
query-replace-regexp undo: Update next-replacement after undo
Tino Calancha
2019-09-09
1
-6
/
+8
*
|
Merge from origin/emacs-26
Glenn Morris
2019-08-20
1
-2
/
+5
|
\
|
|
*
Fix query-replace-regexp undo feature
Tino Calancha
2019-08-19
1
-2
/
+5
*
|
Tweak mouse-face highlighting of Occur buffers
Lars Ingebrigtsen
2019-07-15
1
-7
/
+10
*
|
Better match-data handling in perform-replace
Juri Linkov
2019-07-12
1
-19
/
+20
*
|
* lisp/replace.el (perform-replace): Move save-match-data here
Juri Linkov
2019-07-08
1
-13
/
+14
*
|
* lisp/replace.el (replace-highlight): Add save-match-data (bug#36328)
Juri Linkov
2019-07-05
1
-1
/
+5
*
|
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
|
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
|
Inhibit displaying help buffer in main window in perform-replace
Juri Linkov
2019-04-10
1
-16
/
+18
*
|
i18n: Add function ngettext for pluralization.
Juri Linkov
2019-03-24
1
-21
/
+30
*
|
* lisp/replace.el (flush-lines): Return the number of deleted lines.
Juri Linkov
2019-02-28
1
-9
/
+12
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
|
*
Guard occur against an undefined orig-line
Raimon Grau
2018-12-10
1
-1
/
+3
|
*
query-replace undo: Handle when user edits the replacement string
Tino Calancha
2018-06-03
1
-1
/
+2
|
*
Backport: Fix corner case in query-replace-regexp undo
Tino Calancha
2018-06-03
1
-0
/
+4
|
*
Backport: Preserve case in query-replace undo
Tino Calancha
2018-06-03
1
-0
/
+1
*
|
More font-lock improvements for diff-mode
Juri Linkov
2018-12-19
1
-4
/
+2
*
|
Fix occur for non-nil list-matching-lines-jump-to-current-line (bug#33476)
Juri Linkov
2018-12-10
1
-6
/
+6
*
|
* lisp/replace.el (occur--garbage-collect-revert-args): New function
Stefan Monnier
2018-10-09
1
-26
/
+30
*
|
Revert part of last commit
Eli Zaretskii
2018-10-09
1
-13
/
+1
*
|
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Eli Zaretskii
2018-10-09
1
-99
/
+91
|
\
\
|
*
|
* lisp/replace.el: Rework implementation of the occur region
Stefan Monnier
2018-10-09
1
-112
/
+92
*
|
|
Unbreak 'revert-buffer' in Occur buffers
Eli Zaretskii
2018-10-09
1
-8
/
+8
|
/
/
*
|
Fix a previous commit
Tino Calancha
2018-09-21
1
-13
/
+9
*
|
Fix bug 32543
Tino Calancha
2018-09-18
1
-3
/
+36
*
|
query-replace undo: Handle when user edits the replacement string
Tino Calancha
2018-05-26
1
-1
/
+2
*
|
Fix corner case in query-replace-regexp undo
Tino Calancha
2018-05-23
1
-0
/
+4
*
|
Improve Isearch error handling
Juri Linkov
2018-04-23
1
-1
/
+1
*
|
* lisp/replace.el (query-replace-descr): Silence compiler.
Glenn Morris
2018-04-20
1
-2
/
+3
*
|
Use text properties to save search parameters. (Bug#22479)
Juri Linkov
2018-04-19
1
-7
/
+29
[next]