diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2022-11-04 18:57:45 +0100 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2022-11-04 18:57:45 +0100 |
| commit | 5fa2f116799b8a7c17ff6eedd6e1b1af077c116b (patch) | |
| tree | b42de964147653e6b0e6e5f2082618bf3634acc2 /etc/NEWS | |
| parent | 616aa23d8a130a664a2ce3bb05f3518ce0f5a018 (diff) | |
| parent | f762c5bb2c96ec9608807bf3c1e3655fb59fc4d6 (diff) | |
| download | emacs-5fa2f116799b8a7c17ff6eedd6e1b1af077c116b.tar.gz | |
Merge branch 'feature/package+vc'
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 38 |
1 files changed, 30 insertions, 8 deletions
@@ -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: |
