summaryrefslogtreecommitdiff
path: root/lisp/replace.el
Commit message (Expand)AuthorAgeFilesLines
...
* Count zero-length matches in `count-matches' correctlyLars Ingebrigtsen2021-07-051-6/+6
* ; Fix last change in lisp/replace.el.Basil L. Contovounesios2021-05-021-2/+2
* Add newline and tab matching documentation to query-replace-regexpEric Skoglund2021-05-021-0/+3
* Use khaki1 as 'match' backgroundDmitry Gutov2021-04-221-1/+1
* Merge from origin/emacs-27Glenn Morris2021-04-071-7/+27
|\
| * Improve doc strings in replace.elEli Zaretskii2021-04-031-7/+27
| * Improve documentation of 'read-regexp' and friendsEli Zaretskii2021-01-271-21/+23
| * read-regexp-suggestions doc string improvementLars Ingebrigtsen2021-01-271-4/+6
| * Try to improve the read-regexp doc stringLars Ingebrigtsen2021-01-271-6/+8
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Convert various menus to easymenuStefan Kangas2021-03-011-45/+33
* | Add command to recenter errors from Occur/Grep buffersTino Calancha2021-02-071-0/+1
* | * lisp/replace.el (occur-rename-buffer): Check for overlay (bug#46268).Juri Linkov2021-02-041-2/+6
* | Use save-mark-and-excursion in query-replace-read-args (bug#45617)Juri Linkov2021-01-291-8/+9
* | * lisp/replace.el (query-replace-read-from-suggestions): New function.Juri Linkov2021-01-271-4/+23
* | Improve documentation of 'read-regexp' and friendsEli Zaretskii2021-01-271-21/+23
* | read-regexp-suggestions doc string improvementLars Ingebrigtsen2021-01-271-4/+6
* | Try to improve the read-regexp doc stringLars Ingebrigtsen2021-01-271-6/+8
* | Better check for nil in search-/query-replace-highlight-submatches (bug#45973)Juri Linkov2021-01-191-13/+17
* | Use format-prompt in read-regexp.Basil L. Contovounesios2021-01-181-7/+4
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Prefer setq-local in most filesStefan Kangas2020-12-091-1/+1
* | Doc string clarification for keep-linesLars Ingebrigtsen2020-10-161-1/+2
* | Highlight regexp sub-expressions in query-replaceJuri Linkov2020-10-141-0/+35
* | Add check for bound and true 'ido-everywhere' in multi-occur--promptJuri Linkov2020-10-061-1/+2
* | Fix the end-of-query prompt in multi-occur and multi-isearch when fidoLars Ingebrigtsen2020-10-011-5/+13
* | ; Fix typosStefan Kangas2020-09-211-1/+1
* | Allow binding keys in `query-replace-map'Juri Linkov2020-09-171-0/+2
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-6/+9
* | occur: Add bindings for next-error-no-selectTino Calancha2020-05-311-1/+71
* | Merge from origin/emacs-27Glenn Morris2020-05-031-14/+21
|\|
| * Document effect of 'search-upper-case' on replacement commandsEli Zaretskii2020-05-021-14/+21
| * * lisp/replace.el (occur-engine-line): Revert part of fb16313025 (bug#39597)Juri Linkov2020-02-231-2/+4
* | Update default-directory in occur buffer (bug#39608)Stéphane Boucher2020-03-041-1/+5
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* ; Fix typo in previous commitRobert Pluim2019-10-091-1/+1
* Improve doc strings in replace.elEli Zaretskii2019-10-091-10/+26
* Fix an assignment to free variable warningTino Calancha2019-09-171-1/+1
* Merge from origin/emacs-26Glenn Morris2019-09-151-6/+8
|\
| * query-replace-regexp undo: Update next-replacement after undoTino Calancha2019-09-091-6/+8
* | Merge from origin/emacs-26Glenn Morris2019-08-201-2/+5
|\|
| * Fix query-replace-regexp undo featureTino Calancha2019-08-191-2/+5
* | Tweak mouse-face highlighting of Occur buffersLars Ingebrigtsen2019-07-151-7/+10
* | Better match-data handling in perform-replaceJuri Linkov2019-07-121-19/+20
* | * lisp/replace.el (perform-replace): Move save-match-data hereJuri Linkov2019-07-081-13/+14
* | * lisp/replace.el (replace-highlight): Add save-match-data (bug#36328)Juri Linkov2019-07-051-1/+5
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* | Inhibit displaying help buffer in main window in perform-replaceJuri Linkov2019-04-101-16/+18
* | i18n: Add function ngettext for pluralization.Juri Linkov2019-03-241-21/+30