log lisp/replace.el @ 16713:490b479ce48a

age author description
Wed, 18 Dec 1996 02:22:34 +0000 Richard M. Stallman (perform-replace): Delete the code that checked
Mon, 16 Dec 1996 01:33:54 +0000 Richard M. Stallman Change some defconsts to defvars.
Sat, 07 Dec 1996 21:23:37 +0000 Richard M. Stallman (perform-replace): Obey minibuffer-auto-raise.
Wed, 04 Sep 1996 17:13:24 +0000 Richard M. Stallman (perform-replace): Increment replace-count
Tue, 04 Jun 1996 15:31:01 +0000 Richard M. Stallman (occur): Avoid "1 lines" in echo area.
Wed, 17 Apr 1996 17:30:51 +0000 Richard M. Stallman (occur): Fix up interactive code.
Sun, 17 Mar 1996 17:58:42 +0000 Richard M. Stallman (occur): If no matches, just display in echo area.
Sun, 14 Jan 1996 07:34:30 +0000 Erik Naggum Update FSF's address.
Sun, 24 Sep 1995 23:25:06 +0000 Richard M. Stallman (occur): Indent better for matches that contain newlines.
Wed, 07 Jun 1995 20:54:21 +0000 Karl Heuer (query-replace-map): Bind f1 and help.
Sun, 09 Apr 1995 03:07:01 +0000 Richard M. Stallman (occur): Provide 5 cols for line number.
Tue, 21 Mar 1995 19:57:36 +0000 Richard M. Stallman (occur): Copy default-directory to *Occur* buffer.
Fri, 27 Jan 1995 19:19:23 +0000 Karl Heuer (perform-replace): Don't log the repetitive prompts.
Tue, 27 Dec 1994 03:45:46 +0000 Richard M. Stallman Don't bind `return'.
Tue, 27 Dec 1994 03:41:48 +0000 Richard M. Stallman (occur-mode-map): Bind C-m and `return' to occur-mode-goto-occurrence.
Wed, 14 Dec 1994 03:44:51 +0000 Richard M. Stallman (perform-replace): Report number of replacements when done.
Tue, 13 Dec 1994 22:13:40 +0000 Richard M. Stallman (occur): Escape newlines when printing regexp.
Sun, 04 Dec 1994 12:52:52 +0000 Richard M. Stallman (replace-string, query-replace): Doc fixes.
Thu, 24 Nov 1994 08:39:41 +0000 Richard M. Stallman (occur): Put number of matches in the header line.
Wed, 23 Nov 1994 09:10:36 +0000 Richard M. Stallman (query-replace-map): Define \e and escape as exit-prefix.
Mon, 14 Nov 1994 01:35:08 +0000 Richard M. Stallman (query-replace-map): Bind Y and N like y and n.
Wed, 09 Nov 1994 05:48:05 +0000 Karl Heuer (perform-replace): Set help-mode in *Help* buffer.
Tue, 20 Sep 1994 04:26:12 +0000 Richard M. Stallman (query-replace-interactive): New user option.
Tue, 30 Aug 1994 07:07:39 +0000 Richard M. Stallman (perform-replace): Restore match data before highlighting.
Sun, 01 May 1994 22:56:54 +0000 Richard M. Stallman (perform-replace): Call substitute-command-keys just once
Thu, 07 Apr 1994 04:37:03 +0000 Karl Heuer (replace-regexp): Fix misbalanced quotes.
Wed, 06 Apr 1994 21:19:48 +0000 Richard M. Stallman Doc fixes.
Fri, 01 Apr 1994 19:31:15 +0000 Richard M. Stallman (occur): Add mouse-face property to each line.
Thu, 31 Mar 1994 16:38:57 +0000 Richard M. Stallman (occur-mode-goto-occurrence): Delete excess close paren.
Thu, 31 Mar 1994 16:37:20 +0000 Richard M. Stallman (occur-mode): Doc fix.
Wed, 30 Mar 1994 17:54:38 +0000 Richard M. Stallman (occur-mode-find-occurrence): New subroutine.
Fri, 18 Mar 1994 12:16:08 +0000 Roland McGrath (perform-replace): Set match-data markers to nil before discarding them.
Fri, 11 Feb 1994 21:07:59 +0000 Karl Heuer (perform-replace): Check for empty stack.
Fri, 31 Dec 1993 15:04:23 +0000 Richard M. Stallman (query-replace-highlight): New variable.
Fri, 24 Dec 1993 22:55:03 +0000 Richard M. Stallman (query-replace-map): Don't bind ESC.
Thu, 23 Dec 1993 04:40:13 +0000 Richard M. Stallman (perform-replace): Prompt now says how to get help.
Thu, 11 Nov 1993 02:48:26 +0000 Richard M. Stallman (occur-mode): Run occur-mode-hook.
Tue, 03 Aug 1993 01:07:55 +0000 Richard M. Stallman (occur-mode-goto-occurrence): Give meaningful error
Sat, 24 Jul 1993 18:42:33 +0000 Richard M. Stallman (occur): If no default, don't mention one.
Tue, 22 Jun 1993 08:12:10 +0000 Jim Blandy * replace.el (query-replace-map): Fix typo in binding for [return].
Mon, 21 Jun 1993 00:45:17 +0000 Jim Blandy * replace.el (query-replace-map): Make return exit query-replace,
Sun, 09 May 1993 18:03:20 +0000 Richard M. Stallman (query-replace-map): Bind [escape] like "\e".
Thu, 06 May 1993 22:21:12 +0000 Richard M. Stallman (flush-lines, keep-lines, how-many):
Fri, 23 Apr 1993 06:51:44 +0000 Eric S. Raymond All fsets changed to defaliases.
Sun, 28 Mar 1993 20:17:39 +0000 Richard M. Stallman (regexp-history): New history list.
Tue, 23 Mar 1993 02:26:42 +0000 Richard M. Stallman (query-replace-map): Define backspace like delete.
Mon, 22 Mar 1993 16:53:22 +0000 Eric S. Raymond Added or corrected Commentary headers
Fri, 12 Mar 1993 12:04:55 +0000 Richard M. Stallman (query-replace-map): New keymap.
Tue, 09 Mar 1993 21:18:31 +0000 Richard M. Stallman (query-replace-map): Add `quit' bindings. Delete default binding.
Tue, 09 Mar 1993 19:51:29 +0000 Richard M. Stallman (query-replace-map): New keymap.
Tue, 26 Jan 1993 01:56:29 +0000 Jim Blandy JimB's changes from January 18 to present
Mon, 16 Nov 1992 01:40:51 +0000 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
Sun, 18 Oct 1992 01:06:40 +0000 Richard M. Stallman (occur): Always search entire buffer.
Fri, 24 Jul 1992 20:13:03 +0000 Richard M. Stallman entered into RCS
Fri, 24 Jul 1992 08:17:31 +0000 Richard M. Stallman *** empty log message ***
Fri, 24 Jul 1992 06:09:27 +0000 Richard M. Stallman *** empty log message ***
Wed, 22 Jul 1992 04:22:42 +0000 Eric S. Raymond *** empty log message ***
Wed, 15 Jul 1992 23:29:10 +0000 Eric S. Raymond *** empty log message ***
Wed, 15 Jul 1992 22:39:32 +0000 Eric S. Raymond *** empty log message ***
Tue, 30 Jun 1992 13:54:21 +0000 Jim Blandy *** empty log message ***