aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e9d29c9ea87..122bd27d805 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -125,6 +125,19 @@ trashing. This avoids inadvertently trashing temporary files.
125*** Calling `delete-file' or `delete-directory' with a prefix argument 125*** Calling `delete-file' or `delete-directory' with a prefix argument
126now forces true deletion, regardless of `delete-by-moving-to-trash'. 126now forces true deletion, regardless of `delete-by-moving-to-trash'.
127 127
128** New option `list-colors-sort' defines the color sort order
129for `list-colors-display'.
130
131** An Emacs Lisp package manager is now included.
132This is a convenient way to download and install additional packages,
133from elpa.gnu.org. `M-x package-list-packages' shows a list of
134packages, which can be selected for installation.
135
136*** By default, all installed packages are loaded and activated
137automatically when Emacs starts up. To disable this, set
138`package-enable-at-startup' to nil. To change which packages are
139loaded, customize `package-load-list'.
140
128 141
129* Editing Changes in Emacs 24.1 142* Editing Changes in Emacs 24.1
130 143
@@ -254,7 +267,11 @@ Notifications API. It requires D-Bus for communication.
254 267
255* Incompatible Lisp Changes in Emacs 24.1 268* Incompatible Lisp Changes in Emacs 24.1
256 269
270** A backquote not followed by a space is now always treated as new-style.
271
257** Test for special mode-class was moved from view-file to view-buffer. 272** Test for special mode-class was moved from view-file to view-buffer.
273FIXME: This only says what was changed, but not what are the
274programmer-visible consequences.
258 275
259** Passing a nil argument to a minor mode function now turns the mode 276** Passing a nil argument to a minor mode function now turns the mode
260 ON unconditionally. 277 ON unconditionally.