| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (keep-lines-read-args): Return just a regexp. | Richard M. Stallman | 2001-06-14 | 1 | -26/+33 |
* | (case-replace, query-replace-from-history-variable) | Eli Zaretskii | 2001-06-14 | 1 | -8/+9 |
* | (keep-lines-read-args): Use `copy-marker'. | Stefan Monnier | 2001-05-20 | 1 | -37/+30 |
* | (query-replace-regexp-eval): Doc fix. | Gerd Moellmann | 2001-05-02 | 1 | -4/+4 |
* | (occur): Stop at end of buffer. | Stefan Monnier | 2001-02-13 | 1 | -1/+1 |
* | (perform-replace): Don't use an empty match adjacent | Gerd Moellmann | 2000-12-12 | 1 | -2/+7 |
* | (occur): Make line-number-width 1 smaller for the | Gerd Moellmann | 2000-12-06 | 1 | -8/+8 |
* | (keep-lines-read-args): New function. | Gerd Moellmann | 2000-09-30 | 1 | -30/+80 |
* | (occur): Set tab-width in the *Occur* buffer to the | Gerd Moellmann | 2000-08-02 | 1 | -38/+49 |
* | (query-replace-map): Bind `e' like `E'. | Gerd Moellmann | 2000-06-28 | 1 | -0/+1 |
* | (perform-replace): Undo change of 2000-04-04. | Gerd Moellmann | 2000-06-26 | 1 | -10/+14 |
* | Doc and error message fixes. | Dave Love | 2000-05-21 | 1 | -27/+29 |
* | (query-replace-map): Add binding for `E'. | Gerd Moellmann | 2000-05-03 | 1 | -1/+13 |
* | (perform-replace): Add parameters START and END. Use | Gerd Moellmann | 2000-04-25 | 1 | -28/+46 |
* | (perform-replace): Don't move forward one char | Gerd Moellmann | 2000-04-04 | 1 | -4/+13 |
* | (query-replace): Rename last arg to DELIMITED. | Richard M. Stallman | 2000-01-22 | 1 | -8/+9 |
* | (query-replace-regexp-eval) | Richard M. Stallman | 1999-08-03 | 1 | -13/+113 |
* | (perform-replace): Turn off case-fold-search | Karl Heuer | 1999-07-21 | 1 | -0/+3 |
* | (keep-lines, flush-lines, how-many): | Richard M. Stallman | 1998-10-14 | 1 | -13/+29 |
* | (perform-replace): Position point properly | Karl Heuer | 1998-10-06 | 1 | -4/+7 |
* | Whitespace change. | Richard M. Stallman | 1998-08-10 | 1 | -3/+3 |
* | (occur): Set buffer-read-only. | Karl Heuer | 1998-06-20 | 1 | -1/+2 |
* | (esc-map): Bind C-M-% to query-replace-regexp. | Karl Heuer | 1998-06-04 | 1 | -0/+1 |
* | *** empty log message *** | Dan Nicolaescu | 1998-04-20 | 1 | -2/+4 |
* | (perform-replace): Before recursive edit, | Richard M. Stallman | 1998-03-26 | 1 | -3/+5 |
* | (perform-replace): store-match-data => set-match-data. | Richard M. Stallman | 1998-03-14 | 1 | -6/+6 |
* | (occur): Apply default by hand after read-from-minibuffer. | Richard M. Stallman | 1998-02-08 | 1 | -3/+4 |
* | (query-replace-from-history-variable): New variable. | Richard M. Stallman | 1998-01-30 | 1 | -2/+19 |
* | (occur): If the matching line has no final newline, | Karl Heuer | 1998-01-18 | 1 | -4/+17 |
* | (occur): Pass default to read-from-minibuffer so that | Richard M. Stallman | 1998-01-03 | 1 | -6/+4 |
* | (perform-replace): In Transient Mark mode, if | Karl Heuer | 1997-11-11 | 1 | -1/+27 |
* | (query-replace-highlight): Change default to t. | Karl Heuer | 1997-11-11 | 1 | -1/+1 |
* | (query-replace-read-args): Locally bind | Kenichi Handa | 1997-08-26 | 1 | -10/+10 |
* | (occur): Local variable line-start redundant. | Richard M. Stallman | 1997-07-25 | 1 | -28/+70 |
* | (occur): Use text property `occur' to store the | Richard M. Stallman | 1997-07-23 | 1 | -51/+81 |
* | (perform-replace): When matching lookahead, use markers rather than | Paul Eggert | 1997-06-25 | 1 | -2/+2 |
* | (perform-replace): When matching regexps, if the next match is | Paul Eggert | 1997-06-24 | 1 | -29/+40 |
* | (perform-replace): Restore match data after read-event. | Richard M. Stallman | 1997-05-23 | 1 | -0/+3 |
* | Use defgroup and defcustom. | Richard M. Stallman | 1997-05-05 | 1 | -6/+12 |
* | (occur-mode): Add a mode-class property. | Richard M. Stallman | 1997-05-05 | 1 | -3/+5 |
* | (occur): If regexp has uppercase in it, match it case-sensitively. | Richard M. Stallman | 1997-05-04 | 1 | -1/+6 |
* | (replace-string): Doc fix. | Richard M. Stallman | 1997-03-22 | 1 | -1/+3 |
* | (occur): Pay attention to multibyte characters. | Karl Heuer | 1997-02-20 | 1 | -1/+1 |
* | (occur-mode-map): Bind g to revert-buffer. | Richard M. Stallman | 1997-01-13 | 1 | -2/+17 |
* | (occur): Minor cleanups. | Erik Naggum | 1997-01-03 | 1 | -3/+2 |
* | (list-matching-lines-face): New variable. | Richard M. Stallman | 1997-01-03 | 1 | -3/+24 |
* | (perform-replace): Request integers from match-data, | Richard M. Stallman | 1996-12-27 | 1 | -6/+1 |
* | (perform-replace): Undo previous change. | Richard M. Stallman | 1996-12-18 | 1 | -3/+17 |
* | (perform-replace): Delete the code that checked | Richard M. Stallman | 1996-12-18 | 1 | -16/+3 |
* | Change some defconsts to defvars. | Richard M. Stallman | 1996-12-16 | 1 | -1/+1 |