aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-07; Fix typosRobert Pluim1-1/+1
2025-07-05; * lisp/replace.el (query-replace-help): Fix help text (bug#78916).Eli Zaretskii1-7/+9
2025-05-22(perform-replace): Make it work with F-keys in TTYs (bug#78113)Stefan Monnier1-14/+15
2025-03-16Use defvar-keymap for some trivial keymapsStefan Kangas1-8/+6
2025-03-09Document return values of the various read-* functionsEli Zaretskii1-1/+1
2025-02-18Don't access overriding-text-conversion-style when unboundPo Lu1-7/+6
2025-02-17Adapt query-replace and lazy highlighting to text conversionPo Lu1-2/+17
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-12Make bindings--define-key obsoleteStefan Kangas1-2/+2
2024-07-28Add new optional argument NO-HIGHLIGHT to query-replace-read-argsVisuwesh1-2/+2
2024-03-14; Simplify (with-current-buffer (get-buffer ...) ...)Tim Landscheidt1-1/+1
2024-03-02* lisp/replace.el (perform-replace): Accept default bindings in lookup-key.Juri Linkov1-2/+2
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-11-20Improve invisibility handling in isearch-lazy-highlight (bug#40808)Juri Linkov1-0/+1
2023-11-18(update_search_regs): Install better fix for bug#67124Stefan Monnier1-7/+0
2023-11-15Fix query-replace at EOBEli Zaretskii1-2/+5
2023-09-13Fix defcustom :type in replace.el (Bug#65920)Mauro Aranda1-2/+4
2023-08-17Improve documentation of case transfer in replacement commandsEli Zaretskii1-4/+6
2023-05-10; Fix minor documentation issue ion replace.elEli Zaretskii1-1/+6
2023-01-18Rebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible with search-mapJuri Linkov1-3/+3
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-12-26; Fix typosStefan Kangas1-1/+1
2022-12-23; Fix typosStefan Kangas1-1/+1
2022-12-13Add cross-reference to flush-linesStefan Kangas1-2/+5
2022-12-09; Mention flush-lines in kill-matching-lines docstringStefan Kangas1-1/+4
2022-11-11; Fix typosStefan Kangas1-1/+1
2022-10-02perform-replace doc string fixLars Ingebrigtsen1-2/+2
2022-09-09Delete many items obsolete since 24.3Stefan Kangas1-98/+88
2022-09-04Use use-region-beginning/end in replacement commands (bug#45607)Juri Linkov1-16/+29
2022-08-09Use new convenience functions in replace-stringLars Ingebrigtsen1-4/+3
2022-08-09* lisp/replace.el (replace-highlight): Optimize for large buffers (bug#56815)Juri Linkov1-1/+3
2022-08-08Allow specifying how args are to be stored in `command-history'Lars Ingebrigtsen1-1/+4
2022-07-31Delete additional items obsolete since 20, 21 and 22Stefan Kangas1-83/+4
2022-07-18Use `take` where clearly safe to do so (bug#56521)Mattias Engdegård1-3/+2
2022-07-05Don't hard-code `M-c' in `read-regexp'Lars Ingebrigtsen1-23/+29
2022-07-03Quote some literal keys to get help-key-binding faceStefan Kangas1-6/+6
2022-06-25Fix subr-x fix that was missed when re-revertingLars Ingebrigtsen1-0/+1
2022-06-25Revert "Fix some byte-compilation warnings about subr-x"Lars Ingebrigtsen1-1/+0
2022-06-24Fix some byte-compilation warnings about subr-xLars Ingebrigtsen1-0/+1
2022-06-14* lisp/replace.el (read-regexp): Use minibuffer-message in the minibuffer.Juri Linkov1-4/+5
2022-06-13Allow `query-replace' to do exact replacement of the current itemLars Ingebrigtsen1-8/+20
2022-06-13Add a `M-c' command to `read-regexp'Lars Ingebrigtsen1-11/+46
2022-05-15; Fix typosStefan Kangas1-1/+1
2022-04-21Add minimum instructions to 'query-replace' commandsEli Zaretskii1-3/+14
2022-04-10Add lazy highlight when reading 'query-replace' argumentsAugusto Stoffel1-18/+47
2022-03-28Add search function to search within filenames in Dired and WDired (bug#14013)Juri Linkov1-0/+5
2022-02-08* lisp/replace.el (perform-replace): Allow using isearch in recursive-edit.Juri Linkov1-1/+7
2022-02-02* lisp/replace.el (query-replace-read-from): Use default for empty input.Juri Linkov1-7/+9
2022-02-01* lisp/replace.el (query-replace-read-from-default): New variable.Juri Linkov1-3/+21