summaryrefslogtreecommitdiff
path: root/lisp/replace.el
Commit message (Expand)AuthorAgeFilesLines
* 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:49Z!rgm@gnu.org.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
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (perform-replace): Let-bind recenter-last-op to nil.Juri Linkov2009-11-301-3/+12
* * textmodes/ispell.el (ispell-skip-region-alist):Dan Nicolaescu2009-11-121-1/+1
* * subr.el (menu-bar-separator): New defconst.Dan Nicolaescu2009-11-111-1/+1
* * puresize.h (BASE_PURESIZE): Increase to 1430000.Dan Nicolaescu2009-10-231-21/+21
* (read-regexp): Return empty string when `default-value' is nil.Juri Linkov2009-08-121-2/+2
* (keep-lines-read-args): Use empty string as default (Bug#2495).Chong Yidong2009-02-271-1/+1
* Replace last-input-char with last-input-event.Glenn Morris2009-01-091-2/+3
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* * align.el:Lute Kamstra2008-12-031-16/+16
* * replace.el (how-many): Fix typo in docstring.Juanma Barranquero2008-10-221-1/+1
* (query-replace, query-replace-regexp)Juri Linkov2008-10-191-23/+28
* (read-regexp): Rename arg `default' to `default-value'. Doc fix.Juri Linkov2008-10-191-8/+10
* (perform-replace): Don't set inhibit-read-only usingChong Yidong2008-09-121-2/+1
* (read-regexp): Add second arg `default'. Doc fix.Juri Linkov2008-07-291-9/+9
* (multi-query-replace-map): New variable.Juri Linkov2008-07-231-3/+26
* (read-regexp): New function.Juri Linkov2008-06-291-51/+42
* (replace-search-function, replace-re-search-function): New vars.Chong Yidong2008-06-061-1/+15
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (occur-read-primary-args): Set default to the car ofJuri Linkov2008-05-011-5/+16
* (occur-mode-map): Add :help.Dan Nicolaescu2008-03-211-10/+20