summaryrefslogtreecommitdiff
path: root/lisp/replace.el
AgeCommit message (Expand)Author
2024-03-14; Simplify (with-current-buffer (get-buffer ...) ...)Tim Landscheidt
2024-03-02* lisp/replace.el (perform-replace): Accept default bindings in lookup-key.Juri Linkov
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-20Improve invisibility handling in isearch-lazy-highlight (bug#40808)Juri Linkov
2023-11-18(update_search_regs): Install better fix for bug#67124Stefan Monnier
2023-11-15Fix query-replace at EOBEli Zaretskii
2023-09-13Fix defcustom :type in replace.el (Bug#65920)Mauro Aranda
2023-08-17Improve documentation of case transfer in replacement commandsEli Zaretskii
2023-05-10; Fix minor documentation issue ion replace.elEli Zaretskii
2023-01-18Rebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible with search-mapJuri Linkov
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-26; Fix typosStefan Kangas
2022-12-13Add cross-reference to flush-linesStefan Kangas
2022-12-09; Mention flush-lines in kill-matching-lines docstringStefan Kangas
2022-11-11; Fix typosStefan Kangas
2022-10-02perform-replace doc string fixLars Ingebrigtsen
2022-09-09Delete many items obsolete since 24.3Stefan Kangas
2022-09-04Use use-region-beginning/end in replacement commands (bug#45607)Juri Linkov
2022-08-09Use new convenience functions in replace-stringLars Ingebrigtsen
2022-08-09* lisp/replace.el (replace-highlight): Optimize for large buffers (bug#56815)Juri Linkov
2022-08-08Allow specifying how args are to be stored in `command-history'Lars Ingebrigtsen
2022-07-31Delete additional items obsolete since 20, 21 and 22Stefan Kangas
2022-07-18Use `take` where clearly safe to do so (bug#56521)Mattias Engdegård
2022-07-05Don't hard-code `M-c' in `read-regexp'Lars Ingebrigtsen
2022-07-03Quote some literal keys to get help-key-binding faceStefan Kangas
2022-06-25Fix subr-x fix that was missed when re-revertingLars Ingebrigtsen
2022-06-25Revert "Fix some byte-compilation warnings about subr-x"Lars Ingebrigtsen
2022-06-24Fix some byte-compilation warnings about subr-xLars Ingebrigtsen
2022-06-14* lisp/replace.el (read-regexp): Use minibuffer-message in the minibuffer.Juri Linkov
2022-06-13Allow `query-replace' to do exact replacement of the current itemLars Ingebrigtsen
2022-06-13Add a `M-c' command to `read-regexp'Lars Ingebrigtsen
2022-05-15; Fix typosStefan Kangas
2022-04-28Merge from origin/emacs-28Eli Zaretskii
2022-04-21Add minimum instructions to 'query-replace' commandsEli Zaretskii
2022-04-10Add lazy highlight when reading 'query-replace' argumentsAugusto Stoffel
2022-03-28Add search function to search within filenames in Dired and WDired (bug#14013)Juri Linkov
2022-02-08* lisp/replace.el (perform-replace): Allow using isearch in recursive-edit.Juri Linkov
2022-02-02* lisp/replace.el (query-replace-read-from): Use default for empty input.Juri Linkov
2022-02-01* lisp/replace.el (query-replace-read-from-default): New variable.Juri Linkov
2022-01-31Merge from origin/emacs-28Stefan Kangas
2022-01-30Fix regression in Occur Edit modeEli Zaretskii
2022-01-23Make occur edit mode more resilientLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-29; * lisp/replace.el (replace-regexp-function): Doc fix. (Bug#52558)Eli Zaretskii
2021-12-28* lisp/replace.el (replace-regexp-function): New function (bug#52558).Juri Linkov
2021-11-22Use substitute-command-keys for literal key sequencesStefan Kangas
2021-10-21Remove redundant #' before lambdaStefan Kangas
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas