aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
Commit message (Expand)AuthorAgeFilesLines
* New directoryKenichi Handa2003-09-081-1/+0
* 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
* (occur-engine): Make nlines argument actually mean number of contextColin Walters2002-04-251-4/+4
* (multi-occur-by-filename-regexp): Doc fix.Colin Walters2002-04-251-3/+2
* (occur-accumulate-lines): Add optional argument `no-props'. Handle it.Colin Walters2002-04-241-4/+6
* (toplevel): Require `cl' while compiling.Colin Walters2002-04-231-260/+291
* (query-replace-read-args): New optional arg NOERROR.Richard M. Stallman2002-03-251-3/+6
* (query-replace-regexp-eval): Doc fix.Andreas Schwab2002-02-181-3/+3
* *** empty log message ***Richard M. Stallman2002-01-251-1/+1
* (occur-mode-goto-occurrence-other-window): New command.Richard M. Stallman2002-01-081-0/+8
* (query-replace-read-args): Immediate error if read-only.Richard M. Stallman2001-12-301-0/+1
* (occur-mode-display-occurrence): New function.Richard M. Stallman2001-12-241-0/+14
* (query-replace-read-args): Display message if FROM contains `\n' or `\t'.Richard M. Stallman2001-12-021-1/+11
* (occur-mode): Undo 2001-5-20 change.Richard M. Stallman2001-11-201-2/+9
* (query-replace-skip-read-only): New variable.Richard M. Stallman2001-11-111-150/+161
* (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