aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2015-01-18 10:53:38 +0100
committerJoakim Verona2015-01-18 10:53:38 +0100
commit54efd2ab176dd6cc33bb1e86a9c37908c26d0a46 (patch)
treeae7dfc525e25275235b1d6de84cf067a751742e4 /etc
parent576960211cb54bc77dc6969591420bca89c59456 (diff)
parent253d44bd27b7d90b614b6b968a3b125eeb0a48f2 (diff)
downloademacs-54efd2ab176dd6cc33bb1e86a9c37908c26d0a46.tar.gz
emacs-54efd2ab176dd6cc33bb1e86a9c37908c26d0a46.zip
merge master
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS5
2 files changed, 9 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..be283bbc1c3 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
@@ -198,6 +202,7 @@ the old behavior -- *shell* buffer displays in current window -- use
198 202
199 203
200** EIEIO 204** EIEIO
205*** The `:protection' slot option is not obeyed any more.
201*** The <class>-list-p and <class>-child-p functions are declared obsolete. 206*** The <class>-list-p and <class>-child-p functions are declared obsolete.
202*** The <class> variables are declared obsolete. 207*** The <class> variables are declared obsolete.
203*** The <initarg> variables are declared obsolete. 208*** The <initarg> variables are declared obsolete.