summaryrefslogtreecommitdiff
path: root/lisp/replace.el
AgeCommit message (Expand)Author
2017-08-08query-replace: Undo replacements performed with 'commaTino Calancha
2017-07-29Improve documentation of 'occur'Eli Zaretskii
2017-05-19* lisp/replace.el (query-replace-regexp-eval): Doc fix.Eli Zaretskii
2017-05-06; * lisp/replace.el (query-replace-regexp, replace-regexp): Doc fixes.Eli Zaretskii
2017-04-02; * lisp/replace.el (how-many, flush-lines, keep-lines): Remove empty line.Tino Calancha
2017-02-28Put text properties on query-replace separator string instead of "\0"Juri Linkov
2017-02-13* lisp/replace.el (query-replace-from-to-separator): Move propertizeJuri Linkov
2017-02-02Show current line highlighted in *Occur* bufferTino Calancha
2017-02-02Allow occur command to operate on the regionTino Calancha
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-11-25Add missing 'provide's in preloaded packagesPhilippe Vaucher
2016-11-07Prescribe history for read-regexp in query-replaceMark Oteiza
2016-10-04Avoid dynamic binding on a symbolMark Oteiza
2016-09-28Turn on more lexical-bindingMark Oteiza
2016-08-05Merge from origin/emacs-25Paul Eggert
2016-07-02Clarify the documentation of back-references in replacementsEli Zaretskii
2016-05-26Merge from origin/emacs-25Paul Eggert
2016-05-17* lisp/char-fold.el: Rename from character-fold.el.Juri Linkov
2016-05-05Merge from origin/emacs-25Paul Eggert
2016-05-04* lisp/replace.el (query-replace-read-from): Use minibuffer-with-setup-hookJuri Linkov
2016-05-01Rearrange the doc of query-replace slightlyLars Ingebrigtsen
2016-05-01replace-match-maybe-edit doc clarificationLars Ingebrigtsen
2016-04-30Rearrange the doc of query-replace slightlyLars Ingebrigtsen
2016-04-30replace-match-maybe-edit doc clarificationLars Ingebrigtsen
2016-04-02Merge from origin/emacs-25John Wiegley
2016-04-02Merge from origin/emacs-25John Wiegley
2016-03-29In M-%, avoid making buffer-local binding of text-property-default-nonstickyAlan Mackenzie
2016-03-25Minor doc string fixes in replace.elEli Zaretskii
2016-03-03Merge from origin/emacs-25John Wiegley
2016-02-24Allow undoing changes while doing query-replaceTino Calancha
2016-02-23Add `isearch' to `basic-faces'Lars Ingebrigtsen
2016-02-10* lisp/replace.el (replace-match-maybe-edit): Make arg `backward' optional.Juri Linkov
2016-02-01Improve the custom type of some user options.Glenn Morris
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-07Further progress making Isearch, Ispell, Replace work with Follow Mode.Alan Mackenzie
2015-12-01* lisp/replace.el (occur-engine): Count matches in empty lines.Juri Linkov
2015-11-29Spelling and grammar fixesPaul Eggert
2015-11-28Improve documentation of search and replace commandsEli Zaretskii
2015-11-27Improve documentation of 'replace-character-fold'Eli Zaretskii
2015-11-25Improve and update documentation of search commandsEli Zaretskii
2015-11-20* lisp/replace.el (occur-regexp-descr): New function.Juri Linkov
2015-11-14Support rectangular regions for more commandsJuri Linkov
2015-10-21* lisp/isearch.el: Rename word search to regexp-function searchArtur Malabarba
2015-09-29Revert "Don't rely on defaults in decoding UTF-8 encoded Lisp files"Dmitry Gutov
2015-09-21Don't rely on defaults in decoding UTF-8 encoded Lisp filesEli Zaretskii
2015-09-21Clarify or replace a few \u escapes.Paul Eggert
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert
2015-08-28Fix minor text quoting problems in lisp top levelPaul Eggert
2015-08-23More-conservative ‘format’ quote restylingPaul Eggert