aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/project.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* project-kill-buffers can display list of buffers to killMatthias Meulien2021-11-291-4/+34
* Special-case the "Permission denied" messagesDmitry Gutov2021-10-151-1/+9
* Add new argument INCLUDE-ALL to project-find-fileDmitry Gutov2021-10-141-11/+32
* Avoid mapping file names through 'substring'Dmitry Gutov2021-10-101-10/+15
* Bump project.el versionDmitry Gutov2021-10-051-1/+1
* Add aggregate project discovery and maintenance functionsPhilip Kaludercic2021-09-231-3/+69
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-2/+2
* Put './' in the project directory completionsDmitry Gutov2021-09-221-0/+6
* Rename project-remove-known-project to project-forget-projectDmitry Gutov2021-09-211-1/+1
* New command: project-find-dirDmitry Gutov2021-09-211-2/+23
* Bump lisp/progmodes/project.el version to 0.7.1João Távora2021-09-141-1/+1
* Use the term "future history" rather than "default"Dmitry Gutov2021-09-141-15/+21
* Make sure to return some valid project rootDmitry Gutov2021-09-141-1/+4
* Support specifying just one command in project-switch-commandsDmitry Gutov2021-09-071-17/+28
* project--files-in-directory: Fix handling of ignoresDmitry Gutov2021-09-061-6/+6
* Avoid failing if vc backend doesn't implement ignore-completion-tablePhilip Kaludercic2021-08-311-1/+3
* ; * lisp/progmodes/project.el: Fix punctuation in the commentary.Eli Zaretskii2021-08-211-1/+1
* Speed up project--read-project-buffer in remote buffersDmitry Gutov2021-08-211-5/+35
* project.el: Bump the versionDmitry Gutov2021-08-081-1/+1
* Add colon-space after promptDmitry Gutov2021-08-061-1/+1
* Change how project-find-file's completion worksDmitry Gutov2021-08-061-17/+10
* * lisp/progmodes/project.el (project-switch-project): Use 'let*' (bug#49635).Juri Linkov2021-08-011-2/+2
* Fix find invocation for macOS (Bug#48471).Philipp Stephani2021-05-231-3/+2
* Shell-quote the directory when finding a project's filesJim Porter2021-05-061-2/+3
* project--buffer-list: Tighten the checkDmitry Gutov2021-05-061-3/+5
* project--buffer-list: Avoid Tramp buffers when possiblePhilip K2021-05-041-4/+7
* * lisp/progmodes/project.el: Also bump version.Dmitry Gutov2021-04-291-1/+1
* * lisp/progmodes/project.el: Use project-prefixed-buffer-name in more places.Juri Linkov2021-04-251-8/+3
* Misc changesDmitry Gutov2021-04-231-4/+4
* Introduce project-compilation-buffer-name-functionIvan Sokolov2021-04-231-1/+22
* Move part of the fix from project to xrefDmitry Gutov2021-04-221-5/+1
* Add quoted filename support to 'project-find-regexp' (Bug#47799).Philipp Stephani2021-04-181-1/+5
* Improve quoting of directory names in project/xrefDmitry Gutov2021-04-161-3/+2
* project--files-in-directory: Handle errors reported by 'find'Dmitry Gutov2021-04-161-2/+8
* Improve project support for quoted directory names (Bug#47799)Philipp Stephani2021-04-151-3/+7
* Add explicit support for C-g or ESC ESC ESC after keymap promptDmitry Gutov2021-04-071-1/+5
* Allow complex key bindings in project-switch-projectDario Gjorgjevski2021-04-071-16/+20
* Do not search the global keymap in project--keymap-promptDario Gjorgjevski2021-04-051-1/+1
* Fix C-u project-find-regexp's default dirDmitry Gutov2021-04-021-2/+3
* * lisp/progmodes/project.el (project-regexp-history-variable): New variable.Juri Linkov2021-03-291-1/+4
* Fix typoDmitry Gutov2021-03-251-1/+1
* Add command project-remove-known-projectTheodor Thornhill2021-03-251-6/+17
* Use pop-to-buffer-same-window for shellTheodor Thornhill2021-03-211-1/+1
* Leave signaling the exact error to cl-generic's internalsDmitry Gutov2021-03-181-4/+6
* Stop project-root from going into infinite recursionDmitry Gutov2021-03-171-2/+7
* ; Fix some typos.Basil L. Contovounesios2021-03-111-1/+1
* (project-switch-commands): Remove the ###autoload instructionDmitry Gutov2021-03-101-1/+0
* Strip text properties from the default stringDmitry Gutov2021-03-091-1/+1
* Use `pop-to-buffer-same-window' in `project-eshell'Simen Heggestøyl2021-03-081-1/+1
* Revert "Fix the previous change"Dmitry Gutov2021-02-061-2/+2