summaryrefslogtreecommitdiff
path: root/lisp/replace.el
AgeCommit message (Expand)Author
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
2001-07-15Some fixes to follow coding conventions.Pavel Janík
2001-06-17(occur): Add help-echo to mouse-highlighted text.Eli Zaretskii
2001-06-14(keep-lines-read-args): Return just a regexp.Richard M. Stallman
2001-06-14(case-replace, query-replace-from-history-variable)Eli Zaretskii
2001-05-20(keep-lines-read-args): Use `copy-marker'.Stefan Monnier
2001-05-02(query-replace-regexp-eval): Doc fix.Gerd Moellmann
2001-02-13(occur): Stop at end of buffer.Stefan Monnier
2000-12-12(perform-replace): Don't use an empty match adjacentGerd Moellmann
2000-12-06(occur): Make line-number-width 1 smaller for theGerd Moellmann
2000-09-30(keep-lines-read-args): New function.Gerd Moellmann
2000-08-02(occur): Set tab-width in the *Occur* buffer to theGerd Moellmann
2000-06-28(query-replace-map): Bind `e' like `E'.Gerd Moellmann
2000-06-26(perform-replace): Undo change of 2000-04-04.Gerd Moellmann
2000-05-21Doc and error message fixes.Dave Love
2000-05-03(query-replace-map): Add binding for `E'.Gerd Moellmann
2000-04-25(perform-replace): Add parameters START and END. UseGerd Moellmann
2000-04-04(perform-replace): Don't move forward one charGerd Moellmann
2000-01-22(query-replace): Rename last arg to DELIMITED.Richard M. Stallman
1999-08-03(query-replace-regexp-eval)Richard M. Stallman