| Commit message (Expand) | Author | Age | Files | Lines |
* | (grep-regexp-alist): Use backreference at the | Juri Linkov | 2005-06-18 | 1 | -8/+14 |
* | Fix file's header line. | Eli Zaretskii | 2005-05-07 | 1 | -1/+1 |
* | (grep-mode-font-lock-keywords): Use the font-lock-face property to | Lute Kamstra | 2005-04-28 | 1 | -2/+5 |
* | Change release version from 21.4 to 22.1 throughout. | Kim F. Storm | 2005-02-09 | 1 | -6/+6 |
* | (grep-regexp-alist): Match an optional ^[[K | Dan Nicolaescu | 2005-02-08 | 1 | -2/+2 |
* | * NEWS: Mention alias `find-grep' for `grep-find'. | David Kastrup | 2005-01-22 | 1 | -0/+3 |
* | (grep-find): Copy from `grep' the condition for calling grep-compute-defaults. | Richard M. Stallman | 2005-01-17 | 1 | -1/+2 |
* | (grep-match-face): New defvar. | Juri Linkov | 2004-12-16 | 1 | -1/+4 |
* | (grep-regexp-alist): Don't match parens around line numbers. | Richard M. Stallman | 2004-11-25 | 1 | -2/+5 |
* | (grep-default-command): Take empty string | Thien-Thi Nguyen | 2004-11-03 | 1 | -4/+6 |
* | (grep-regexp-alist): Move match highlighting | Juri Linkov | 2004-10-28 | 1 | -14/+14 |
* | (grep-mode): Remove unnecessary autoload. | Stefan Monnier | 2004-09-09 | 1 | -12/+1 |
* | (grep-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-... | Juri Linkov | 2004-09-08 | 1 | -1/+1 |
* | (grep-mode): Use normal autoload cookie. | Thien-Thi Nguyen | 2004-09-08 | 1 | -1/+11 |
* | (grep-highlight-matches): Doc fix. | Juri Linkov | 2004-09-07 | 1 | -11/+16 |
* | (grep-highlight-matches): Change default from | Juri Linkov | 2004-09-07 | 1 | -5/+17 |
* | (grep-mode-map): Bind toggle-next-error-follow-mode. | Eli Zaretskii | 2004-09-04 | 1 | -0/+1 |
* | (grep-highlight-matches): New defcustom. | Juri Linkov | 2004-09-02 | 1 | -0/+36 |
* | (grep-default-command): Use find-tag-default. | Richard M. Stallman | 2004-08-28 | 1 | -22/+1 |
* | (grep): Doc fix. | Luc Teirlinck | 2004-07-14 | 1 | -1/+1 |
* | (grep-compute-defaults, grep-command) | Eli Zaretskii | 2004-07-03 | 1 | -0/+11 |
* | (grep-error-screen-columns): New variable. | Daniel Pfeiffer | 2004-06-23 | 1 | -1/+11 |
* | (grep-regexp-alist): Match columns and column ranges, if present. | Daniel Pfeiffer | 2004-06-18 | 1 | -1/+1 |
* | (grep-tree): Rework previous fix. | Stefan Monnier | 2004-05-28 | 1 | -3/+2 |
* | (grep-tree): Ensure that DIR argument is | Jesper Harder | 2004-05-23 | 1 | -1/+2 |
* | Undo previous change | Jan Djärv | 2004-04-20 | 1 | -8/+7 |
* | * progmodes/grep.el (grep-mode): Add eval-when-compile. | Jan Djärv | 2004-04-20 | 1 | -7/+8 |
* | (kill-grep): Move here from compile.el | Stefan Monnier | 2004-03-11 | 1 | -22/+47 |
* | (grep-compute-defaults): Undo change from | Eli Zaretskii | 2004-02-16 | 1 | -6/+1 |
* | Move "ends here" comment to end; nfc. | Thien-Thi Nguyen | 2004-02-15 | 1 | -2/+1 |
* | (grep-compute-defaults): Fix typos. | Thien-Thi Nguyen | 2004-02-15 | 1 | -3/+3 |
* | (grep-regexp-alist): Allow :, \t and ( in file names. | Stefan Monnier | 2004-02-08 | 1 | -2/+2 |
* | (grep-compute-defaults): Use executable-command-find-posix-p. | Richard M. Stallman | 2004-01-29 | 1 | -6/+17 |
* | (grep-mode-map): Don't remap next-line, previous-line. | Richard M. Stallman | 2004-01-03 | 1 | -2/+3 |
* | Resolve CVS conflicts | Miles Bader | 2003-11-24 | 1 | -0/+1 |
* | Remove grep-use-compilation-buffer defcustom. | Kim F. Storm | 2003-11-23 | 1 | -8/+8 |
* | * progmodes/grep.el: New file with grep code from compile.el. | Kim F. Storm | 2003-11-23 | 1 | -0/+534 |