summaryrefslogtreecommitdiff
path: root/lisp/replace.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* * replace.el (occur-mode-find-occurrence-hook): New hook that canCarsten Dominik2008-01-231-3/+13
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (occur-context-lines): New subroutine, broken out of occur-engine.Richard M. Stallman2008-01-031-10/+18
* | Merge from emacs--rel--22Miles Bader2007-12-281-1/+4
|\ \ | |/
| * (regexp-history): Add reference to `history-length' in the doc string.Eli Zaretskii2007-12-221-1/+4
| * (map-query-replace-regexp): Doc fix (revert part of 2000-05-21T17:04:47Z!fx@g...Juanma Barranquero2007-11-191-5/+3
* | (keep-lines, flush-lines, how-many): Doc fix.Juri Linkov2007-12-091-18/+26
* | (occur-mode-map): Add a major mode menu with entriesDan Nicolaescu2007-11-221-0/+29
* | (map-query-replace-regexp): Doc fix (revert part of 2000-05-21T17:04:47Z!fx@g...Juanma Barranquero2007-11-191-5/+3
* | (keep-lines-read-args, occur-read-primary-args):Juri Linkov2007-11-161-20/+37
* | (query-replace-show-replacement): New defcustom.Juri Linkov2007-11-101-2/+15