aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSimen Heggestøyl2020-05-28 17:02:17 +0200
committerSimen Heggestøyl2020-05-28 17:02:17 +0200
commitd97f224fd0db2ee13150ec7c4d6311eab48cda9e (patch)
tree06417974e77ae3e27683f08a6508badc87ceb96d /etc
parent2bdb2cd10d08a1d9c9a187c7d967fdc64b8e6743 (diff)
parent9823c66b885c0c310061489bd732f3888a802b01 (diff)
downloademacs-d97f224fd0db2ee13150ec7c4d6311eab48cda9e.tar.gz
emacs-d97f224fd0db2ee13150ec7c4d6311eab48cda9e.zip
Merge branch 'feature/project-switching'
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ac65b320041..32b4435fdac 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -395,6 +395,19 @@ information, see the related entry about 'shr-browse-url' above.
395 395
396*** New user option 'project-vc-merge-submodules'. 396*** New user option 'project-vc-merge-submodules'.
397 397
398*** Previously used project directories are now suggested by
399all commands that prompt for a project directory.
400
401+++
402*** New commands 'project-dired' and 'project-eshell'.
403These commands run Dired and Eshell in a project's root directory,
404respectively.
405
406+++
407*** New command 'project-switch-project'.
408This command lets you "switch" to another project and run a project
409command chosen from a dispatch menu.
410
398** json.el 411** json.el
399 412
400--- 413---