summaryrefslogtreecommitdiff
path: root/lisp/progmodes/project.el
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix the previous change"Dmitry Gutov2021-02-061-2/+2
* Merge from origin/emacs-27Glenn Morris2021-02-061-2/+2
|\
| * Fix the previous changeDmitry Gutov2021-02-051-2/+2
| * Bind default-directory to the project rootDmitry Gutov2021-02-041-0/+2
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Bind default-directory to the project rootDmitry Gutov2021-02-041-0/+2
* | Allow project/xref packages to be used in Emacs 26.1João Távora2021-01-281-2/+2
* | Move the ‘declare’ form before the interactive spec in 10 functions.Juri Linkov2021-01-201-3/+3
* | Declare some project commands interactive-onlyDmitry Gutov2021-01-191-0/+3
* | Change default-directory before prompting in project-compileKévin Le Gouguec2021-01-161-14/+5
* | Proof some searches and file listings against symlinksDmitry Gutov2021-01-061-1/+2
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Jamie Beardslee <beardsleejamie@gmail.com>Dmitry Gutov2020-12-201-0/+9
* | ; * lisp/progmodes/project.el (project-switch-use-entire-map): TypoMattias Engdegård2020-12-141-1/+1
* | Remove the duplication from project-switch-commands's configDmitry Gutov2020-12-131-19/+65
* | Bump project.el versionDmitry Gutov2020-12-131-1/+1
* | Allow specifying the project to switch to programmaticallyDmitry Gutov2020-12-091-5/+7
* | Improve .gitignore and project-vc-ignores handlingDmitry Gutov2020-12-021-10/+41
* | Use project--value-in-dirDmitry Gutov2020-12-021-3/+4
* | Improve docstringsDmitry Gutov2020-11-301-2/+6
* | project-or-external-find-file doc string fixLars Ingebrigtsen2020-11-141-2/+1
* | Clarify project-find-file doc stringLars Ingebrigtsen2020-11-121-2/+1
* | * lisp/progmodes/project.el: Don't truncate the saved project list.Juri Linkov2020-11-081-1/+3
* | * lisp/progmodes/project.el (project--files-in-directory): Fix formattingManuel Uberti2020-11-041-2/+2
* | Fix undefined function in project-compileLars Ingebrigtsen2020-10-151-0/+1
* | Mention two more functions in the commentaryDmitry Gutov2020-10-081-0/+3
* | ; Fix typosStefan Kangas2020-09-211-2/+2
* | Fix typo in project-kill-buffersStefan Kangas2020-09-181-1/+1
* | Fix typo, reported by Manuel UbertiDmitry Gutov2020-09-181-1/+1
* | Unbreak project.el, the GNU Elpa package, for Emacs 26.3João Távora2020-09-031-2/+4
* | Add commands to run shell commands in project rootStefan Kangas2020-08-281-0/+16
* | Unbreak project-find-regexp in Emacs 26.3 (bug#42765)Dmitry Gutov2020-08-141-20/+2
* | Remove usages of assoc-delete-all in project.elPhilip K2020-08-061-3/+5
* | Replace project-kill-buffers-ignores with project-kill-buffer-conditionsPhilip K2020-07-291-27/+102
* | Fix argument referenceDmitry Gutov2020-07-271-1/+1
* | Move project--value-in-dir to a different sectionDmitry Gutov2020-07-271-7/+7
* | Bind switch-to-buffer-obey-display-actions to tDmitry Gutov2020-07-271-0/+1
* | Add project other place commandsSean Whitton2020-07-271-0/+67
* | Add project-display-buffer and project-display-buffer-other-frameSean Whitton2020-07-271-1/+28
* | Factor out project--read-project-buffer from project-switch-bufferSean Whitton2020-07-271-15/+17
* | project-remember-project: New public functionDmitry Gutov2020-07-251-2/+3
* | ; project.el: Talk about equalityDmitry Gutov2020-07-201-2/+5
* | project.el: Add more docs and two new key bindingsDmitry Gutov2020-07-201-7/+64
* | Add missing 'require'.Philipp Stephani2020-07-191-0/+1
* | ;* lisp/progmodes/project.el (project-current): Doc fix.Eli Zaretskii2020-07-121-1/+2
* | ; Roll back certain doc changes; clarify what "transient" isDmitry Gutov2020-07-121-7/+9
* | Fix last doc changes in project.elEli Zaretskii2020-07-121-8/+12
* | project-kill-buffers: Update the docstring tooDmitry Gutov2020-07-121-0/+2
* | More docstring updates in project.elDmitry Gutov2020-07-121-9/+9
* | Another minor improvement of project.el doc stringsEli Zaretskii2020-07-111-13/+26