From: Eli Zaretskii Date: Fri, 28 Apr 2023 05:26:39 +0000 (+0300) Subject: ; * etc/NEWS: Followup to bug#62720. X-Git-Tag: emacs-29.0.91~84 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9e06330f7545aaf31e8fb4303cdeea044a8413b;p=emacs.git ; * etc/NEWS: Followup to bug#62720. --- diff --git a/etc/NEWS b/etc/NEWS index ae4c5ffb842..1f0c74d3a93 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1845,11 +1845,16 @@ this includes "binary" buffers like 'archive-mode' and 'image-mode'. +++ *** New command 'package-upgrade'. This command allows you to upgrade packages without using 'M-x -list-packages'. +list-packages'. A package that comes with the Emacs distribution can +only be upgraded after you install it, once, a newer version from ELPA +via the package-menu displayed by 'list-packages'. +++ *** New command 'package-upgrade-all'. This command allows upgrading all packages without any queries. +A package that comes with the Emacs distribution will only be upgraded +by this command after you install, once, a newer version of that +package from ELPA via the package-menu displayed by 'list-packages'. +++ *** New commands 'package-recompile' and 'package-recompile-all'.