summaryrefslogtreecommitdiff
path: root/lisp/progmodes/grep.el
AgeCommit message (Expand)Author
2026-05-24Save and restore original local keymap in grep-edit-modeZhengyi Fu
2026-04-03grep-edit--prepare-buffer: Fix allowed insertion positionsDmitry Gutov
2026-03-03Fix grep defaultsMichael Albinus
2026-01-17; Remove redundant cl-lib runtime dependencies across lisp/USAMI Kenta
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-10* lisp/progmodes/grep.el (grep-menu-map): Add "Edit Grep Buffer" (bug#79793).Elías Gabriel Pérez
2025-05-24Merge from origin/emacs-30Eli Zaretskii
2025-04-29* lisp/progmodes/grep.el (grep-hello-file): Fix another typo.Po Lu
2025-04-29* lisp/progmodes/grep.el (grep-hello-file): Fix typos.Po Lu
2025-04-29Port Grep argument autodetection to AndroidPo Lu
2025-04-26Don't consider "Grep finished" lines as matches for file namesPaul Nelson
2025-03-01grep: Signal error if unable to access directoryStefan Kangas
2025-02-25Prefer incf to cl-incf in progmodes/*.elStefan Kangas
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-02* lisp/progmodes/grep.el (grep-mode-map): Improve docstring.Stefan Kangas
2025-01-02Prefer defvar-keymap in grep.elStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Don't call purecopy in progmodes/*.elStefan Kangas
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-09-18; Small fix for 'grep-change-to-grep-edit-mode'Juri Linkov
2024-09-14Make the *grep* buffer editableVisuwesh
2024-07-03Prefer to run find and grep in parallel in rgrep (bug#71094)Spencer Baugh
2024-07-02; (grep-read-files): Fix completion tableEshel Yaron
2024-06-02In rgrep, check matching files before excluding filesSpencer Baugh
2024-05-24Fix usage of cons cells in grep-find-ignored-filesSpencer Baugh
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-07-08Merge from origin/emacs-29Eli Zaretskii
2023-07-03* lisp/progmodes/grep.el (rgrep): Fix docstring.Juri Linkov
2023-02-27New user option 'grep-use-headings'Augusto Stoffel
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-13Fix bug when calling `rgrep` non-interactivelyStefan Kangas
2022-08-25; * lisp/progmodes/grep.el (grep-command-position): Doc fix.Eli Zaretskii
2022-08-25Add a new user option grep-command-positionLars Ingebrigtsen
2022-07-31Fix loaddefs byte-compile warnings from grep.elLars Ingebrigtsen
2022-07-21(compilation-parse-errors-function): Remove obsolete varStefan Monnier
2022-07-03Quote some literal keys to get help-key-binding faceStefan Kangas
2022-07-02Filter out nul bytes when killing from a *grep* bufferLars Ingebrigtsen
2022-06-13* lisp/progmodes/grep.el (grep-read-files): Combine files with aliases.Juri Linkov
2022-06-13Allow rgrep users to indicate case folding easierLars Ingebrigtsen
2022-05-11Add grep-files-aliases entry for .am filesLars Ingebrigtsen
2022-04-30Make grep-mode-font-lock-keywords more efficientLars Ingebrigtsen
2022-03-26; Improve readablity in grep.elMichael Albinus
2022-03-23Make quoting of shell arguments in grep.el more robustMichael Albinus
2022-03-23Support changing remoteness of DIR in rgrep and lgrepMichael Albinus
2022-03-22Fix grep-like functions when running on a remote hostMichael Albinus
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-09Merge from origin/emacs-28Stefan Kangas