summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/project-tests.el
AgeCommit message (Expand)Author
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-21; Fix a typo in a project.el test (bug#79809)Eli Zaretskii
2025-12-21project-vc-supports-project-in-different-dir: Tune the expectation for 'find'Dmitry Gutov
2025-12-14Relax the condition on the values of DIRS in project-filesDmitry Gutov
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-01project-tests: Add test assertion for bug#73801Dmitry Gutov
2024-05-12Fix 'C-u C-x p g' globally and 'A' in dired-modeDmitry Gutov
2024-05-05project-find-regexp: Fix testDmitry Gutov
2024-05-05New variable 'project-files-relative-names'Dmitry Gutov
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-06(project-try-vc): When found non-VC project root, still search for the backendDmitry Gutov
2023-01-28Make project-current not error out inside non-existent dirsDmitry Gutov
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-10; Fix two byte-compiler warningsStefan Kangas
2022-12-09Bring back the project--value-in-dir logicDmitry Gutov
2022-12-01; Fix test failure on CIDmitry Gutov
2022-12-01New user option: project-vc-extra-root-markersDmitry Gutov
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-06Replace some macros with ert-with-temp-(file|directory)Stefan Kangas
2021-09-06project--files-in-directory: Fix handling of ignoresDmitry Gutov
2021-05-17Add a unit test to reproduce Bug#48471.Philipp Stephani
2021-04-18Factor out a helper macro to create a temporary directory.Philipp Stephani
2021-04-18Add quoted filename support to 'project-find-regexp' (Bug#47799).Philipp Stephani
2021-04-18Extend project test so that 'project-current' works.Philipp Stephani
2021-04-18Skip a unit test that requires an external program if necessary.Philipp Stephani
2021-04-15Improve project support for quoted directory names (Bug#47799)Philipp Stephani