summaryrefslogtreecommitdiff
path: root/lisp/progmodes/grep.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Update parameter :version to 26.1 in several defcustomTino Calancha2016-11-171-1/+1
* | Escape meta chars in commands processed by shellTino Calancha2016-07-131-9/+9
* | Merge from origin/emacs-25Paul Eggert2016-04-241-32/+16
|\ \ | |/
| * Revert "Allow to customize names of executables used by grep.el"Eli Zaretskii2016-04-211-32/+16
* | Merge from origin/emacs-25Paul Eggert2016-04-111-16/+32
|\ \ | |/
| * Allow to customize names of executables used by grep.elEli Zaretskii2016-04-081-16/+32
* | Revert "Add `r'/`l' grep command history commands"John Wiegley2016-04-031-46/+1
* | Revert "Restore the point in grep buffers when traversing the history"John Wiegley2016-04-031-31/+18
* | Restore the point in grep buffers when traversing the historyLars Magne Ingebrigtsen2016-04-031-18/+31
* | Add `r'/`l' grep command history commandsLars Magne Ingebrigtsen2016-04-031-1/+46
* | * lisp/progmodes/grep.el (grep-save-buffers): Fix type, tweak doc.Glenn Morris2016-02-291-8/+6
* | * lisp/progmodes/grep.el (grep-save-buffers): Don't autoload defcustoms.Glenn Morris2016-02-291-1/+0
* | Save buffers before running grep commandsHugh Brown2016-02-291-0/+28
|/
* 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