From 982c0e6c15535defcf6ac3c4d4169708c60efc18 Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philipk@posteo.net>
Date: Wed, 12 Oct 2022 21:31:20 +0200
Subject: [PATCH] * etc/NEWS: Mention package-vc additions

---
 etc/NEWS | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index ca857056fd8..ab7145b0d97 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1551,6 +1551,31 @@ 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-prepare-patch'
+This command allows you to send patches to package maintainers, for
+packages checked out using 'package-vc-install'.
+
++++
+*** New command 'package-contact-maintainer'
+This command gives you a generic way to send messages to package
+maintainers.
+
++++
+*** New command 'package-report-bug'
+This command helps you compose an email for sending bug reports to
+package maintainers.
+
 ** Miscellaneous
 
 +++
-- 
2.39.5