summaryrefslogtreecommitdiff
path: root/lisp/progmodes/project.el
AgeCommit message (Expand)Author
2026-05-02Project prompters always default to current project, if anySean Whitton
2026-05-01; project.el: Use when-let* not if-let* where appropriate.Sean Whitton
2026-04-07lisp/progmodes/project.el (generator): Don't require at run-timeStefan Monnier
2026-03-13Fix project-recompile directoryBasil L. Contovounesios
2026-03-12Fix window-height of project-kill-buffersBasil L. Contovounesios
2026-02-28Better project-find-file error in empty projectBasil L. Contovounesios
2026-02-23Fix arguments to project--buffer-check when reading a project bufferSteven Allen
2026-02-20Use git ls-files --deduplicate in project.el (bug#80409)Basil L. Contovounesios
2026-02-17project--delete-zombie-projects: Bind tramp-error-show-message-timeout to nilDmitry Gutov
2026-02-15project.el: Fix in submodules with nonexistent git root (bug#80402)Heinz Fridolin
2026-02-15Fix project-buffers error on buffers with nil default-directoryYikai Zhao
2026-02-14vc-find-backend-function: Require vc for default implementationsSean Whitton
2026-02-10Improve project-vc-*cache-timeout docstringsDmitry Gutov
2026-02-10Do cache and timed invalidation in "VC-aware" project backendDmitry Gutov
2026-02-10Amend previous to avoid remote call in project--remove-from-project-listDmitry Gutov
2026-02-09project--delete-zombie-projects: Handle "Tramp failed to connect"Dmitry Gutov
2026-01-28Customizable xref-references-in-directory backendDaniel Mendler
2026-01-24; Fix indentation in project.elDmitry Gutov
2026-01-24Stop project-query-replace-regexp failing on directory symlinksDmitry Gutov
2026-01-15; Update Project documentation due to recent changesEli Zaretskii
2026-01-14* lisp/progmodes/project.el: Improve performance of 'project-mode-line'.Juri Linkov
2026-01-09(project-files): Revert part of commit 6c832af15705Stefan Monnier
2026-01-04* lisp/progmodes/project.el (Version): Bump to 0.11.2João Távora
2026-01-02Fix indentation in some project.el functionsDmitry Gutov
2026-01-02project-files<vc>: Fix 'void-function vc-git--program-version'Dmitry Gutov
2026-01-01; Add 2026 to copyright years.Sean Whitton
2026-01-01Allow project-vc-ignores to be applied in more casesDmitry Gutov
2025-12-31project-vc: Provide default implementation of `project-list-files`Stefan Monnier
2025-12-19; * lisp/progmodes/project.el (vc-git-project-list-files): Fix a typo.Eli Zaretskii
2025-12-19Re-introduce fallback to 'find' for extra ignores with older GitDmitry Gutov
2025-12-19Revert "vc-git-project-list-files: Restore support for Git < 2.13"Dmitry Gutov
2025-12-18Fix "No such file or directory" "vc-nil" in project-filesDmitry Gutov
2025-12-18vc-git-project-list-files: Restore support for Git < 2.13Dmitry Gutov
2025-12-14project-files: Add the 'else' case to the previous changeDmitry Gutov
2025-12-14Make project--vc-list-files extensibleDmitry Gutov
2025-12-14Relax the condition on the values of DIRS in project-filesDmitry Gutov
2025-11-30; * lisp/progmodes/project.el (project-compile): Fix last change.Sean Whitton
2025-11-30Cache VC incoming revisionsSean Whitton
2025-11-30project-compile: Don't let-bind compile-commandSean Whitton
2025-11-27Fix project-prompt-project-name with (choose a dir)Dmitry Gutov
2025-11-06project-compile: Ignore compile-command from vc-compilation-modeSean Whitton
2025-10-01; project-prompt-project-name: Fix pcase usage.Sean Whitton
2025-09-30VC: Allow deleting or moving current working treeSean Whitton
2025-09-10Better 'project-buffer' completion category defaults in Emacs <= 30Dmitry Gutov
2025-09-08; * lisp/progmodes/project.el: Restore backward compatibility.Eshel Yaron
2025-09-08Make C-x v w w work in Log View mode, to change working directorySean Whitton
2025-09-07project--read-project-buffer: Fix creating new bufferDmitry Gutov
2025-09-03Support completion category inheritanceEshel Yaron
2025-08-24Have project-switch-to-buffer use a distinct completion categoryDmitry Gutov
2025-08-24Follow-up to previous changes in project--read-project-bufferDmitry Gutov