index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
grep.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Fix bug when calling `rgrep` non-interactively
Stefan Kangas
2022-12-13
1
-0
/
+4
*
; * lisp/progmodes/grep.el (grep-command-position): Doc fix.
Eli Zaretskii
2022-08-25
1
-3
/
+5
*
Add a new user option grep-command-position
Lars Ingebrigtsen
2022-08-25
1
-5
/
+19
*
Fix loaddefs byte-compile warnings from grep.el
Lars Ingebrigtsen
2022-07-31
1
-0
/
+2
*
(compilation-parse-errors-function): Remove obsolete var
Stefan Monnier
2022-07-21
1
-2
/
+2
*
Quote some literal keys to get help-key-binding face
Stefan Kangas
2022-07-03
1
-1
/
+1
*
Filter out nul bytes when killing from a *grep* buffer
Lars Ingebrigtsen
2022-07-02
1
-0
/
+8
*
* lisp/progmodes/grep.el (grep-read-files): Combine files with aliases.
Juri Linkov
2022-06-13
1
-6
/
+9
*
Allow rgrep users to indicate case folding easier
Lars Ingebrigtsen
2022-06-13
1
-2
/
+7
*
Add grep-files-aliases entry for .am files
Lars Ingebrigtsen
2022-05-11
1
-0
/
+1
*
Make grep-mode-font-lock-keywords more efficient
Lars Ingebrigtsen
2022-04-30
1
-1
/
+1
*
; Improve readablity in grep.el
Michael Albinus
2022-03-26
1
-1
/
+1
*
Make quoting of shell arguments in grep.el more robust
Michael Albinus
2022-03-23
1
-62
/
+67
*
Support changing remoteness of DIR in rgrep and lgrep
Michael Albinus
2022-03-23
1
-24
/
+30
*
Fix grep-like functions when running on a remote host
Michael Albinus
2022-03-22
1
-52
/
+59
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-09
1
-1
/
+1
|
\
|
|
*
Revert "Grep alias `all' shall not match parent directory"
Óscar Fuentes
2021-12-08
1
-1
/
+1
*
|
Use format-prompt for many more prompts
Stefan Kangas
2021-10-05
1
-5
/
+3
|
/
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-2
/
+2
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-1
/
+1
*
More robust auto-detect of grep-highlight-matches (bug#49978)
Mattias Engdegård
2021-08-10
1
-5
/
+6
*
Adjust grep-mode end-col function return value
Mattias Engdegård
2021-07-26
1
-1
/
+1
*
Fix previous grep-file-at-point change
Lars Ingebrigtsen
2021-07-17
1
-1
/
+1
*
Add new function 'grep-file-at-point'
Lennart Borgman
2021-07-17
1
-0
/
+7
*
Fix rgrep abbreviation
Dmitry Gutov
2021-06-07
1
-1
/
+1
*
Support old BSD find and "root dir symlink" better
Dmitry Gutov
2021-06-07
1
-19
/
+18
*
Abbreviate rgrep command on MS Windows (bug#48302)
Jim Porter
2021-05-12
1
-1
/
+1
*
Remove redundant #' before lambda in progmodes/*.el
Stefan Kangas
2021-04-01
1
-14
/
+14
*
Compute grep defaults earlier
Lars Ingebrigtsen
2021-02-27
1
-4
/
+7
*
Convert some progmodes menus to easy-menu-define
Stefan Kangas
2021-02-21
1
-47
/
+29
*
Add command to recenter errors from Occur/Grep buffers
Tino Calancha
2021-02-07
1
-2
/
+0
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Use explicit "--color=auto" in grep mode to support both GNU grep and ripgrep
Juri Linkov
2020-12-29
1
-4
/
+4
*
Support highlighting of ripgrep output (bug#44983)
Juri Linkov
2020-12-09
1
-2
/
+2
*
Prefer setq-local in grep.el
Stefan Kangas
2020-12-08
1
-16
/
+15
*
Handle connection-local null-device and path-separator variables
Michael Albinus
2020-11-21
1
-56
/
+90
*
* lisp/progmodes/grep.el: More fixes for 'lgrep' (bug#23590)
Juri Linkov
2020-10-14
1
-8
/
+13
*
Only skip directories in lgrep, not the other grep commands
Lars Ingebrigtsen
2020-10-09
1
-5
/
+5
*
Default the grep commands to skip directories
Alex Gramiak
2020-10-07
1
-4
/
+9
*
Add a new grep-match-regexp variable
Simon Lang
2020-09-27
1
-1
/
+8
*
; * lisp/progmodes/grep.el (grep-find-command): Fix typos.
Eli Zaretskii
2020-08-22
1
-2
/
+2
*
Doc string (and defcustom type) fix for grep-find-command
Lars Ingebrigtsen
2020-08-22
1
-1
/
+7
*
* lisp/progmodes/grep.el (grep-read-files-function): New var.
Stefan Monnier
2020-01-21
1
-59
/
+52
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
; * lisp/progmodes/grep.el (lgrep, rgrep, zrgrep): Fix doc wording.
Eli Zaretskii
2019-10-12
1
-3
/
+3
*
Minor grep.el doc string clarifications
Lars Ingebrigtsen
2019-10-11
1
-20
/
+43
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-1
/
+1
[next]