summaryrefslogtreecommitdiff
path: root/lisp/replace.el
AgeCommit message (Expand)Author
2005-07-04Update FSF's address.Lute Kamstra
2005-07-03(occur-hook): Doc fix.Juanma Barranquero
2005-07-02(occur-rename-buffer): Fix docstring.Juanma Barranquero
2005-06-30(occur-1): Do not set the `buffer-read-only' and modified flags for the occurJuanma Barranquero
2005-06-26(keep-lines-read-args): Add INTERACTIVE arg.Luc Teirlinck
2005-06-24(occur-1): Set `buffer-read-only' and the buffer-modified flag before runningJuanma Barranquero
2005-06-08(replace-match-data): Pass RESEAT arg `t' toKim F. Storm
2005-05-26(occur-mode): Use run-mode-hooks.Lute Kamstra
2005-05-18Replace `read-input' by `read-string'.Juanma Barranquero
2005-05-07(occur-1): Bind inhibit-read-only so that erase-buffer doesn't barfEli Zaretskii
2005-03-18(perform-replace): Remove bindings of globalJuri Linkov
2005-02-25(query-replace-read-from): Fix 2005-02-19 change.Lute Kamstra
2005-02-19(query-replace, query-replace-regexp)Dan Nicolaescu
2005-02-19(query-replace-read-from): Set the value ofEli Zaretskii
2005-02-16(perform-replace): Pass new args to replace-highlight.Richard M. Stallman
2005-02-09Change release version from 21.4 to 22.1 throughout.Kim F. Storm
2005-01-15(occur-accumulate-lines, occur-engine): Avoid warnings.Richard M. Stallman
2005-01-11(query-replace-lazy-highlight): Add lazy-highlight group.Juri Linkov
2005-01-04(query-replace-lazy-highlight): Doc fix.Richard M. Stallman
2005-01-01(occur-1): If the output buffer is also an input, don't kill it, rename it.Richard M. Stallman
2004-12-17(occur-accumulate-lines, occur-engine):Juri Linkov
2004-12-16(occur-accumulate-lines, occur-engine):Juri Linkov
2004-12-16(match): New face.Juri Linkov
2004-12-15(perform-replace): Add isearch-case-fold-search.Juri Linkov
2004-12-12* replace.el (query-replace-highlight): Add new value `isearch'Juri Linkov
2004-12-12(replace-match-maybe-edit): Doc fix.Juri Linkov
2004-12-03(occur-1): Specify t for KEEP-PROPS to occur-engine.Richard M. Stallman
2004-11-29simple.el (next-error-buffer-p): allow for inclusive andTeodor Zlatanov
2004-11-20(query-replace-read-to, query-replace-read-from):Richard M. Stallman
2004-09-08(perform-replace): Use `query-replace-descr'.Juri Linkov
2004-09-04(occur-mode-map): Bind toggle-next-error-follow-mode.Eli Zaretskii
2004-08-01(query-replace-read-from): UseDavid Kastrup
2004-07-24(occur-next-error): Call set-window-point.Richard M. Stallman
2004-07-17(occur-read-primary-args): Pass default to read-from-minibuffer.Richard M. Stallman
2004-07-06(query-replace-regexp-eval): Fix last change.Stefan Monnier
2004-07-06(query-replace-descr): New fun.Stefan Monnier
2004-07-05(query-replace-read-from, query-replace-read-to): New funs extractedStefan Monnier
2004-07-05(query-replace-interactive, query-replace-read-args):Stefan Monnier
2004-07-03(query-replace-read-args): Swallow space after 'foo,Juri Linkov
2004-07-02(query-replace-read-args): Swallow space after symbols, not afterRichard M. Stallman
2004-07-01(query-replace-interactive): Change type from booleanJuri Linkov
2004-06-28(query-replace-read-args): Swallow a space afterJuri Linkov
2004-06-26(perform-replace): Highlight the match even inDavid Kastrup
2004-06-24(query-replace-read-args): Swallow space after \,SYMBOL.Richard M. Stallman
2004-06-24(query-replace-read-args): Implement `\,' and `\#'David Kastrup
2004-06-17(query-replace-read-args): Only warn about use of \nDavid Kastrup
2004-06-10(perform-replace): Use `limit' to terminate the while-loop explicitly.Juri Linkov
2004-05-30(query-replace-interactive): Convert defvar into defcustom.Luc Teirlinck
2004-04-21From: Teodor Zlatanov <tzz@lifelogs.com>Kim F. Storm
2004-04-11* replace.el (occur-engine): Distinguish between one and severalJohn Paul Wallington