aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/project.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify 'project--keymap-prompt' a bitSimen Heggestøyl2020-05-261-8/+7
* Turn project switch menu var into a public alistSimen Heggestøyl2020-05-261-38/+26
* Change dispatch binding of 'project-find-regexp'Simen Heggestøyl2020-05-261-1/+1
* Integrate project-switch-project with project-find-regexpDmitry Gutov2020-05-261-1/+4
* Move project-dired and project-eshell higherDmitry Gutov2020-05-261-15/+15
* Use an alist instead of a keymapDmitry Gutov2020-05-261-11/+13
* Improve project name completionDmitry Gutov2020-05-261-2/+6
* Simplify a little, and avoid duplicate commandsDmitry Gutov2020-05-261-50/+34
* Add project switching functionalitySimen Heggestøyl2020-05-261-8/+164
* Bump project.el versionDmitry Gutov2020-05-251-1/+1
* ; More the note about reporting problems further upDmitry Gutov2020-05-251-5/+5
* project.el: A project has only one main root nowDmitry Gutov2020-05-231-37/+41
* Add project-compile commandPhilip K2020-05-201-0/+12
* project--vc-list-files: Don't list conflicted files thriceDmitry Gutov2020-05-201-1/+3
* Update the package versionDmitry Gutov2020-05-181-5/+9
* Add user option project-vc-merge-submodulesDmitry Gutov2020-05-181-24/+39
* ; Bump the project.el version to trigger a new releaseDmitry Gutov2020-05-171-1/+1
* * lisp/progmodes/project.el (project-try-vc): Fix regexp typo.Stefan Monnier2020-05-151-1/+10
* Fix submodules, second tryDmitry Gutov2020-05-161-5/+3
* Fix Git submodules detection breakageDmitry Gutov2020-05-151-4/+5
* Improve detection of Git submodulesDmitry Gutov2020-05-151-3/+18
* Turn Eldoc, Xref and Project into GNU ELPA :core packagesJoão Távora2020-05-131-0/+5
* Expand file name for remote dirs as wellDmitry Gutov2020-04-291-8/+6
* Fix project.el commands in "transient" projectsEli Zaretskii2020-04-291-17/+21
* Handle project--files-in-directory finding no files betterDmitry Gutov2020-03-301-0/+2
* Improve documentation of project.el commandsEli Zaretskii2020-03-211-4/+7
* 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