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.
|
1996-12-18 |
Richard M. Stallman |
(perform-replace): Delete the code that checked
|
1996-12-16 |
Richard M. Stallman |
Change some defconsts to defvars.
|
1996-12-07 |
Richard M. Stallman |
(perform-replace): Obey minibuffer-auto-raise.
|
1996-09-04 |
Richard M. Stallman |
(perform-replace): Increment replace-count
|
1996-06-04 |
Richard M. Stallman |
(occur): Avoid "1 lines" in echo area.
|
1996-04-17 |
Richard M. Stallman |
(occur): Fix up interactive code.
|
1996-03-17 |
Richard M. Stallman |
(occur): If no matches, just display in echo area.
|
1996-01-14 |
Erik Naggum |
Update FSF's address.
|
1995-09-24 |
Richard M. Stallman |
(occur): Indent better for matches that contain newlines.
|
1995-06-07 |
Karl Heuer |
(query-replace-map): Bind f1 and help.
|
1995-04-09 |
Richard M. Stallman |
(occur): Provide 5 cols for line number.
|
1995-03-21 |
Richard M. Stallman |
(occur): Copy default-directory to *Occur* buffer.
|
1995-01-27 |
Karl Heuer |
(perform-replace): Don't log the repetitive prompts.
|
1994-12-27 |
Richard M. Stallman |
Don't bind `return'.
|
1994-12-27 |
Richard M. Stallman |
(occur-mode-map): Bind C-m and `return' to occur-mode-goto-occurrence.
|
1994-12-14 |
Richard M. Stallman |
(perform-replace): Report number of replacements when done.
|
1994-12-13 |
Richard M. Stallman |
(occur): Escape newlines when printing regexp.
|
1994-12-04 |
Richard M. Stallman |
(replace-string, query-replace): Doc fixes.
|
1994-11-24 |
Richard M. Stallman |
(occur): Put number of matches in the header line.
|
1994-11-23 |
Richard M. Stallman |
(query-replace-map): Define \e and escape as exit-prefix.
|
1994-11-14 |
Richard M. Stallman |
(query-replace-map): Bind Y and N like y and n.
|
1994-11-09 |
Karl Heuer |
(perform-replace): Set help-mode in *Help* buffer.
|
1994-09-20 |
Richard M. Stallman |
(query-replace-interactive): New user option.
|
1994-08-30 |
Richard M. Stallman |
(perform-replace): Restore match data before highlighting.
|
1994-05-01 |
Richard M. Stallman |
(perform-replace): Call substitute-command-keys just once
|
1994-04-07 |
Karl Heuer |
(replace-regexp): Fix misbalanced quotes.
|
1994-04-06 |
Richard M. Stallman |
Doc fixes.
|
1994-04-01 |
Richard M. Stallman |
(occur): Add mouse-face property to each line.
|
1994-03-31 |
Richard M. Stallman |
(occur-mode-goto-occurrence): Delete excess close paren.
|
1994-03-31 |
Richard M. Stallman |
(occur-mode): Doc fix.
|
1994-03-30 |
Richard M. Stallman |
(occur-mode-find-occurrence): New subroutine.
|
1994-03-18 |
Roland McGrath |
(perform-replace): Set match-data markers to nil before discarding them.
|
1994-02-11 |
Karl Heuer |
(perform-replace): Check for empty stack.
|
1993-12-31 |
Richard M. Stallman |
(query-replace-highlight): New variable.
|
1993-12-24 |
Richard M. Stallman |
(query-replace-map): Don't bind ESC.
|
1993-12-23 |
Richard M. Stallman |
(perform-replace): Prompt now says how to get help.
|
1993-11-11 |
Richard M. Stallman |
(occur-mode): Run occur-mode-hook.
|
1993-08-03 |
Richard M. Stallman |
(occur-mode-goto-occurrence): Give meaningful error
|
1993-07-24 |
Richard M. Stallman |
(occur): If no default, don't mention one.
|
1993-06-22 |
Jim Blandy |
* replace.el (query-replace-map): Fix typo in binding for [return].
|
1993-06-21 |
Jim Blandy |
* replace.el (query-replace-map): Make return exit query-replace,
|
1993-05-09 |
Richard M. Stallman |
(query-replace-map): Bind [escape] like "\e".
|
1993-05-06 |
Richard M. Stallman |
(flush-lines, keep-lines, how-many):
|
1993-04-23 |
Eric S. Raymond |
All fsets changed to defaliases.
|
1993-03-28 |
Richard M. Stallman |
(regexp-history): New history list.
|
1993-03-23 |
Richard M. Stallman |
(query-replace-map): Define backspace like delete.
|
1993-03-22 |
Eric S. Raymond |
Added or corrected Commentary headers
|
1993-03-12 |
Richard M. Stallman |
(query-replace-map): New keymap.
|
1993-03-09 |
Richard M. Stallman |
(query-replace-map): Add `quit' bindings. Delete default binding.
|
1993-03-09 |
Richard M. Stallman |
(query-replace-map): New keymap.
|
1993-01-26 |
Jim Blandy |
JimB's changes from January 18 to present
|
1992-11-16 |
Jim Blandy |
* bytecomp.el: Declare unread-command-char an obsolete variable.
|
1992-10-18 |
Richard M. Stallman |
(occur): Always search entire buffer.
|
1992-07-24 |
Richard M. Stallman |
entered into RCS
|
1992-07-24 |
Richard M. Stallman |
*** empty log message ***
|
1992-07-24 |
Richard M. Stallman |
*** empty log message ***
|
1992-07-22 |
Eric S. Raymond |
*** empty log message ***
|
1992-07-15 |
Eric S. Raymond |
*** empty log message ***
|
1992-07-15 |
Eric S. Raymond |
*** empty log message ***
|
1992-06-30 |
Jim Blandy |
*** empty log message ***
|
1992-05-30 |
Eric S. Raymond |
*** empty log message ***
|
1991-07-13 |
Jim Blandy |
*** empty log message ***
|
1991-05-13 |
Brian Preble |
*** empty log message ***
|
1991-05-11 |
Roland McGrath |
*** empty log message ***
|
1991-05-10 |
Roland McGrath |
*** empty log message ***
|
1990-07-26 |
root |
*** empty log message ***
|
1990-05-11 |
Richard M. Stallman |
Initial revision
|