summaryrefslogtreecommitdiff
path: root/lisp/progmodes/grep.el
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug#33618; define search path variables for grep, byte-compileStephen Leake2019-04-251-0/+9
* Fix rgrep in dired using directory for search file patternChristopher Thorne2019-04-111-2/+10
* i18n: Add function ngettext for pluralization.Juri Linkov2019-03-241-2/+5
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-3/+3
* Merge from origin/emacs-26Glenn Morris2019-01-301-5/+5
|\
| * Fix cursor column positioning on Grep hitsTrevor Spiteri2019-01-191-5/+5
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-07-131-1/+3
|\ \ | |/
| * Match w32 paths in grep sans --null hits (Bug#32051)Noam Postavsky2018-07-121-1/+3
* | Fix etc/HELLO searching in grep.elPaul Eggert2018-07-081-5/+5
* | Use next-error-found to set next-error-last-buffer.Juri Linkov2018-04-171-11/+1
* | Explicitly require cl-lib where neededGlenn Morris2018-03-161-0/+1
* | Allow toggling Grep command abbreviation, and rename related symbolsCharles A. Roelli2018-03-111-25/+30
* | Merge from origin/emacs-26Paul Eggert2018-03-041-0/+2
|\ \ | |/
| * * lisp/progmodes/grep.el (zrgrep):Juri Linkov2018-03-031-0/+2
* | * lisp/progmodes/grep.el (grep-find-hide): New defcustom (bug#30503).Juri Linkov2018-02-221-2/+47
|/
* * lisp/progmodes/grep.el (grep-compute-defaults):Juri Linkov2018-02-211-0/+2
* * lisp/progmodes/grep.el (grep-num-matches-found): New variable.Juri Linkov2018-02-121-14/+32
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Add missing :version tags revealed by cusver-checkGlenn Morris2017-12-121-0/+1
* Document how to enter whitespace when using grep-read-filesRobert Pluim2017-11-171-3/+9
* Improve doc string and prompt of 'grep-read-files'Eli Zaretskii2017-10-091-2/+3
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge null and without-null regexp alists (Bug#27840, Bug#27873)Noam Postavsky2017-08-061-49/+41
* Use grep's --null option (Bug#6843)Noam Postavsky2017-07-191-28/+76
* Extract grep-find-ignored-directories processing from rgrep-default-commandSam Steingold2017-02-101-14/+12
* 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