summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-11-04 18:57:45 +0100
committerPhilip Kaludercic <philipk@posteo.net>2022-11-04 18:57:45 +0100
commit5fa2f116799b8a7c17ff6eedd6e1b1af077c116b (patch)
treeb42de964147653e6b0e6e5f2082618bf3634acc2 /etc/NEWS
parent616aa23d8a130a664a2ce3bb05f3518ce0f5a018 (diff)
parentf762c5bb2c96ec9608807bf3c1e3655fb59fc4d6 (diff)
downloademacs-5fa2f116799b8a7c17ff6eedd6e1b1af077c116b.tar.gz
Merge branch 'feature/package+vc'
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS38
1 files changed, 30 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f3a5836..edeb8fc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1553,6 +1553,36 @@ These commands can be useful if the ".elc" files are out of date
If no packages are marked, 'x' will install the package under point if
it isn't already, and remove it if it is installed.
++++
+*** New command 'package-vc-install'
+Packages can now be installed directly from source by cloning from a
+repository.
+
++++
+*** New command 'package-vc-link-directory'
+An existing checkout can now be loaded via package.el, by creating a
+symbolic link from the usual package directory to the checkout.
+
++++
+*** New command 'package-vc-checkout'
+Used to fetch the source of a package by cloning a repository without
+activating the package.
+
++++
+*** New command 'package-vc-prepare-patch'
+This command allows you to send patches to package maintainers, for
+packages checked out using 'package-vc-install'.
+
++++
+*** New command 'package-report-bug'
+This command helps you compose an email for sending bug reports to
+package maintainers.
+
++++
+*** New user option 'package-vc-selected-packages'
+By customising this user option you can specify specific packages to
+install.
+
** Emacs Sessions (Desktop)
+++
@@ -4251,11 +4281,3 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
-
-
-Local variables:
-coding: utf-8
-mode: outline
-mode: emacs-news
-paragraph-separate: "[ ]*$"
-end: