1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

* NEWS: Document installing packages from directories.

This commit is contained in:
Artur Malabarba 2015-01-13 00:13:55 -02:00
parent 64fd1a5a59
commit 40d963ff66
2 changed files with 8 additions and 0 deletions

View 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'.

View File

@ -56,6 +56,10 @@ so if you want to use it, you can always take a copy from an older Emacs.
* 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).