summaryrefslogtreecommitdiff
path: root/lisp/progmodes/project.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix up requiresDmitry Gutov2019-12-291-1/+3
* Extract xref-matches-in-files from project--find-regexp-in-filesDmitry Gutov2019-12-291-47/+1
* project--vc-list-files: Recurse into submodulesDmitry Gutov2019-12-271-8/+43
* ; project--find-regexp-in-files: Avoid prepending remote-id twice (bug#34343)Dmitry Gutov2019-12-271-1/+1
* ; Clarify the assumptionDmitry Gutov2019-12-261-1/+2
* project--find-regexp-in-files: Support remote filesDmitry Gutov2019-12-261-1/+7
* project-find-regexp: Default to symbol at pointDmitry Gutov2019-12-091-3/+2
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-1/+1
* (project--vc-list-files): Make sure to expand file namesDmitry Gutov2019-10-051-4/+4
* (project--vc-list-files): Optimize the Hg implementationDmitry Gutov2019-10-041-10/+6
* ; Fix reported warningsDmitry Gutov2019-10-041-1/+5
* Use file-name-as-directoryDmitry Gutov2019-10-041-2/+2
* Speed up project-files for Git projectsDmitry Gutov2019-10-041-1/+62
* project.el compilation warning fixLars Ingebrigtsen2019-06-131-0/+2
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsDmitry Gutov2019-05-241-2/+2
|\
| * Revert recent project-find-file changeStephen Leake2019-05-201-2/+2
* | Support "reverting" Xref buffers (bug#35702)Dmitry Gutov2019-05-241-3/+7
|/
* Minor updates to project.elStephen Leake2019-05-191-3/+3
* Add docstring to project--read-file-cpd-relativeBasil L. Contovounesios2019-05-161-0/+4
* * lisp/progmodes/project.el (project-read-file-name-function): Fix type.Juri Linkov2019-05-141-5/+6
* Allow customizing the display of project file names when readingDmitry Gutov2019-05-141-42/+53
* Allow project-find-regexp'ing inside an ignored dirDmitry Gutov2019-05-031-1/+1
* Fix project-find-regexp search for '--'Dmitry Gutov2019-04-251-1/+1
* Sort files in the default impl of project-files alphabeticallyDmitry Gutov2019-04-151-1/+2
* project--find-regexp-in-files: Use 'grep -E'Dmitry Gutov2019-03-111-1/+1
* Rename project-query-replace to project-query-replace-regexpDmitry Gutov2019-02-141-1/+1
* Avoid unnecessary consing in project--files-in-directoryDmitry Gutov2019-02-071-3/+11
* Rename multifile.el to fileloop.elDmitry Gutov2019-02-071-7/+7
* ; project-ignores: Add some TODOsDmitry Gutov2019-02-071-0/+2
* Fix Bug#34221Felicián Németh2019-02-021-3/+6
* ; Update the commentaryDmitry Gutov2019-01-191-5/+3
* Misc ignore-related project.el changesDmitry Gutov2019-01-191-3/+8
* Rebase project-find-regexp on top of project-filesDmitry Gutov2019-01-181-32/+107
* ; Update the numberDmitry Gutov2019-01-181-1/+1
* Make 'project-files' the "canonical" generic of the twoDmitry Gutov2019-01-181-27/+21
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | project-find-file: Move the common parent directory to the promptDmitry Gutov2018-12-291-11/+26
* | * lisp/multifile.el: New file, extracted from etags.elStefan Monnier2018-09-221-2/+44
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Document how to enter whitespace when using grep-read-filesRobert Pluim2017-11-171-1/+5
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* shell-quote-argument DIR when appropriateDmitry Gutov2016-05-051-1/+2
* Revert "Don't use 'find-program'"Eli Zaretskii2016-04-211-2/+2
* Don't use 'find-program'Eli Zaretskii2016-04-111-2/+2
* Add a `transient' project typeDmitry Gutov2016-04-071-2/+8
* Don't fiddle with DEFAULTDmitry Gutov2016-01-301-3/+4
* Improve project-find-file yet again!Dmitry Gutov2016-01-301-36/+51