summaryrefslogtreecommitdiff
path: root/lisp/replace.el
Commit message (Expand)AuthorAgeFilesLines
...
* (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 <tzz@lifelogs.com>Kim F. Storm2004-04-211-1/+19
* * replace.el (occur-engine): Distinguish between one and severalJohn Paul Wallington2004-04-111-2/+3
* (occur-engine): Change message for count of matches.Richard M. Stallman2004-03-121-1/+1
* (perform-replace): Allow 'literal argument inDavid Kastrup2004-02-021-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (query-replace-read-args): Use save-excursion.Richard M. Stallman2003-03-051-8/+15
* (query-replace-read-args): Return just 3 values.Richard M. Stallman2003-02-241-17/+51
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
* (occur-engine): Set buffer-file-coding-system ofKenichi Handa2002-11-131-1/+12
* (query-replace, query-replace-regexp): Doc fixes.Richard M. Stallman2002-11-061-7/+14
* (occur-find-match): New function.Juanma Barranquero2002-09-241-21/+13
* (occur-engine-add-prefix): Use 7 spaces.Richard M. Stallman2002-09-181-2/+3
* (occur-mode): Add font-lock-defontify to change-major-mode-hook.Richard M. Stallman2002-09-101-0/+1
* (multi-occur): Made "ido-aware":Kim F. Storm2002-09-021-6/+11
* (occur-mode): Add interactive declaration.Juanma Barranquero2002-08-301-0/+1
* (occur-mode-hook): New hook.Juanma Barranquero2002-08-291-3/+9
* (occur-hook): Renamed from `occur-mode-hook'.Juanma Barranquero2002-08-281-5/+5
* (occur-rename-buffer): New command.Sam Steingold2002-07-251-9/+28
* (keep-lines, flush-lines): Interactively reportRichard M. Stallman2002-07-181-2/+6
* (flush-lines, keep-lines): Convert REND to a marker.Richard M. Stallman2002-07-121-2/+6
* (occur-1): Avoid invalid message format string.Andreas Schwab2002-06-251-16/+8
* (occur-mode): Don't set `font-lock-defaults'.Colin Walters2002-06-121-2/+0
* (occur-mode): Do set `font-lock-defaults',Colin Walters2002-06-091-1/+2
* (occur-mode): Don't set up categories.Colin Walters2002-06-081-13/+7
* (perform-replace): Document return value. Use `pop'.Colin Walters2002-05-261-4/+6
* (occur-engine): Include all text properties except mouse-face on theColin Walters2002-05-241-4/+5
* (occur-engine): Increment globalcount all at once after searching a buffer.Colin Walters2002-05-211-33/+16
* (occur-read-primary-args): Handle a bare 'C-u' correctly.Colin Walters2002-05-151-1/+2
* (occur-1): New optional argument `buf-name'.Colin Walters2002-05-131-11/+20
* Change all post-21.1 :version attributes to 21.4.Eli Zaretskii2002-05-121-1/+1
* (occur-unfontify-region-function): Delete.Colin Walters2002-05-081-9/+4
* (occur-mode-map): Bind "q" to `delete-window'.Colin Walters2002-05-021-10/+34
* Follow coding conventions.Pavel Janík2002-05-021-0/+2
* (occur-accumulate-lines): Avoid incf and decf.Richard M. Stallman2002-04-281-151/+142
* (occur-engine): Pad digits to the right.Colin Walters2002-04-251-1/+1