]> code.delx.au - gnu-emacs/history - lisp/progmodes/grep.el
(gud-tooltip-dereference): Add missing optional argument.
[gnu-emacs] / lisp / progmodes / grep.el
2006-02-10 Nick RobertsUpdate copyright for 2006.
2005-08-30 Juanma Barranquero(font-lock-lines-before): Add defvar.
2005-08-25 Juri Linkov(grep, grep-mode): Make buffer-local variables
2005-08-20 Richard M. Stallman(grep): Bind compilation-disable-input to t.
2005-08-14 Juri Linkov(grep-mode-map): Add ellipsis to "Another grep".
2005-08-09 Juri Linkov(grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2005-08-06 Juri Linkov(grep-regexp-alist): Set 5th arg `TYPE' to
2005-08-04 Juri Linkov(grep-mode-map): Bind TAB to `compilation-next-error'
2005-08-04 Juri Linkov(grep-regexp-alist): Replace complex regexp
2005-08-01 Nick RobertsUpdate copyright for release of 22.1 for progmodes...
2005-07-23 Richard M. Stallman(grep-error-face): Use font-lock-keyword-face
2005-07-19 Juri Linkov(grep-regexp-alist)
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-18 Juri Linkov(grep-regexp-alist): Use backreference at the
2005-05-07 Eli ZaretskiiFix file's header line.
2005-04-28 Lute Kamstra(grep-mode-font-lock-keywords): Use the font-lock-face...
2005-02-09 Kim F. StormChange release version from 21.4 to 22.1 throughout.
2005-02-08 Dan Nicolaescu(grep-regexp-alist): Match an optional ^[[K
2005-01-22 David Kastrup* NEWS: Mention alias `find-grep' for `grep-find'.
2005-01-17 Richard M. Stallman(grep-find): Copy from `grep' the condition for calling...
2004-12-16 Juri Linkov(grep-match-face): New defvar.
2004-11-25 Richard M. Stallman(grep-regexp-alist): Don't match parens around line...
2004-11-03 Thien-Thi Nguyen(grep-default-command): Take empty string
2004-10-28 Juri Linkov(grep-regexp-alist): Move match highlighting
2004-09-09 Stefan Monnier(grep-mode): Remove unnecessary autoload.
2004-09-08 Juri Linkov(grep-mode-map): Rename `next-error-follow-mode' to...
2004-09-08 Thien-Thi Nguyen(grep-mode): Use normal autoload cookie.
2004-09-07 Juri Linkov(grep-highlight-matches): Doc fix.
2004-09-07 Juri Linkov(grep-highlight-matches): Change default from
2004-09-04 Eli Zaretskii(grep-mode-map): Bind toggle-next-error-follow-mode.
2004-09-02 Juri Linkov(grep-highlight-matches): New defcustom.
2004-08-28 Richard M. Stallman(grep-default-command): Use find-tag-default.
2004-07-14 Luc Teirlinck(grep): Doc fix.
2004-07-03 Eli Zaretskii(grep-compute-defaults, grep-command)
2004-06-23 Daniel Pfeiffer(grep-error-screen-columns): New variable.
2004-06-18 Daniel Pfeiffer(grep-regexp-alist): Match columns and column ranges...
2004-05-28 Stefan Monnier(grep-tree): Rework previous fix.
2004-05-23 Jesper Harder(grep-tree): Ensure that DIR argument is
2004-04-20 Jan DjärvUndo previous change
2004-04-20 Jan Djärv* progmodes/grep.el (grep-mode): Add eval-when-compile.
2004-03-11 Stefan Monnier(kill-grep): Move here from compile.el
2004-02-16 Eli Zaretskii(grep-compute-defaults): Undo change from
2004-02-15 Thien-Thi NguyenMove "ends here" comment to end; nfc.
2004-02-15 Thien-Thi Nguyen(grep-compute-defaults): Fix typos.
2004-02-08 Stefan Monnier(grep-regexp-alist): Allow :, \t and ( in file names.
2004-01-29 Richard M. Stallman(grep-compute-defaults): Use executable-command-find...
2004-01-03 Richard M. Stallman(grep-mode-map): Don't remap next-line, previous-line.
2003-11-24 Miles BaderResolve CVS conflicts
2003-11-23 Kim F. StormRemove grep-use-compilation-buffer defcustom.
2003-11-23 Kim F. Storm* progmodes/grep.el: New file with grep code from compi...