aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | (perform-replace): Use isearch-no-upper-case-p.Stefan Monnier2007-07-231-32/+30
|/
* * replace.el (match): Use yellow1 instead of yellow.Dan Nicolaescu2007-07-131-1/+1
* * NEWS: Mention `query-replace-regexp-eval' being deprecated.David Kastrup2007-04-171-0/+10
* (occur-next-error): *Occur* might not be displayed in theStefan Monnier2007-03-261-1/+2
* (match): Use yellow background on light-bg terminals.Richard M. Stallman2007-03-111-2/+4
* (occur-engine): buffer-undo-list binding moved...Chong Yidong2007-03-081-3/+3
* 2007-03-01 Lennart Borgman <[email protected]>Kim F. Storm2007-03-011-2/+4
* (perform-replace): Undo forward-char immediately if non-adjacentChong Yidong2007-02-281-27/+29
* (replace-highlight): Bind search-whitespace-regexp to nil.Chong Yidong2007-02-151-0/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (perform-replace): Remove leftover code.Juanma Barranquero2007-01-131-1/+1
* (perform-replace): Don't clear NODENT when computing the replacement string.Richard M. Stallman2007-01-121-2/+3
* (replace-regexp): Fix typo in docstring.Juanma Barranquero2007-01-071-4/+3
* (replace-match-data, replace-match-maybe-edit): Doc fix.Juanma Barranquero2006-12-101-3/+3
* (replace-match-string-symbols): Handle dotted lists.Richard M. Stallman2006-07-241-2/+2