summaryrefslogtreecommitdiff
path: root/lisp/replace.el
Commit message (Expand)AuthorAge
* Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-22
* Remove redundant #' before lambdaStefan Kangas2021-10-21
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* Docfix: use command substitution for 'universal-argument'Stefan Kangas2021-09-16
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* Add docstrings to context menu functions, and add middle-separatorJuri Linkov2021-09-15
* Adjust occur-context-menu and elisp-context-menuJuri Linkov2021-09-15
* Add occur-related context-menu operations (bug#50552)Philip Kaludercic2021-09-15
* * lisp/replace.el (perform-replace): Use 'remove-function' (bug#49963).Juri Linkov2021-08-11
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-08
* ; * lisp/replace.el (occur-1): Remove old fringe arrow.Mattias Engdegård2021-08-07
* ; * lisp/replace.el (occur--set-arrow): Remove unused variable.Mattias Engdegård2021-08-01
* Indicate selected occur target with fringe arrowMattias Engdegård2021-08-01
* Occur-mode multi-line match property gap fillingMattias Engdegård2021-07-31
* ; * lisp/replace.el (occur-after-change-function): Fix logic mistakeMattias Engdegård2021-07-26
* Add back occur-mode-find-occurrence for compatibility (bug#39121)Mattias Engdegård2021-07-25
* Don't squash markers in occur-edit-modeMattias Engdegård2021-07-25
* Keep track of match extents in occur-mode (bug#39121)Mattias Engdegård2021-07-25
* Add commands 'kill-matching-lines' and 'copy-matching-lines'Earl Hyatt2021-07-20
* Count zero-length matches in `count-matches' correctlyLars Ingebrigtsen2021-07-05
* ; Fix last change in lisp/replace.el.Basil L. Contovounesios2021-05-02
* Add newline and tab matching documentation to query-replace-regexpEric Skoglund2021-05-02
* Use khaki1 as 'match' backgroundDmitry Gutov2021-04-22
* Merge from origin/emacs-27Glenn Morris2021-04-07
|\
| * Improve doc strings in replace.elEli Zaretskii2021-04-03
| * Improve documentation of 'read-regexp' and friendsEli Zaretskii2021-01-27
| * read-regexp-suggestions doc string improvementLars Ingebrigtsen2021-01-27
| * Try to improve the read-regexp doc stringLars Ingebrigtsen2021-01-27
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Convert various menus to easymenuStefan Kangas2021-03-01
* | Add command to recenter errors from Occur/Grep buffersTino Calancha2021-02-07
* | * lisp/replace.el (occur-rename-buffer): Check for overlay (bug#46268).Juri Linkov2021-02-04
* | Use save-mark-and-excursion in query-replace-read-args (bug#45617)Juri Linkov2021-01-29
* | * lisp/replace.el (query-replace-read-from-suggestions): New function.Juri Linkov2021-01-27
* | Improve documentation of 'read-regexp' and friendsEli Zaretskii2021-01-27
* | read-regexp-suggestions doc string improvementLars Ingebrigtsen2021-01-27
* | Try to improve the read-regexp doc stringLars Ingebrigtsen2021-01-27
* | Better check for nil in search-/query-replace-highlight-submatches (bug#45973)Juri Linkov2021-01-19
* | Use format-prompt in read-regexp.Basil L. Contovounesios2021-01-18
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Prefer setq-local in most filesStefan Kangas2020-12-09
* | Doc string clarification for keep-linesLars Ingebrigtsen2020-10-16
* | Highlight regexp sub-expressions in query-replaceJuri Linkov2020-10-14
* | Add check for bound and true 'ido-everywhere' in multi-occur--promptJuri Linkov2020-10-06
* | Fix the end-of-query prompt in multi-occur and multi-isearch when fidoLars Ingebrigtsen2020-10-01
* | ; Fix typosStefan Kangas2020-09-21
* | Allow binding keys in `query-replace-map'Juri Linkov2020-09-17
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-06
* | occur: Add bindings for next-error-no-selectTino Calancha2020-05-31