aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/grep.el
Commit message (Expand)AuthorAgeFilesLines
* * progmodes/grep.el (grep-compute-defaults): Simplify how settingsChong Yidong2009-05-231-48/+55
* (grep-process-setup) [windows-nt msdos]: Use "--color=always".Eli Zaretskii2009-02-281-1/+5
* (grep-mode-map): Put grep-find before grep andJuri Linkov2009-01-251-3/+9
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (grep-mode-tool-bar-map): Check if tool-bar-map has been initializedChong Yidong2008-10-121-19/+22
* (grep-mode-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-20/+19
* (grep-files-aliases): Improve the C++ sourceDan Nicolaescu2008-07-111-1/+3
* (compilation-minor-mode-map, compilation-mode-map):Sam Steingold2008-05-081-2/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* * progmodes/compile.el (compilation-start): Move setting ofSam Steingold2008-05-021-3/+4
* Fix up comment convention.Stefan Monnier2008-04-181-8/+8
* (grep-mode-tool-bar-map): The same.Jan Djärv2008-03-281-0/+2
* * progmodes/compile.el (compile):Stefan Monnier2008-03-201-8/+6
* * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.Dan Nicolaescu2008-03-051-12/+18
* (grep-mode-tool-bar-map): Change place on nextJan Djärv2008-02-261-4/+4
* (grep-mode-tool-bar-map): New variable.Jan Djärv2008-02-251-0/+21
* (grep-compute-defaults):Stefan Monnier2008-02-011-1/+1
* (find-name-arg): Declare for compiler.Glenn Morris2008-01-041-1/+3
* * progmodes/grep.el (grep-find-ignored-directories): InitializeEric S. Raymond2008-01-021-9/+1
* Merge from emacs--rel--22Miles Bader2007-12-281-2/+2
|\
| * (rgrep): Fix last change.YAMAMOTO Mitsuharu2007-12-281-1/+1
| * (rgrep): Use find-name-arg.Jason Rumney2007-12-211-2/+2
* | (grep-process-setup): Set envvar "TERM" to "emacs-grep".Juri Linkov2007-11-231-4/+9
* | (xargs-program): New variable.Juanma Barranquero2007-11-201-20/+28
* | (grep-files-aliases): Add cc alias.Thien-Thi Nguyen2007-08-301-11/+11
* | (grep-find-ignored-directories): AddThien-Thi Nguyen2007-08-301-2/+10
* | Whitespace fix.Richard M. Stallman2007-08-171-1/+2
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | * progmodes/grep.el (grep-compute-defaults): Keep default values.Michael Albinus2007-07-221-25/+31
* | * progmodes/grep.el (grep-host-defaults-alist): New defvar.Michael Albinus2007-07-181-14/+33
* | * progmodes/grep.el (grep-probe): Use `process-file'.Michael Albinus2007-07-171-78/+120
|/
* (grep-find-use-xargs): Rewrite docstring.Chong Yidong2007-04-071-4/+4
* (grep-program): Remove commentary about zgrep.Kim F. Storm2007-04-061-11/+1
* (grep-find-ignored-directories): Add .git andDan Nicolaescu2007-03-111-1/+2
* (grep-files-aliases): Add tex and texi aliases.Kim F. Storm2007-02-141-10/+19
* (grep): Mention lgrep and rgrep in theDan Nicolaescu2007-02-121-0/+3
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (grep-find-use-xargs): Use explicit value `exec'Kim F. Storm2006-08-231-20/+38
* (grep-default-command): Catch errors from wildcard-to-regexp.Richard M. Stallman2006-07-291-13/+23
* (grep-read-files): Use car of grep-files-history or grep-files-aliasesKim F. Storm2006-07-281-1/+3
* (grep-tag-default): New function.Kim F. Storm2006-07-281-12/+12
* (grep-find-ignored-directories): Add .svn and _darcs to list.Kim F. Storm2006-07-191-1/+1
* (grep-last-buffer): Doc fix.Richard M. Stallman2006-07-121-2/+1
* (grep-mode-font-lock-keywords): Correct regexpsKim F. Storm2006-06-221-3/+3
* (grep-find): Don't check grep-find-commandKim F. Storm2006-05-181-1/+1
* (rgrep): Set default directory of *grep*Kim F. Storm2006-05-091-11/+15
* (lgrep, rgrep): Doc fixes.Kim F. Storm2006-05-081-7/+7
* (lgrep, rgrep): Use add-to-history.Kim F. Storm2006-05-051-2/+2
* (grep-expand-template): Use symbol-value instead of eval on symbols.Kim F. Storm2006-05-021-1/+1