aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Write project list to file only when changedSimen Heggestøyl2020-06-021-6/+7
* Remove 'project--ensure-file-exists'Simen Heggestøyl2020-06-021-16/+11
* Merge from origin/emacs-27Paul Eggert2020-06-011-1/+1
|\
| * CC Mode: Fix bug #39972, by fixing c-display-defun-name for nested defunsAlan Mackenzie2020-05-221-1/+1
* | * lisp/progmodes/project.el (project-vc-dir, project-shell): New commands.Juri Linkov2020-06-021-5/+31
* | ; Fix some recent byte-compilation warningsBasil L. Contovounesios2020-06-011-1/+1
* | Bug #41061 patch: Fix typos and amend code slightlyAlan Mackenzie2020-06-011-11/+11
* | Change xref-find-apropos to pass PATTERN to backend verbatimDmitry Gutov2020-06-013-13/+28
* | Don't return transient projects with MAYBE-PROMPT=nilDmitry Gutov2020-05-301-4/+5
* | project-prompt-project-dir: Use more consistent promptsDmitry Gutov2020-05-291-2/+2
* | ; project.el: Update TODODmitry Gutov2020-05-291-3/+1
* | Merge branch 'feature/project-switching'Simen Heggestøyl2020-05-281-9/+148
|\ \
| * | Simplify the previous commitSimen Heggestøyl2020-05-271-5/+4
| * | Avoid adding the empty string to the project listSimen Heggestøyl2020-05-261-3/+4
| * | Adapt project functions to the new 'project-root'Simen Heggestøyl2020-05-261-11/+9
| * | Teach project-current to inhibit the promptDmitry Gutov2020-05-261-2/+7
| * | Rename 'project-switch-menu' to 'project-switch-commands'Simen Heggestøyl2020-05-261-6/+6
| * | Simplify 'project--keymap-prompt' a bitSimen Heggestøyl2020-05-261-8/+7
| * | Turn project switch menu var into a public alistSimen Heggestøyl2020-05-261-38/+26
| * | Change dispatch binding of 'project-find-regexp'Simen Heggestøyl2020-05-261-1/+1
| * | Integrate project-switch-project with project-find-regexpDmitry Gutov2020-05-261-1/+4
| * | Move project-dired and project-eshell higherDmitry Gutov2020-05-261-15/+15
| * | Use an alist instead of a keymapDmitry Gutov2020-05-261-11/+13
| * | Improve project name completionDmitry Gutov2020-05-261-2/+6
| * | Simplify a little, and avoid duplicate commandsDmitry Gutov2020-05-261-50/+34
| * | Add project switching functionalitySimen Heggestøyl2020-05-261-8/+164
* | | Introduce some Objective-C 2.0 keywords. This fixes bug #5953Alan Mackenzie2020-05-261-4/+7
|/ /
* | Bump project.el versionDmitry Gutov2020-05-251-1/+1
* | ; More the note about reporting problems further upDmitry Gutov2020-05-251-5/+5
* | Add three C++20 coroutine keywords, co_await, co_yield, and co_returnCarl Lei2020-05-241-1/+3
* | project.el: A project has only one main root nowDmitry Gutov2020-05-232-39/+43
* | Various json.el improvementsBasil L. Contovounesios2020-05-221-5/+16
* | CC Mode: Fix bug #39972, by fixing c-display-defun-name for nested defunsAlan Mackenzie2020-05-201-1/+1
* | which-function-mode: put hook function on after-change-major-mode-hookAlan Mackenzie2020-05-201-47/+50
* | Add project-compile commandPhilip K2020-05-201-0/+12
* | project--vc-list-files: Don't list conflicted files thriceDmitry Gutov2020-05-201-1/+3
* | CC Mode: Allow "static" etc. to be placed after a declaration's type nameAlan Mackenzie2020-05-181-2/+8
* | Update the package versionDmitry Gutov2020-05-181-5/+9
* | Add user option project-vc-merge-submodulesDmitry Gutov2020-05-181-24/+39
* | Don’t attempt to modify constant stringsPaul Eggert2020-05-161-8/+6
* | ; Bump the project.el version to trigger a new releaseDmitry Gutov2020-05-171-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-05-161-3/+4
|\ \ | |/
| * Fix docstring of flymake-make-diagnostic (bug#40351)João Távora2020-05-121-3/+4
* | Remove stale commentsStefan Kangas2020-05-161-4/+0
* | * lisp/progmodes/project.el (project-try-vc): Fix regexp typo.Stefan Monnier2020-05-151-1/+10
* | Fix submodules, second tryDmitry Gutov2020-05-161-5/+3
* | CC Mode: Fix bug #40052, where a very large macro was too slow in scrollingAlan Mackenzie2020-05-152-8/+23
* | Fix Git submodules detection breakageDmitry Gutov2020-05-151-4/+5
* | * lisp/progmodes/xref.el: Fix first line syntaxStefan Monnier2020-05-151-6/+6
* | Use lexical-binding in autoconf.el and add testsSimen Heggestøyl2020-05-151-1/+1