]> code.delx.au - gnu-emacs/commitdiff
etc/NEWS: Mention the new second parameter to `package-install'
authorKaushal Modi <kaushal.modi@gmail.com>
Wed, 24 Feb 2016 02:30:30 +0000 (13:30 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 24 Feb 2016 02:30:30 +0000 (13:30 +1100)
* etc/NEWS: Mention the new second parameter to
`package-install' (bug#22784).

etc/NEWS

index 660af784b50bee2aba815113ac1d6498da615861..f3bb1a6f2114c2ff9f02b478657aef49ffefe581 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -550,6 +550,11 @@ dependencies).  This variable can also be manually customized.
 *** New command `package-install-selected-packages' installs all
 packages from `package-selected-packages' which are currently missing.
 
+---
+*** `package-install' function now takes a DONT-SELECT argument.  If
+this function is called interactively or if DONT-SELECT is nil, add the
+package being installed to `package-selected-packages'.
+
 ---
 *** New command `package-autoremove' removes all packages which were
 installed strictly as dependencies but are no longer needed.