aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDmitry Gutov2020-06-03 01:10:16 +0300
committerDmitry Gutov2020-06-03 01:10:16 +0300
commitf3dd3ddd9e7d0f64ed46c55f92db3f7d69cbfe42 (patch)
tree33b02adcd211173e3a8724022404b5675ed25888 /etc
parent1fe1c84b188336e5a94b77f64d5906beac3446f2 (diff)
downloademacs-f3dd3ddd9e7d0f64ed46c55f92db3f7d69cbfe42.tar.gz
emacs-f3dd3ddd9e7d0f64ed46c55f92db3f7d69cbfe42.zip
; NEWS updates
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 36ef3509b23..ed4722b27f5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -415,11 +415,15 @@ all commands that prompt for a project directory.
415These commands run Dired/VC-Dir and Shell/Eshell in a project's root directory, 415These commands run Dired/VC-Dir and Shell/Eshell in a project's root directory,
416respectively. 416respectively.
417 417
418*** New command 'project-compile', which runs compilation.
419
418+++ 420+++
419*** New command 'project-switch-project'. 421*** New command 'project-switch-project'.
420This command lets you "switch" to another project and run a project 422This command lets you "switch" to another project and run a project
421command chosen from a dispatch menu. 423command chosen from a dispatch menu.
422 424
425*** New user option 'project-list-file'.
426
423** json.el 427** json.el
424 428
425--- 429---