log lisp/replace.el @ 58362:0301caf145d2

age author description
Sat, 20 Nov 2004 22:09:50 +0000 Richard M. Stallman (query-replace-read-to, query-replace-read-from):
Wed, 08 Sep 2004 20:24:12 +0000 Juri Linkov (perform-replace): Use `query-replace-descr'.
Sat, 04 Sep 2004 12:49:06 +0000 Eli Zaretskii (occur-mode-map): Bind toggle-next-error-follow-mode.
Sun, 01 Aug 2004 12:59:09 +0000 David Kastrup (query-replace-read-from): Use
Sat, 24 Jul 2004 21:34:47 +0000 Richard M. Stallman (occur-next-error): Call set-window-point.
Sat, 17 Jul 2004 14:34:42 +0000 Richard M. Stallman (occur-read-primary-args): Pass default to read-from-minibuffer.
Tue, 06 Jul 2004 12:31:24 +0000 Stefan Monnier (query-replace-regexp-eval): Fix last change.
Tue, 06 Jul 2004 00:06:05 +0000 Stefan Monnier (query-replace-descr): New fun.
Mon, 05 Jul 2004 23:12:28 +0000 Stefan Monnier (query-replace-read-from, query-replace-read-to): New funs extracted
Mon, 05 Jul 2004 22:50:46 +0000 Stefan Monnier (query-replace-interactive, query-replace-read-args):
Sat, 03 Jul 2004 05:18:38 +0000 Juri Linkov (query-replace-read-args): Swallow space after 'foo,
Fri, 02 Jul 2004 23:52:14 +0000 Richard M. Stallman (query-replace-read-args): Swallow space after symbols, not after
Thu, 01 Jul 2004 09:58:44 +0000 Juri Linkov (query-replace-interactive): Change type from boolean
Mon, 28 Jun 2004 23:03:06 +0000 Juri Linkov (query-replace-read-args): Swallow a space after
Sat, 26 Jun 2004 18:35:18 +0000 David Kastrup (perform-replace): Highlight the match even in
Thu, 24 Jun 2004 23:33:59 +0000 Richard M. Stallman (query-replace-read-args): Swallow space after \,SYMBOL.
Thu, 24 Jun 2004 10:26:24 +0000 David Kastrup (query-replace-read-args): Implement `\,' and `\#'
Thu, 17 Jun 2004 14:44:02 +0000 David Kastrup (query-replace-read-args): Only warn about use of \n
Thu, 10 Jun 2004 04:21:14 +0000 Juri Linkov (perform-replace): Use `limit' to terminate the while-loop explicitly.
Sun, 30 May 2004 21:50:35 +0000 Luc Teirlinck (query-replace-interactive): Convert defvar into defcustom.
Wed, 21 Apr 2004 21:36:42 +0000 Kim F. Storm From: Teodor Zlatanov <tzz@lifelogs.com>
Sun, 11 Apr 2004 04:57:02 +0000 John Paul Wallington * replace.el (occur-engine): Distinguish between one and several
Fri, 12 Mar 2004 10:11:16 +0000 Richard M. Stallman (occur-engine): Change message for count of matches.
Mon, 02 Feb 2004 12:50:49 +0000 David Kastrup (perform-replace): Allow 'literal argument in
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Wed, 05 Mar 2003 20:51:10 +0000 Richard M. Stallman (query-replace-read-args): Use save-excursion.
Mon, 24 Feb 2003 16:45:47 +0000 Richard M. Stallman (query-replace-read-args): Return just 3 values.
Tue, 04 Feb 2003 12:29:42 +0000 Juanma Barranquero Trailing whitespace deleted.
Wed, 13 Nov 2002 07:06:07 +0000 Kenichi Handa (occur-engine): Set buffer-file-coding-system of
Wed, 06 Nov 2002 05:08:16 +0000 Richard M. Stallman (query-replace, query-replace-regexp): Doc fixes.
Tue, 24 Sep 2002 08:35:27 +0000 Juanma Barranquero (occur-find-match): New function.
Wed, 18 Sep 2002 16:03:58 +0000 Richard M. Stallman (occur-engine-add-prefix): Use 7 spaces.
Tue, 10 Sep 2002 16:44:17 +0000 Richard M. Stallman (occur-mode): Add font-lock-defontify to change-major-mode-hook.
Mon, 02 Sep 2002 10:41:25 +0000 Kim F. Storm (multi-occur): Made "ido-aware":
Fri, 30 Aug 2002 11:51:42 +0000 Juanma Barranquero (occur-mode): Add interactive declaration.
Thu, 29 Aug 2002 21:35:44 +0000 Juanma Barranquero (occur-mode-hook): New hook.
Wed, 28 Aug 2002 15:20:50 +0000 Juanma Barranquero (occur-hook): Renamed from `occur-mode-hook'.
Thu, 25 Jul 2002 19:31:25 +0000 Sam Steingold (occur-rename-buffer): New command.
Thu, 18 Jul 2002 15:00:56 +0000 Richard M. Stallman (keep-lines, flush-lines): Interactively report
Fri, 12 Jul 2002 23:28:15 +0000 Richard M. Stallman (flush-lines, keep-lines): Convert REND to a marker.
Tue, 25 Jun 2002 09:54:26 +0000 Andreas Schwab (occur-1): Avoid invalid message format string.
Wed, 12 Jun 2002 04:55:34 +0000 Colin Walters (occur-mode): Don't set `font-lock-defaults'.
Sun, 09 Jun 2002 00:17:17 +0000 Colin Walters (occur-mode): Do set `font-lock-defaults',
Sat, 08 Jun 2002 20:44:42 +0000 Colin Walters (occur-mode): Don't set up categories.
Sun, 26 May 2002 20:42:51 +0000 Colin Walters (perform-replace): Document return value. Use `pop'.
Fri, 24 May 2002 00:56:46 +0000 Colin Walters (occur-engine): Include all text properties except mouse-face on the
Tue, 21 May 2002 21:01:14 +0000 Colin Walters (occur-engine): Increment globalcount all at once after searching a buffer.
Wed, 15 May 2002 19:35:54 +0000 Colin Walters (occur-read-primary-args): Handle a bare 'C-u' correctly.
Mon, 13 May 2002 03:46:56 +0000 Colin Walters (occur-1): New optional argument `buf-name'.
Sun, 12 May 2002 17:29:29 +0000 Eli Zaretskii Change all post-21.1 :version attributes to 21.4.
Wed, 08 May 2002 03:53:19 +0000 Colin Walters (occur-unfontify-region-function): Delete.
Thu, 02 May 2002 21:22:47 +0000 Colin Walters (occur-mode-map): Bind "q" to `delete-window'.
Thu, 02 May 2002 05:41:46 +0000 Pavel Jank Follow coding conventions.
Sun, 28 Apr 2002 17:46:19 +0000 Richard M. Stallman (occur-accumulate-lines): Avoid incf and decf.
Thu, 25 Apr 2002 21:45:49 +0000 Colin Walters (occur-engine): Pad digits to the right.
Thu, 25 Apr 2002 21:12:09 +0000 Colin Walters (occur-engine): Make nlines argument actually mean number of context
Thu, 25 Apr 2002 19:02:46 +0000 Colin Walters (multi-occur-by-filename-regexp): Doc fix.
Wed, 24 Apr 2002 23:28:45 +0000 Colin Walters (occur-accumulate-lines): Add optional argument `no-props'. Handle it.
Tue, 23 Apr 2002 20:34:58 +0000 Colin Walters (toplevel): Require `cl' while compiling.
Mon, 25 Mar 2002 00:38:46 +0000 Richard M. Stallman (query-replace-read-args): New optional arg NOERROR.