aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
Commit message (Expand)AuthorAgeFilesLines
* (occur-rename-buffer): Use `generate-new-buffer' also when calledJuanma Barranquero2005-07-071-8/+9
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (occur-hook): Doc fix.Juanma Barranquero2005-07-031-9/+8
* (occur-rename-buffer): Fix docstring.Juanma Barranquero2005-07-021-1/+1
* (occur-1): Do not set the `buffer-read-only' and modified flags for the occurJuanma Barranquero2005-06-301-3/+3
* (keep-lines-read-args): Add INTERACTIVE arg.Luc Teirlinck2005-06-261-37/+83
* (occur-1): Set `buffer-read-only' and the buffer-modified flag before runningJuanma Barranquero2005-06-241-3/+3
* (replace-match-data): Pass RESEAT arg `t' toKim F. Storm2005-06-081-12/+7
* (occur-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
* Replace `read-input' by `read-string'.Juanma Barranquero2005-05-181-10/+10
* (occur-1): Bind inhibit-read-only so that erase-buffer doesn't barfEli Zaretskii2005-05-071-26/+26
* (perform-replace): Remove bindings of globalJuri Linkov2005-03-181-21/+17
* (query-replace-read-from): Fix 2005-02-19 change.Lute Kamstra2005-02-251-4/+4
* (query-replace, query-replace-regexp)Dan Nicolaescu2005-02-191-4/+20
* (query-replace-read-from): Set the value ofEli Zaretskii2005-02-191-2/+5
* (perform-replace): Pass new args to replace-highlight.Richard M. Stallman2005-02-161-7/+9
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-4/+4
* (occur-accumulate-lines, occur-engine): Avoid warnings.Richard M. Stallman2005-01-151-4/+7
* (query-replace-lazy-highlight): Add lazy-highlight group.Juri Linkov2005-01-111-21/+21
* (query-replace-lazy-highlight): Doc fix.Richard M. Stallman2005-01-041-2/+2
* (occur-1): If the output buffer is also an input, don't kill it, rename it.Richard M. Stallman2005-01-011-36/+36
* (occur-accumulate-lines, occur-engine):Juri Linkov2004-12-171-4/+4
* (occur-accumulate-lines, occur-engine):Juri Linkov2004-12-161-30/+36
* (match): New face.Juri Linkov2004-12-161-1/+15
* (perform-replace): Add isearch-case-fold-search.Juri Linkov2004-12-151-36/+48
* * replace.el (query-replace-highlight): Add new value `isearch'Juri Linkov2004-12-121-15/+39
* (replace-match-maybe-edit): Doc fix.Juri Linkov2004-12-121-2/+2
* (occur-1): Specify t for KEEP-PROPS to occur-engine.Richard M. Stallman2004-12-031-7/+10
* simple.el (next-error-buffer-p): allow for inclusive andTeodor Zlatanov2004-11-291-11/+17
* (query-replace-read-to, query-replace-read-from):Richard M. Stallman2004-11-201-2/+2
* (perform-replace): Use `query-replace-descr'.Juri Linkov2004-09-081-2/+4
* (occur-mode-map): Bind toggle-next-error-follow-mode.Eli Zaretskii2004-09-041-0/+1
* (query-replace-read-from): UseDavid Kastrup2004-08-011-16/+25
* (occur-next-error): Call set-window-point.Richard M. Stallman2004-07-241-2/+6
* (occur-read-primary-args): Pass default to read-from-minibuffer.Richard M. Stallman2004-07-171-1/+2
* (query-replace-regexp-eval): Fix last change.Stefan Monnier2004-07-061-1/+2
* (query-replace-descr): New fun.Stefan Monnier2004-07-061-28/+48
* (query-replace-read-from, query-replace-read-to): New funs extractedStefan Monnier2004-07-051-22/+31
* (query-replace-interactive, query-replace-read-args):Stefan Monnier2004-07-051-30/+17
* (query-replace-read-args): Swallow space after 'foo,Juri Linkov2004-07-031-3/+4
* (query-replace-read-args): Swallow space after symbols, not afterRichard M. Stallman2004-07-021-8/+12
* (query-replace-interactive): Change type from booleanJuri Linkov2004-07-011-11/+20
* (query-replace-read-args): Swallow a space afterJuri Linkov2004-06-281-15/+10
* (perform-replace): Highlight the match even inDavid Kastrup2004-06-261-1/+5
* (query-replace-read-args): Swallow space after \,SYMBOL.Richard M. Stallman2004-06-241-14/+23
* (query-replace-read-args): Implement `\,' and `\#'David Kastrup2004-06-241-101/+207
* (query-replace-read-args): Only warn about use of \nDavid Kastrup2004-06-171-21/+83
* (perform-replace): Use `limit' to terminate the while-loop explicitly.Juri Linkov2004-06-101-2/+5
* (query-replace-interactive): Convert defvar into defcustom.Luc Teirlinck2004-05-301-2/+4
* From: Teodor Zlatanov <[email protected]>Kim F. Storm2004-04-211-1/+19