summaryrefslogtreecommitdiff
path: root/lisp/replace.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25...Paul Eggert2016-08-051-7/+10
|\
| * Clarify the documentation of back-references in replacements...Eli Zaretskii2016-07-021-7/+10
* | Merge from origin/emacs-25...Paul Eggert2016-05-261-8/+8
|\|
| * * lisp/char-fold.el: Rename from character-fold.el....Juri Linkov2016-05-171-8/+8
* | Merge from origin/emacs-25...Paul Eggert2016-05-051-12/+9
|\|
| * * lisp/replace.el (query-replace-read-from): Use minibuffer-with-setup-hook...Juri Linkov2016-05-041-12/+9
| * Rearrange the doc of query-replace slightly...Lars Ingebrigtsen2016-05-011-4/+4
| * replace-match-maybe-edit doc clarification...Lars Ingebrigtsen2016-05-011-1/+3
* | Rearrange the doc of query-replace slightly...Lars Ingebrigtsen2016-04-301-4/+4
* | replace-match-maybe-edit doc clarification...Lars Ingebrigtsen2016-04-301-1/+3
* | Merge from origin/emacs-25...John Wiegley2016-04-021-7/+12
|\|
| * In M-%, avoid making buffer-local binding of text-property-default-nonsticky...Alan Mackenzie2016-03-291-7/+12
* | Merge from origin/emacs-25...John Wiegley2016-04-021-6/+11
|\|
| * Minor doc string fixes in replace.el...Eli Zaretskii2016-03-251-6/+11
* | Merge from origin/emacs-25...John Wiegley2016-03-031-0/+1
|\|
| * Add `isearch' to `basic-faces'...Lars Ingebrigtsen2016-02-231-0/+1
* | Allow undoing changes while doing query-replace...Tino Calancha2016-02-241-9/+108
|/
* * lisp/replace.el (replace-match-maybe-edit): Make arg `backward' optional....Juri Linkov2016-02-101-4/+6
* Improve the custom type of some user options....Glenn Morris2016-02-011-1/+1
* Update copyright year to 2016...Paul Eggert2016-01-011-1/+1
* Further progress making Isearch, Ispell, Replace work with Follow Mode....Alan Mackenzie2015-12-071-2/+6
* * lisp/replace.el (occur-engine): Count matches in empty lines....Juri Linkov2015-12-011-0/+3
* Spelling and grammar fixesPaul Eggert2015-11-291-2/+2
* Improve documentation of search and replace commands...Eli Zaretskii2015-11-281-0/+14
* Improve documentation of 'replace-character-fold'...Eli Zaretskii2015-11-271-2/+4
* Improve and update documentation of search commands...Eli Zaretskii2015-11-251-1/+2
* * lisp/replace.el (occur-regexp-descr): New function....Juri Linkov2015-11-201-7/+19
* Support rectangular regions for more commands...Juri Linkov2015-11-141-38/+49
* * lisp/isearch.el: Rename word search to regexp-function search...Artur Malabarba2015-10-211-2/+2
* Revert "Don't rely on defaults in decoding UTF-8 encoded Lisp files"...Dmitry Gutov2015-09-291-1/+1
* Don't rely on defaults in decoding UTF-8 encoded Lisp files...Eli Zaretskii2015-09-211-1/+1
* Clarify or replace a few \u escapes....Paul Eggert2015-09-211-1/+1
* Go back to grave quoting in source-code docstrings etc....Paul Eggert2015-09-071-4/+4
* Fix minor text quoting problems in lisp top level...Paul Eggert2015-08-281-1/+1
* More-conservative ‘format’ quote restyling...Paul Eggert2015-08-231-1/+2
* Use curved quotes in core elisp diagnostics...Paul Eggert2015-08-161-4/+4
* * lisp/replace.el (perform-replace): Document `replacements'....Stefan Monnier2015-08-111-6/+7
* * lisp/replace.el (replace-character-fold): Default to nilArtur Malabarba2015-08-051-1/+1
* * lisp/replace.el (replace-search): Fix regexp case (bug#20901)Artur Malabarba2015-06-261-0/+1
* * lisp/character-fold.el: New file (Bug#20887)...Artur Malabarba2015-06-241-2/+3
* * lisp/isearch.el: Fold many unicode characters to ASCII...Artur Malabarba2015-06-231-0/+9
* * lisp/replace.el (query-replace-read-from): Add separator to...Juri Linkov2015-06-231-0/+2
* Avoid confusion in query-replace history when replacing NUL chars...Nicolas Richard2015-06-021-22/+30
* * lisp/replace.el (query-replace-from-to-separator): Delay initialization...Glenn Morris2015-04-161-7/+5
* Add `predicate' arg to `read-buffer' and use it for erc-iswitchb...Stefan Monnier2015-03-161-1/+1
* Update copyright year to 2015...Paul Eggert2015-01-011-1/+1
* Fix query-replace-regexp when using lisp expressions for replacement...Juri Linkov2014-12-161-3/+6
* * lisp/replace.el (query-replace-from-to-separator): Turn defvar into defcustom....Juri Linkov2014-11-181-9/+20
* * lisp/replace.el: History for query replace pairs....Juri Linkov2014-11-081-24/+48
* * lisp/replace.el (query-replace): Fix typo in docstring....Christoph Scholtes2014-08-241-1/+1