aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/project.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better project-find-file error in empty projectBasil L. Contovounesios9 days1-1/+4
* Fix arguments to project--buffer-check when reading a project bufferSteven Allen2026-02-231-4/+4
* Use git ls-files --deduplicate in project.el (bug#80409)Basil L. Contovounesios2026-02-201-13/+14
* project--delete-zombie-projects: Bind tramp-error-show-message-timeout to nilDmitry Gutov2026-02-171-9/+11
* project.el: Fix in submodules with nonexistent git root (bug#80402)Heinz Fridolin2026-02-151-0/+1
* Fix project-buffers error on buffers with nil default-directoryYikai Zhao2026-02-151-3/+3
* vc-find-backend-function: Require vc for default implementationsSean Whitton2026-02-141-1/+1
* Improve project-vc-*cache-timeout docstringsDmitry Gutov2026-02-101-4/+6
* Do cache and timed invalidation in "VC-aware" project backendDmitry Gutov2026-02-101-35/+98
* Amend previous to avoid remote call in project--remove-from-project-listDmitry Gutov2026-02-101-2/+3
* project--delete-zombie-projects: Handle "Tramp failed to connect"Dmitry Gutov2026-02-091-1/+6
* Customizable xref-references-in-directory backendDaniel Mendler2026-01-281-0/+1
* ; Fix indentation in project.elDmitry Gutov2026-01-241-1/+2
* Stop project-query-replace-regexp failing on directory symlinksDmitry Gutov2026-01-241-4/+9
* ; Update Project documentation due to recent changesEli Zaretskii2026-01-151-3/+3
* * lisp/progmodes/project.el: Improve performance of 'project-mode-line'.Juri Linkov2026-01-141-6/+32
* (project-files): Revert part of commit 6c832af15705Stefan Monnier2026-01-091-3/+1
* * lisp/progmodes/project.el (Version): Bump to 0.11.2João Távora2026-01-041-1/+1
* Fix indentation in some project.el functionsDmitry Gutov2026-01-021-87/+87
* project-files<vc>: Fix 'void-function vc-git--program-version'Dmitry Gutov2026-01-021-0/+2
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Allow project-vc-ignores to be applied in more casesDmitry Gutov2026-01-011-7/+12
* project-vc: Provide default implementation of `project-list-files`Stefan Monnier2025-12-311-51/+51
* ; * lisp/progmodes/project.el (vc-git-project-list-files): Fix a typo.Eli Zaretskii2025-12-191-1/+1
* Re-introduce fallback to 'find' for extra ignores with older GitDmitry Gutov2025-12-191-0/+4
* Revert "vc-git-project-list-files: Restore support for Git < 2.13"Dmitry Gutov2025-12-191-25/+24
* Fix "No such file or directory" "vc-nil" in project-filesDmitry Gutov2025-12-181-1/+2
* vc-git-project-list-files: Restore support for Git < 2.13Dmitry Gutov2025-12-181-24/+25
* project-files: Add the 'else' case to the previous changeDmitry Gutov2025-12-141-1/+4
* Make project--vc-list-files extensibleDmitry Gutov2025-12-141-113/+116
* Relax the condition on the values of DIRS in project-filesDmitry Gutov2025-12-141-3/+3
* ; * lisp/progmodes/project.el (project-compile): Fix last change.Sean Whitton2025-11-301-2/+3
* Cache VC incoming revisionsSean Whitton2025-11-301-0/+2
* project-compile: Don't let-bind compile-commandSean Whitton2025-11-301-12/+20
* Fix project-prompt-project-name with (choose a dir)Dmitry Gutov2025-11-271-2/+2
* project-compile: Ignore compile-command from vc-compilation-modeSean Whitton2025-11-061-1/+8
* ; project-prompt-project-name: Fix pcase usage.Sean Whitton2025-10-011-2/+2
* VC: Allow deleting or moving current working treeSean Whitton2025-09-301-26/+41
* Better 'project-buffer' completion category defaults in Emacs <= 30Dmitry Gutov2025-09-101-3/+5
* ; * lisp/progmodes/project.el: Restore backward compatibility.Eshel Yaron2025-09-081-2/+3
* Make C-x v w w work in Log View mode, to change working directorySean Whitton2025-09-081-0/+22
* project--read-project-buffer: Fix creating new bufferDmitry Gutov2025-09-071-1/+2
* Support completion category inheritanceEshel Yaron2025-09-031-0/+3
* Have project-switch-to-buffer use a distinct completion categoryDmitry Gutov2025-08-241-1/+1
* Follow-up to previous changes in project--read-project-bufferDmitry Gutov2025-08-241-28/+43
* project: Improve pruning of zombie projects.Elías Gabriel Pérez2025-08-211-22/+43
* VC other working trees: avoid reordering project--listSean Whitton2025-08-081-10/+18
* Generalize finding project matching files to other major modesSean Whitton2025-08-081-24/+87
* Allow numbered buffer selection for project-shellPaul Nelson2025-08-061-11/+17
* project-prompter: New PREDICATE and REQUIRE-KNOWN argumentsSean Whitton2025-08-041-13/+42