From: Philip Kaludercic Date: Wed, 12 Oct 2022 19:31:20 +0000 (+0200) Subject: * etc/NEWS: Mention package-vc additions X-Git-Tag: emacs-29.0.90~1616^2~307^2~58 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=982c0e6c15535defcf6ac3c4d4169708c60efc18;p=emacs.git * etc/NEWS: Mention package-vc additions --- 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 +++