diff options
| author | Stefan Monnier | 2010-06-18 10:13:59 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-06-18 10:13:59 -0400 |
| commit | 894e369ddf48e191638b8e66ce732f24ff9abe2a (patch) | |
| tree | 0d14b38c2946f0067c856911bf4949b7e8091a88 /etc/NEWS | |
| parent | 4a330052b4815cf833071aae5cb312f6f0f63613 (diff) | |
| parent | b1a03ef6bfba4296dddc3df1e8f9d54aba3e45e3 (diff) | |
| download | emacs-894e369ddf48e191638b8e66ce732f24ff9abe2a.tar.gz emacs-894e369ddf48e191638b8e66ce732f24ff9abe2a.zip | |
Merge from trunk
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
| @@ -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 |
| 126 | now forces true deletion, regardless of `delete-by-moving-to-trash'. | 126 | now forces true deletion, regardless of `delete-by-moving-to-trash'. |
| 127 | 127 | ||
| 128 | ** New option `list-colors-sort' defines the color sort order | ||
| 129 | for `list-colors-display'. | ||
| 130 | |||
| 131 | ** An Emacs Lisp package manager is now included. | ||
| 132 | This is a convenient way to download and install additional packages, | ||
| 133 | from elpa.gnu.org. `M-x package-list-packages' shows a list of | ||
| 134 | packages, which can be selected for installation. | ||
| 135 | |||
| 136 | *** By default, all installed packages are loaded and activated | ||
| 137 | automatically when Emacs starts up. To disable this, set | ||
| 138 | `package-enable-at-startup' to nil. To change which packages are | ||
| 139 | loaded, 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. |
| 273 | FIXME: This only says what was changed, but not what are the | ||
| 274 | programmer-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. |