diff options
| author | Simen Heggestøyl | 2020-05-18 18:17:10 +0200 |
|---|---|---|
| committer | Simen Heggestøyl | 2020-05-26 17:41:44 +0200 |
| commit | 0db801a3adf8e8584c9b071764200259336a8434 (patch) | |
| tree | c0f5afc6d4bd2c8891b8ba7fe8abc350aad2e00e /etc | |
| parent | 70824683fd996a78d417e2d12b9f6bf162c364d6 (diff) | |
| download | emacs-0db801a3adf8e8584c9b071764200259336a8434.tar.gz emacs-0db801a3adf8e8584c9b071764200259336a8434.zip | |
Update the Emacs manual with recent project.el changes
* doc/emacs/maintaining.texi (Projects): Add a menu.
(Project File Commands): New subsection describing project file
commands (moved here from 'Working with Projects'). Describe the new
commands 'project-dired' and 'project-eshell'.
(Switching Projects): New subsection.
* etc/NEWS: Mention project.el changes.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
| @@ -389,6 +389,19 @@ information, see the related entry about 'shr-browse-url' above. | |||
| 389 | 389 | ||
| 390 | *** New user option 'project-vc-merge-submodules'. | 390 | *** New user option 'project-vc-merge-submodules'. |
| 391 | 391 | ||
| 392 | *** Previously used project directories are now are now completed by | ||
| 393 | all commands that prompt for a project directory. | ||
| 394 | |||
| 395 | +++ | ||
| 396 | *** New commands 'project-dired' and 'project-eshell'. | ||
| 397 | These commands run Dired and Eshell in a project's root directory, | ||
| 398 | respectively. | ||
| 399 | |||
| 400 | +++ | ||
| 401 | *** New command 'project-switch-project'. | ||
| 402 | This command lets you "switch" to another project by running a project | ||
| 403 | command chosen from a dispatch menu. | ||
| 404 | |||
| 392 | ** json.el | 405 | ** json.el |
| 393 | 406 | ||
| 394 | --- | 407 | --- |