summaryrefslogtreecommitdiff
path: root/lisp/progmodes/grep.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/progmodes/grep.el (grep-read-files-function): New var.Stefan Monnier2020-01-211-59/+52
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* ; * lisp/progmodes/grep.el (lgrep, rgrep, zrgrep): Fix doc wording.Eli Zaretskii2019-10-121-3/+3
* Minor grep.el doc string clarificationsLars Ingebrigtsen2019-10-111-20/+43
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* Improve doc strings for some -search-path variablesStephen Leake2019-07-301-3/+4
* Add file sorting options to find-dired and grep-find (bug#36110)Juri Linkov2019-06-201-2/+18
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Add standard unmatchable regexpMattias EngdegÄrd2019-05-151-1/+2
* 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