summaryrefslogtreecommitdiff
path: root/lisp/replace.el
Commit message (Expand)AuthorAgeFilesLines
* (perform-replace): Move START and END parametersGerd Moellmann2001-10-241-8/+8
* (query-replace-regexp-eval): Return args from `interactive' form inMiles Bader2001-08-281-1/+1
* (occur): Bind inhibit-read-only to t.Gerd Moellmann2001-08-161-0/+1
* (perform-replace): Doc fix.Gerd Moellmann2001-08-031-2/+6
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-1/+1
* (occur): Add help-echo to mouse-highlighted text.Eli Zaretskii2001-06-171-3/+4
* (keep-lines-read-args): Return just a regexp.Richard M. Stallman2001-06-141-26/+33
* (case-replace, query-replace-from-history-variable)Eli Zaretskii2001-06-141-8/+9
* (keep-lines-read-args): Use `copy-marker'.Stefan Monnier2001-05-201-37/+30
* (query-replace-regexp-eval): Doc fix.Gerd Moellmann2001-05-021-4/+4
* (occur): Stop at end of buffer.Stefan Monnier2001-02-131-1/+1
* (perform-replace): Don't use an empty match adjacentGerd Moellmann2000-12-121-2/+7
* (occur): Make line-number-width 1 smaller for theGerd Moellmann2000-12-061-8/+8
* (keep-lines-read-args): New function.Gerd Moellmann2000-09-301-30/+80
* (occur): Set tab-width in the *Occur* buffer to theGerd Moellmann2000-08-021-38/+49
* (query-replace-map): Bind `e' like `E'.Gerd Moellmann2000-06-281-0/+1
* (perform-replace): Undo change of 2000-04-04.Gerd Moellmann2000-06-261-10/+14
* Doc and error message fixes.Dave Love2000-05-211-27/+29
* (query-replace-map): Add binding for `E'.Gerd Moellmann2000-05-031-1/+13
* (perform-replace): Add parameters START and END. UseGerd Moellmann2000-04-251-28/+46
* (perform-replace): Don't move forward one charGerd Moellmann2000-04-041-4/+13
* (query-replace): Rename last arg to DELIMITED.Richard M. Stallman2000-01-221-8/+9
* (query-replace-regexp-eval)Richard M. Stallman1999-08-031-13/+113
* (perform-replace): Turn off case-fold-searchKarl Heuer1999-07-211-0/+3
* (keep-lines, flush-lines, how-many):Richard M. Stallman1998-10-141-13/+29
* (perform-replace): Position point properlyKarl Heuer1998-10-061-4/+7
* Whitespace change.Richard M. Stallman1998-08-101-3/+3
* (occur): Set buffer-read-only.Karl Heuer1998-06-201-1/+2
* (esc-map): Bind C-M-% to query-replace-regexp.Karl Heuer1998-06-041-0/+1
* *** empty log message ***Dan Nicolaescu1998-04-201-2/+4
* (perform-replace): Before recursive edit,Richard M. Stallman1998-03-261-3/+5
* (perform-replace): store-match-data => set-match-data.Richard M. Stallman1998-03-141-6/+6
* (occur): Apply default by hand after read-from-minibuffer.Richard M. Stallman1998-02-081-3/+4
* (query-replace-from-history-variable): New variable.Richard M. Stallman1998-01-301-2/+19
* (occur): If the matching line has no final newline,Karl Heuer1998-01-181-4/+17
* (occur): Pass default to read-from-minibuffer so thatRichard M. Stallman1998-01-031-6/+4
* (perform-replace): In Transient Mark mode, ifKarl Heuer1997-11-111-1/+27
* (query-replace-highlight): Change default to t.Karl Heuer1997-11-111-1/+1
* (query-replace-read-args): Locally bindKenichi Handa1997-08-261-10/+10
* (occur): Local variable line-start redundant.Richard M. Stallman1997-07-251-28/+70
* (occur): Use text property `occur' to store theRichard M. Stallman1997-07-231-51/+81
* (perform-replace): When matching lookahead, use markers rather thanPaul Eggert1997-06-251-2/+2
* (perform-replace): When matching regexps, if the next match isPaul Eggert1997-06-241-29/+40
* (perform-replace): Restore match data after read-event.Richard M. Stallman1997-05-231-0/+3
* Use defgroup and defcustom.Richard M. Stallman1997-05-051-6/+12
* (occur-mode): Add a mode-class property.Richard M. Stallman1997-05-051-3/+5
* (occur): If regexp has uppercase in it, match it case-sensitively.Richard M. Stallman1997-05-041-1/+6
* (replace-string): Doc fix.Richard M. Stallman1997-03-221-1/+3
* (occur): Pay attention to multibyte characters.Karl Heuer1997-02-201-1/+1
* (occur-mode-map): Bind g to revert-buffer.Richard M. Stallman1997-01-131-2/+17