summaryrefslogtreecommitdiff
path: root/lisp/progmodes/project.el
Commit message (Expand)AuthorAgeFilesLines
* Add new file completion tables, change project.el to allow using themscratch/project-uniquify-filesStephen Leake2019-04-251-44/+26
* 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
* Fix typo in previous commitsStephen Leake2016-01-291-1/+1
* Improve project-find-fileStephen Leake2016-01-291-31/+47
* * lisp/progmodes/project.el (project--read-regexp): Quote the identifier.Dmitry Gutov2016-01-181-3/+2
* Add some missing version tags.Glenn Morris2016-01-121-1/+2
* Document user-level functions in project.elEli Zaretskii2016-01-091-0/+8
* Fix two project-find-file issuesDmitry Gutov2016-01-081-1/+5
* ; Add NEWS entry for project.elDmitry Gutov2016-01-081-0/+5
* Add project-find-file and project-or-external-find-fileDmitry Gutov2016-01-071-4/+44
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Spelling fixPaul Eggert2015-12-281-1/+1
* ; * lisp/progmodes/project.el: Update TODODmitry Gutov2015-12-291-3/+13
* Rename project-library-roots to project-external-rootsDmitry Gutov2015-12-281-72/+106
* Update project-find-regexp for the new xref APIDmitry Gutov2015-11-151-3/+2
* Spelling fixesPaul Eggert2015-11-101-1/+1
* ; project-library-roots-function: Update the FIXMEDmitry Gutov2015-11-101-2/+3
* * lisp/progmodes/project.el: Update Commentary.Dmitry Gutov2015-11-101-1/+2
* Fold `project-ask-user' into `project-current'Dmitry Gutov2015-11-101-14/+20
* Remove dirs in vc project roots from the the vc project library rootsDmitry Gutov2015-11-081-6/+9
* ; project-library-roots: Update docstringDmitry Gutov2015-11-081-3/+3
* Move and rename xref-find-regexp to the project packageDmitry Gutov2015-11-081-0/+49
* Rename "search path" to "library roots"Dmitry Gutov2015-11-061-41/+68
* Add project-vc-search-path and project-vc-ignoresDmitry Gutov2015-08-101-4/+34