aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorArtur Malabarba2015-01-13 00:13:55 -0200
committerArtur Malabarba2015-01-16 22:19:49 -0200
commit40d963ff660eb256652cdca98094bfbda23daa9a (patch)
tree8ac97889e1606dc6c6607c3ba071362ccfac894c /etc
parent64fd1a5a59cfce55b0f91bdd68e13807fd52d03a (diff)
downloademacs-40d963ff660eb256652cdca98094bfbda23daa9a.tar.gz
emacs-40d963ff660eb256652cdca98094bfbda23daa9a.zip
* NEWS: Document installing packages from directories.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 681858e5977..7b64dfb9153 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12015-01-16 Artur Malabarba <bruce.connor.am@gmail.com>
2
3 * NEWS: Document installing packages from directories.
4
12015-01-15 Eli Zaretskii <eliz@gnu.org> 52015-01-15 Eli Zaretskii <eliz@gnu.org>
2 6
3 * NEWS: Mention 'set-binary-mode'. 7 * NEWS: Mention 'set-binary-mode'.
diff --git a/etc/NEWS b/etc/NEWS
index 0bfd3fd2a2d..cf93b65bb81 100644
--- 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.
56 56
57* Changes in Emacs 25.1 57* Changes in Emacs 25.1
58 58
59** `package-install-from-buffer' and `package-install-file' work on directories.
60This follows the same rules as installing from a .tar file, except the
61-pkg file is optional.
62
59** New function `custom-prompt-customize-unsaved-options' checks for 63** New function `custom-prompt-customize-unsaved-options' checks for
60unsaved customizations and prompts user to customize (if found). 64unsaved customizations and prompts user to customize (if found).
61 65