log lisp/replace.el @ 42610:b09ddb75fc36

age author description
2002-01-08 Richard M. Stallman (occur-mode-goto-occurrence-other-window): New command.
2001-12-30 Richard M. Stallman (query-replace-read-args): Immediate error if read-only.
2001-12-24 Richard M. Stallman (occur-mode-display-occurrence): New function.
2001-12-02 Richard M. Stallman (query-replace-read-args): Display message if FROM contains `\n' or `\t'.
2001-11-20 Richard M. Stallman (occur-mode): Undo 2001-5-20 change.
2001-11-11 Richard M. Stallman (query-replace-skip-read-only): New variable.
2001-10-24 Gerd Moellmann (perform-replace): Move START and END parameters
2001-08-28 Miles Bader (query-replace-regexp-eval): Return args from `interactive' form in
2001-08-16 Gerd Moellmann (occur): Bind inhibit-read-only to t.
2001-08-03 Gerd Moellmann (perform-replace): Doc fix.
2001-07-15 Pavel Janík Some fixes to follow coding conventions.
2001-06-17 Eli Zaretskii (occur): Add help-echo to mouse-highlighted text.
2001-06-14 Richard M. Stallman (keep-lines-read-args): Return just a regexp.
2001-06-14 Eli Zaretskii (case-replace, query-replace-from-history-variable)
2001-05-20 Stefan Monnier (keep-lines-read-args): Use `copy-marker'.
2001-05-02 Gerd Moellmann (query-replace-regexp-eval): Doc fix.
2001-02-13 Stefan Monnier (occur): Stop at end of buffer.
2000-12-12 Gerd Moellmann (perform-replace): Don't use an empty match adjacent
2000-12-06 Gerd Moellmann (occur): Make line-number-width 1 smaller for the
2000-09-30 Gerd Moellmann (keep-lines-read-args): New function.
2000-08-02 Gerd Moellmann (occur): Set tab-width in the *Occur* buffer to the
2000-06-28 Gerd Moellmann (query-replace-map): Bind `e' like `E'.
2000-06-26 Gerd Moellmann (perform-replace): Undo change of 2000-04-04.
2000-05-21 Dave Love Doc and error message fixes.
2000-05-03 Gerd Moellmann (query-replace-map): Add binding for `E'.
2000-04-25 Gerd Moellmann (perform-replace): Add parameters START and END. Use
2000-04-04 Gerd Moellmann (perform-replace): Don't move forward one char
2000-01-22 Richard M. Stallman (query-replace): Rename last arg to DELIMITED.
1999-08-03 Richard M. Stallman (query-replace-regexp-eval)
1999-07-21 Karl Heuer (perform-replace): Turn off case-fold-search
1998-10-14 Richard M. Stallman (keep-lines, flush-lines, how-many):
1998-10-06 Karl Heuer (perform-replace): Position point properly
1998-08-10 Richard M. Stallman Whitespace change.
1998-06-20 Karl Heuer (occur): Set buffer-read-only.
1998-06-04 Karl Heuer (esc-map): Bind C-M-% to query-replace-regexp.
1998-04-20 Dan Nicolaescu *** empty log message ***
1998-03-26 Richard M. Stallman (perform-replace): Before recursive edit,
1998-03-14 Richard M. Stallman (perform-replace): store-match-data => set-match-data.
1998-02-08 Richard M. Stallman (occur): Apply default by hand after read-from-minibuffer.
1998-01-30 Richard M. Stallman (query-replace-from-history-variable): New variable.
1998-01-18 Karl Heuer (occur): If the matching line has no final newline,
1998-01-03 Richard M. Stallman (occur): Pass default to read-from-minibuffer so that
1997-11-11 Karl Heuer (perform-replace): In Transient Mark mode, if
1997-11-11 Karl Heuer (query-replace-highlight): Change default to t.
1997-08-26 Kenichi Handa (query-replace-read-args): Locally bind
1997-07-25 Richard M. Stallman (occur): Local variable line-start redundant.
1997-07-23 Richard M. Stallman (occur): Use text property `occur' to store the
1997-06-25 Paul Eggert (perform-replace): When matching lookahead, use markers rather than
1997-06-24 Paul Eggert (perform-replace): When matching regexps, if the next match is
1997-05-23 Richard M. Stallman (perform-replace): Restore match data after read-event.
1997-05-05 Richard M. Stallman Use defgroup and defcustom.
1997-05-05 Richard M. Stallman (occur-mode): Add a mode-class property.
1997-05-04 Richard M. Stallman (occur): If regexp has uppercase in it, match it case-sensitively.
1997-03-22 Richard M. Stallman (replace-string): Doc fix.
1997-02-20 Karl Heuer (occur): Pay attention to multibyte characters.
1997-01-13 Richard M. Stallman (occur-mode-map): Bind g to revert-buffer.
1997-01-03 Erik Naggum (occur): Minor cleanups.
1997-01-03 Richard M. Stallman (list-matching-lines-face): New variable.
1996-12-27 Richard M. Stallman (perform-replace): Request integers from match-data,
1996-12-18 Richard M. Stallman (perform-replace): Undo previous change.