summaryrefslogtreecommitdiff
path: root/lisp/replace.el
Commit message (Expand)AuthorAgeFilesLines
* ; Fix minor documentation issue ion replace.elEli Zaretskii2023-05-101-1/+6
* Rebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible with search-mapJuri Linkov2023-01-181-3/+3
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-12-261-1/+1
* Add cross-reference to flush-linesStefan Kangas2022-12-131-2/+5
* ; Mention flush-lines in kill-matching-lines docstringStefan Kangas2022-12-091-1/+4
* ; Fix typosStefan Kangas2022-11-111-1/+1
* perform-replace doc string fixLars Ingebrigtsen2022-10-021-2/+2
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-98/+88
* Use use-region-beginning/end in replacement commands (bug#45607)Juri Linkov2022-09-041-16/+29
* Use new convenience functions in replace-stringLars Ingebrigtsen2022-08-091-4/+3
* * lisp/replace.el (replace-highlight): Optimize for large buffers (bug#56815)Juri Linkov2022-08-091-1/+3
* Allow specifying how args are to be stored in `command-history'Lars Ingebrigtsen2022-08-081-1/+4
* Delete additional items obsolete since 20, 21 and 22Stefan Kangas2022-07-311-83/+4
* Use `take` where clearly safe to do so (bug#56521)Mattias Engdegård2022-07-181-3/+2
* Don't hard-code `M-c' in `read-regexp'Lars Ingebrigtsen2022-07-051-23/+29
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-031-6/+6
* Fix subr-x fix that was missed when re-revertingLars Ingebrigtsen2022-06-251-0/+1
* Revert "Fix some byte-compilation warnings about subr-x"Lars Ingebrigtsen2022-06-251-1/+0
* Fix some byte-compilation warnings about subr-xLars Ingebrigtsen2022-06-241-0/+1
* * lisp/replace.el (read-regexp): Use minibuffer-message in the minibuffer.Juri Linkov2022-06-141-4/+5
* Allow `query-replace' to do exact replacement of the current itemLars Ingebrigtsen2022-06-131-8/+20
* Add a `M-c' command to `read-regexp'Lars Ingebrigtsen2022-06-131-11/+46
* ; Fix typosStefan Kangas2022-05-151-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-04-281-3/+14
|\
| * Add minimum instructions to 'query-replace' commandsEli Zaretskii2022-04-211-3/+14
* | Add lazy highlight when reading 'query-replace' argumentsAugusto Stoffel2022-04-101-18/+47
* | Add search function to search within filenames in Dired and WDired (bug#14013)Juri Linkov2022-03-281-0/+5
* | * lisp/replace.el (perform-replace): Allow using isearch in recursive-edit.Juri Linkov2022-02-081-1/+7
* | * lisp/replace.el (query-replace-read-from): Use default for empty input.Juri Linkov2022-02-021-7/+9
* | * lisp/replace.el (query-replace-read-from-default): New variable.Juri Linkov2022-02-011-3/+21
* | Merge from origin/emacs-28Stefan Kangas2022-01-311-2/+7
|\ \ | |/
| * Fix regression in Occur Edit modeEli Zaretskii2022-01-301-2/+7
* | Make occur edit mode more resilientLars Ingebrigtsen2022-01-231-0/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | ; * lisp/replace.el (replace-regexp-function): Doc fix. (Bug#52558)Eli Zaretskii2021-12-291-3/+7
* | * lisp/replace.el (replace-regexp-function): New function (bug#52558).Juri Linkov2021-12-281-2/+9
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-13/+13
* | Remove redundant #' before lambdaStefan Kangas2021-10-211-5/+5
|/
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-6/+7
* Docfix: use command substitution for 'universal-argument'Stefan Kangas2021-09-161-1/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-2/+2
* Add docstrings to context menu functions, and add middle-separatorJuri Linkov2021-09-151-2/+2
* Adjust occur-context-menu and elisp-context-menuJuri Linkov2021-09-151-5/+8
* Add occur-related context-menu operations (bug#50552)Philip Kaludercic2021-09-151-0/+27
* * lisp/replace.el (perform-replace): Use 'remove-function' (bug#49963).Juri Linkov2021-08-111-19/+20
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-4/+4
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-8/+6
* ; * lisp/replace.el (occur-1): Remove old fringe arrow.Mattias Engdegård2021-08-071-0/+1