summaryrefslogtreecommitdiff
path: root/lisp/progmodes/grep.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Revert "Allow to customize names of executables used by grep.el"Eli Zaretskii2016-04-211-32/+16
* Allow to customize names of executables used by grep.elEli Zaretskii2016-04-081-16/+32
* Grep alias `all' shall not match parent directoryOscar Fuentes2016-02-141-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * lisp/progmodes/grep.el (grep): Doc fix. (Bug#21754)Eli Zaretskii2015-10-251-8/+11
* Avoid empty -path arguments in rgrepPhil Sainty2015-09-301-10/+12
* Bind grep-highlight-matches around the rgrep callDmitry Gutov2015-06-281-4/+4
* Put "--color" before the other options in grep-commandDmitry Gutov2015-06-281-2/+3
* Add --color Grep option to the command dynamicallyDmitry Gutov2015-06-271-12/+23
* * lisp/progmodes/grep.el (zrgrep): Let-bind grep-highlight-matchesJuri Linkov2015-06-071-4/+4
* Restore <D> instead of '.' in grep-find-templateDmitry Gutov2015-06-031-6/+6
* Reuse rgrep mechanics in xref-find-regexpDmitry Gutov2015-06-021-52/+56
* Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* * lisp/progmodes/grep.el (grep-compute-defaults): Compute grep-highlight-matc...Juri Linkov2014-11-191-10/+12
* * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.Paul Eggert2014-09-261-10/+5
* Don't assume 'grep' supports GREP_OPTIONS.Paul Eggert2014-09-161-10/+11
* lisp/progmodes/grep.el (lgrep): Fix a typo in last commit.Eli Zaretskii2014-05-091-1/+1
* Use file-accessible-directory-p in some more placesGlenn Morris2014-05-091-4/+3
* * lisp/progmodes/grep.el: Use lexical-binding.Stefan Monnier2014-04-121-11/+13
* Mention read-regexp in doc of functions that use itGlenn Morris2014-02-131-1/+1
* * progmodes/grep.el (find-program): Doc fix.Lars Ingebrigtsen2014-02-091-2/+3
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/replace.el (read-regexp-defaults-function): New defcustom.Juri Linkov2013-12-201-6/+1
* Bug#16045Michael Albinus2013-12-061-5/+3
* Revert inadvertently commited changes in grep.el.Eli Zaretskii2013-12-061-9/+3
* Avoid compiler warning in w32xfns.c.Eli Zaretskii2013-12-041-3/+9
* * lisp/progmodes/grep.el (grep-mode-font-lock-keywords): Support =linenumber=Juri Linkov2013-05-241-1/+3
* Make S-SPC scroll in the opposite direction to SPCGlenn Morris2013-02-111-0/+1
* * lisp/progmodes/grep.el (grep-regexp-alist): Use variable grep-match-faceJuri Linkov2013-02-021-2/+2
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | * progmodes/grep.el (rgrep): Escape command line. Sometimes, itMichael Albinus2012-12-201-5/+8
* | * progmodes/grep.el (grep-compute-defaults): Do not pass the -e flag to xargsSamuel Bronson2012-11-301-3/+3
|/
* * lisp/replace.el (query-replace-read-from): Use `read-regexp' insteadJuri Linkov2012-09-211-2/+2
* Merge from emacs-24 branchChong Yidong2012-04-201-6/+7
|\
| * * lisp/progmodes/grep.el (grep, rgrep): Doc fix.Chong Yidong2012-04-181-6/+7
* | rgrep ignored file tweakWolfgang Jenkner2012-04-111-1/+2
* | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-6/+6
|/
* compile/grep fix for bug#10594Glenn Morris2012-01-241-0/+3
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * progmodes/grep.el (rgrep): Fix docstring.Juri Linkov2011-12-231-1/+4
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* Give some autoloaded things doc-strings.Glenn Morris2011-11-241-2/+2
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Change scroll-up/down bindings to Emacs 24's scroll-*-command.Chong Yidong2011-10-011-2/+2
* * lisp/progmodes/grep.el (grep-process-setup): Don't check code for 1Juri Linkov2011-09-181-1/+1
* (grep-regexp-alist): Move dangling comment to the previous rule.Juri Linkov2011-09-081-9/+10
* * lisp/progmodes/grep.el (grep-regexp-alist): Calculate column positionsJuri Linkov2011-09-071-12/+20