aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* * doc/emacs/search.texi (Query Replace): Document multi-buffer replacement ke...Juri Linkov2012-10-171-2/+6
* * lisp/replace.el (query-replace-interactive): Declare obsolete.Juri Linkov2012-10-041-23/+30
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-24/+22
* * lisp/replace.el (query-replace-read-from): Use `read-regexp' insteadJuri Linkov2012-09-211-17/+14
* * lisp/replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTSJuri Linkov2012-09-211-21/+25
* * lisp/replace.el (read-regexp): Add HISTORY arg.Juri Linkov2012-09-211-4/+7
* * lisp/replace.el (read-regexp): Don't add ": " when PROMPT alreadyJuri Linkov2012-09-211-11/+13
* * lisp/replace.el (replace-regexp-lax-whitespace): New defcustom.Juri Linkov2012-09-101-8/+16
* Allow scrolling in y-or-n-p.Chong Yidong2012-09-091-4/+18
* * lisp/replace.el (replace-lax-whitespace): New defcustom.Juri Linkov2012-09-061-1/+36
* Use `isearch-search-fun' in `perform-replace' (bug#10885, bug#10887).Juri Linkov2012-09-061-25/+18
* Add inhibit-switch-frame parameter for display-buffer, and use it in occur-edit.Chong Yidong2012-08-061-1/+3
* Fix typo in docstring. Bug #12122.Bastien Guerry2012-08-021-2/+2
* Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier2012-06-271-41/+40
* Doc and lispref updates related to searchingGlenn Morris2012-03-281-2/+2
* * lisp/replace.el (replace-highlight): Set isearch-word to nil unconditionally.Juri Linkov2012-03-111-3/+3
* * lisp/replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.Juri Linkov2012-02-231-0/+3
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-261-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Fixes for Occur Edit mode.Leo Liu2011-09-191-3/+3
* * lisp/replace.el (occur-mode-map): Rebind occur-edit-mode to "e".Chong Yidong2011-09-171-35/+52
* * replace.el (occur-mode-goto-occurrence): Don't force using other window.Chong Yidong2011-09-141-1/+1
* Fix various uses of display-buffer and pop-to-bufferChong Yidong2011-09-101-10/+5
* * replace.el (multi-occur): MentionLars Magne Ingebrigtsen2011-07-021-1/+2
* New major mode: Occur Edit mode.Leo Liu2011-05-281-22/+86
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-10/+22
* * lisp/replace.el (occur-mode-map): Some fixes for menu items.Glenn Morris2011-04-071-11/+14
* Merge from emacs-23; up to 2010-06-03T05:41:[email protected].Glenn Morris2011-02-271-1/+1
|\
| * Fix spelling of "precede".Glenn Morris2011-02-221-1/+1
* | Move keymap initialization into declaration.Stefan Monnier2011-02-101-48/+54
* | * lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold2011-02-011-66/+51
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * lisp/replace.el: Add "collect" feature to occur.Tak Ota2010-12-031-15/+67
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | Merge changes from emacs-23 branchChong Yidong2010-08-081-1/+3
|\|
| * Fix query-replace-regexp incomplete highlighting (Bug#6808).Johan Bockgård2010-08-081-1/+3
* | * replace.el (replace-highlight): Fix lazy-highlightingJuri Linkov2010-05-211-0/+3
* | * replace.el (occur-accumulate-lines): Move occur-engine relatedJuri Linkov2010-03-301-23/+23
* | Make occur handle multi-line matches cleanly with context.Juri Linkov2010-03-301-17/+73
* | * replace.el (occur-accumulate-lines): Fix a bug where the firstJuri Linkov2010-03-301-4/+4
* | Implement Occur multi-line matches.Juri Linkov2010-03-231-22/+38
* | * replace.el (occur-engine-line): Add optional arg `keep-props'.Juri Linkov2010-03-231-3/+3
* | * replace.el (occur-accumulate-lines, occur-engine):Juri Linkov2010-03-231-23/+14
* | Fix message of multi-line occur regexps and multi-buffer header lines.Juri Linkov2010-03-211-4/+23
* | Use query-replace-{from,to}-history-variable in more places.Glenn Morris2010-03-171-3/+7
|/