summaryrefslogtreecommitdiff
path: root/lisp/replace.el
AgeCommit message (Expand)Author
2004-03-12(occur-engine): Change message for count of matches.Richard M. Stallman
2004-02-02(perform-replace): Allow 'literal argument inDavid Kastrup
2003-09-01Add arch taglinesMiles Bader
2003-03-05(query-replace-read-args): Use save-excursion.Richard M. Stallman
2003-02-24(query-replace-read-args): Return just 3 values.Richard M. Stallman
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-11-13(occur-engine): Set buffer-file-coding-system ofKenichi Handa
2002-11-06(query-replace, query-replace-regexp): Doc fixes.Richard M. Stallman
2002-09-24(occur-find-match): New function.Juanma Barranquero
2002-09-18(occur-engine-add-prefix): Use 7 spaces.Richard M. Stallman
2002-09-10(occur-mode): Add font-lock-defontify to change-major-mode-hook.Richard M. Stallman
2002-09-02(multi-occur): Made "ido-aware":Kim F. Storm
2002-08-30(occur-mode): Add interactive declaration.Juanma Barranquero
2002-08-29(occur-mode-hook): New hook.Juanma Barranquero
2002-08-28(occur-hook): Renamed from `occur-mode-hook'.Juanma Barranquero
2002-07-25(occur-rename-buffer): New command.Sam Steingold
2002-07-18(keep-lines, flush-lines): Interactively reportRichard M. Stallman
2002-07-12(flush-lines, keep-lines): Convert REND to a marker.Richard M. Stallman
2002-06-25(occur-1): Avoid invalid message format string.Andreas Schwab
2002-06-12(occur-mode): Don't set `font-lock-defaults'.Colin Walters
2002-06-09(occur-mode): Do set `font-lock-defaults',Colin Walters
2002-06-08(occur-mode): Don't set up categories.Colin Walters
2002-05-26(perform-replace): Document return value. Use `pop'.Colin Walters
2002-05-24(occur-engine): Include all text properties except mouse-face on theColin Walters
2002-05-21(occur-engine): Increment globalcount all at once after searching a buffer.Colin Walters
2002-05-15(occur-read-primary-args): Handle a bare 'C-u' correctly.Colin Walters
2002-05-13(occur-1): New optional argument `buf-name'.Colin Walters
2002-05-12Change all post-21.1 :version attributes to 21.4.Eli Zaretskii
2002-05-08(occur-unfontify-region-function): Delete.Colin Walters
2002-05-02(occur-mode-map): Bind "q" to `delete-window'.Colin Walters
2002-05-02Follow coding conventions.Pavel Janík
2002-04-28(occur-accumulate-lines): Avoid incf and decf.Richard M. Stallman
2002-04-25(occur-engine): Pad digits to the right.Colin Walters
2002-04-25(occur-engine): Make nlines argument actually mean number of contextColin Walters
2002-04-25(multi-occur-by-filename-regexp): Doc fix.Colin Walters
2002-04-24(occur-accumulate-lines): Add optional argument `no-props'. Handle it.Colin Walters
2002-04-23(toplevel): Require `cl' while compiling.Colin Walters
2002-03-25(query-replace-read-args): New optional arg NOERROR.Richard M. Stallman
2002-02-18(query-replace-regexp-eval): Doc fix.Andreas Schwab
2002-01-25*** empty log message ***Richard M. Stallman
2002-01-08(occur-mode-goto-occurrence-other-window): New command.Richard M. Stallman
2001-12-30(query-replace-read-args): Immediate error if read-only.Richard M. Stallman
2001-12-24(occur-mode-display-occurrence): New function.Richard M. Stallman
2001-12-02(query-replace-read-args): Display message if FROM contains `\n' or `\t'.Richard M. Stallman
2001-11-20(occur-mode): Undo 2001-5-20 change.Richard M. Stallman
2001-11-11(query-replace-skip-read-only): New variable.Richard M. Stallman
2001-10-24(perform-replace): Move START and END parametersGerd Moellmann
2001-08-28(query-replace-regexp-eval): Return args from `interactive' form inMiles Bader
2001-08-16(occur): Bind inhibit-read-only to t.Gerd Moellmann
2001-08-03(perform-replace): Doc fix.Gerd Moellmann