]> git.eshelyaron.com Git - emacs.git/commitdiff
* NEWS: Document installing packages from directories.
authorArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 13 Jan 2015 02:13:55 +0000 (00:13 -0200)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Sat, 17 Jan 2015 00:19:49 +0000 (22:19 -0200)
etc/ChangeLog
etc/NEWS

index 681858e5977630ab8a03e829b1aef42cc27ddbc2..7b64dfb9153d82a9975924329f230d9e8d97086c 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-16  Artur Malabarba  <bruce.connor.am@gmail.com>
+
+       * NEWS: Document installing packages from directories.
+
 2015-01-15  Eli Zaretskii  <eliz@gnu.org>
 
        * NEWS: Mention 'set-binary-mode'.
index 0bfd3fd2a2ddc83f895513f571925966dbf13e71..cf93b65bb81562cd1d19de807efa2830fa1346bb 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -56,6 +56,10 @@ so if you want to use it, you can always take a copy from an older Emacs.
 \f
 * Changes in Emacs 25.1
 
+** `package-install-from-buffer' and `package-install-file' work on directories.
+This follows the same rules as installing from a .tar file, except the
+-pkg file is optional.
+
 ** New function `custom-prompt-customize-unsaved-options' checks for
 unsaved customizations and prompts user to customize (if found).