index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
progmodes
/
project-tests.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2026-01-01
Allow project-vc-ignores to be applied in more cases
Dmitry Gutov
2025-12-21
; Fix a typo in a project.el test (bug#79809)
Eli Zaretskii
2025-12-21
project-vc-supports-project-in-different-dir: Tune the expectation for 'find'
Dmitry Gutov
2025-12-14
Relax the condition on the values of DIRS in project-files
Dmitry Gutov
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-11-01
project-tests: Add test assertion for bug#73801
Dmitry Gutov
2024-05-12
Fix 'C-u C-x p g' globally and 'A' in dired-mode
Dmitry Gutov
2024-05-05
project-find-regexp: Fix test
Dmitry Gutov
2024-05-05
New variable 'project-files-relative-names'
Dmitry Gutov
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-09-06
(project-try-vc): When found non-VC project root, still search for the backend
Dmitry Gutov
2023-01-28
Make project-current not error out inside non-existent dirs
Dmitry Gutov
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-12-10
; Fix two byte-compiler warnings
Stefan Kangas
2022-12-09
Bring back the project--value-in-dir logic
Dmitry Gutov
2022-12-01
; Fix test failure on CI
Dmitry Gutov
2022-12-01
New user option: project-vc-extra-root-markers
Dmitry Gutov
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-11-06
Replace some macros with ert-with-temp-(file|directory)
Stefan Kangas
2021-09-06
project--files-in-directory: Fix handling of ignores
Dmitry Gutov
2021-05-17
Add a unit test to reproduce Bug#48471.
Philipp Stephani
2021-04-18
Factor out a helper macro to create a temporary directory.
Philipp Stephani
2021-04-18
Add quoted filename support to 'project-find-regexp' (Bug#47799).
Philipp Stephani
2021-04-18
Extend project test so that 'project-current' works.
Philipp Stephani
2021-04-18
Skip a unit test that requires an external program if necessary.
Philipp Stephani
2021-04-15
Improve project support for quoted directory names (Bug#47799)
Philipp Stephani