* NEWS: Add notifications.el.
[bpt/emacs.git] / etc / NEWS
CommitLineData
29b7722a 1GNU Emacs NEWS -- history of user-visible changes.
5b87ad55 2
eb199145 3Copyright (C) 2010 Free Software Foundation, Inc.
5b87ad55 4See the end of the file for license conditions.
a933dad1 5
893db5bc 6Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
9a21d88b
KS
7If possible, use M-x report-emacs-bug.
8
eb199145 9This file is about changes in Emacs version 24.
9a21d88b 10
eb199145
GM
11See files NEWS.23, NEWS.22, NEWS.21, NEWS.20, NEWS.19, NEWS.18,
12and NEWS.1-17 for changes in older Emacs versions.
9a21d88b
KS
13
14You can narrow news to a specific version by calling `view-emacs-news'
15with a prefix argument or by typing C-u C-h C-n.
3f7194ed 16
adce950d
CY
17
18Temporary note:
19 +++ indicates that the appropriate manual has already been updated.
20 --- means no change in the manuals is called for.
21When you add a new item, please add it without either +++ or ---
22so we will look at it and add it to the manual.
23
24\f
eb199145 25* Installation Changes in Emacs 24.1
09e18d03 26
aded53ff
GM
27---
28** There are new configure options:
29--with-mmdf, --with-mail-unlink, --with-mailhost.
30These provide no new functionality, they just remove the need to edit
31lib-src/Makefile by hand in order to use the associated features.
32
1ddac986
GM
33---
34** There is a new configure option --with-crt-dir.
35This is only useful if your crt*.o files are in a non-standard location.
36
b7d65a5f
GM
37** Configure links against libselinux if it is found.
38You can disable this by using --without-selinux.
39
0bfd685e 40\f
eb199145 41* Startup Changes in Emacs 24.1
4a263588 42
0bfd685e 43\f
eb199145 44* Changes in Emacs 24.1
7841339b 45
0191e222
CY
46** New emacsclient argument --parent-id ID can be used to open a
47client frame in parent X window ID, via XEmbed. This works like the
48--parent-id argument to Emacs.
49
902a6d8d
SM
50** Completion can cycle, depending on completion-cycle-threshold.
51
2372f278
SM
52** auto-mode-case-fold is now enabled by default.
53
f4b6ba46
EZ
54+++
55** Emacs now supports display and editing of bidirectional text.
f4b6ba46
EZ
56
57See the node "Bidirectional Editing" in the Emacs Manual for some
58initial documentation.
59
60To turn this on in any given buffer, set the buffer-local variable
61`bidi-display-reordering' to a non-nil value. The default is nil.
62
63The buffer-local variable `bidi-paragraph-direction', if non-nil,
64forces each paragraph in the buffer to have its base direction
65according to the value of this variable. Possible values are
66`right-to-left' and `left-to-right'. If the value is nil (the
67default), Emacs determines the base direction of each paragraph from
68its text, as specified by the Unicode Bidirectional Algorithm.
69
d20e1419
EZ
70The function `current-bidi-paragraph-direction' returns the actual
71value of paragraph base direction at point.
72
f4b6ba46
EZ
73Reordering of bidirectional text for display in Emacs is a "Full
74bidirectionality" class implementation of the Unicode Bidirectional
75Algorithm.
76
46759717
EZ
77Note that some advanced display features, such as overlay strings and
78`display' text properties, do not yet work correctly when
79bidirectional text is reordered for display.
80
303500aa 81** GTK scroll-bars are now placed on the right by default.
52834b6b
CY
82Use `set-scroll-bar-mode' to change this.
83
20fe03ad 84** GTK tool bars can have just text, just images or images and text.
d8004abe 85Customize `tool-bar-style' to choose style. On a Gnome desktop, the default
20fe03ad
JD
86is taken from the desktop settings.
87
1ecb2d3f
JD
88** Lucid menus and dialogs can display antialiased fonts if Emacs is built
89with Xft.
99852628 90
b7d65a5f
GM
91** Basic SELinux support has been added.
92This requires Emacs to be linked with libselinux at build time.
93
d8004abe
GM
94*** Emacs preserves the SELinux file context when backing up, and
95optionally when copying files. To this end, copy-file has an extra
96optional argument, and backup-buffer and friends include the SELinux
97context in their return values.
b7d65a5f
GM
98
99*** The new functions file-selinux-context and set-file-selinux-context
100get and set the SELinux context of a file.
101
a5bee597
MA
102*** Tramp offers handlers for file-selinux-context and set-file-selinux-context
103for remote machines which support SELinux.
104
79ce172a 105** New scrolling commands `scroll-up-command' and `scroll-down-command'
7b05466f
JL
106(bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom
107of buffer at first key-press (instead moves to top/bottom of buffer)
108when a new variable `scroll-error-top-bottom' is non-nil.
79ce172a 109
5a97d2da
JL
110** New scrolling commands `scroll-up-line' and `scroll-down-line'
111scroll a line instead of full screen.
112
a4b000fb
JL
113** New property `scroll-command' should be set on a command's symbol to
114define it as a scroll command affected by `scroll-preserve-screen-position.
9013a7f8 115
f1a5d776
CY
116** Trash changes
117
118*** `delete-by-moving-to-trash' now only affects commands that specify
119trashing. This avoids inadvertently trashing temporary files.
120
121*** Calling `delete-file' or `delete-directory' with a prefix argument
122now forces true deletion, regardless of `delete-by-moving-to-trash'.
123
0bfd685e 124\f
eb199145 125* Editing Changes in Emacs 24.1
b350bdf2 126
a982c7ec
CY
127** completion-at-point is now an alias for complete-symbol.
128
53967e09 129** mouse-region-delete-keys has been deleted.
9bae34bf 130\f
eb199145 131* Changes in Specialized Modes and Packages in Emacs 24.1
efeb796b 132
b3671a51
JL
133** Archive Mode has basic support to browse 7z archives.
134
27d3cd56
CY
135** In ido-mode, C-v is no longer bound to ido-toggle-vc.
136The reason is that this interferes with cua-mode.
137
c1e25821 138** partial-completion-mode is now obsolete.
79ccd68f
SM
139You can get a comparable behavior with:
140(setq completion-styles '(partial-completion initials))
141(setq completion-pcm-complete-word-inserts-delimiters t)
c1e25821 142
18c812bd 143** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
52834b6b
CY
144** Customize
145
146*** Customize buffers now contain a search field.
147The search is performed using `customize-apropos'.
148To turn off the search field, set custom-search-field to nil .
149
150*** Custom options now start out hidden if at their default values.
151Use the arrow to the left of the option name to toggle visibility.
152
153*** custom-buffer-sort-alphabetically now defaults to t.
154
155*** The color widget now has a "Choose" button, which allows you to
156choose a color via list-colors-display.
157
f5d6548a
JL
158** Dired-x
159
160*** dired-jump and dired-jump-other-window called with a prefix argument
161read a file name from the minibuffer instead of using buffer-file-name.
162
855a2294
DN
163** VC and related modes
164
e97a42c1 165*** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file.
31527c56 166
6941ffec
DN
167**** vc-log-incoming for Git runs "git fetch" so that the necessary
168data is available locally.
169
eccdfe5f
DN
170**** vc-log-incoming and vc-log-outgoing for Git require version 1.7 (or newer).
171
54d3626e
DN
172*** New key bindings: C-x v I and C-x v O bound to vc-log-incoming and
173vc-log-outgoing, respectively.
174
855a2294
DN
175*** vc-dir for Bzr supports viewing shelve contents and shelving snapshots.
176
09158997 177*** Special markup can be added to log-edit buffers.
e97a42c1
SM
178The log-edit buffers are expected to have a format similar to email messages
179with headers of the form:
180 Author: <author of this change>
181 Summary: <one line summary of this change>
182 Fixes: <reference to the bug fixed by this change>
183Some backends handle some of those headers specially, but any unknown header
184is just left as is in the message, so it is not lost.
09158997 185
fab43c76
DN
186**** vc-git handles Author: and Date:
187**** vc-hg handles Author: and Date:
188**** vc-bzr handles Author:, Date: and Fixes:
189**** vc-mtn handles Author: and Date:
190
8117868f
DN
191** Directory local variables can apply to file-less buffers.
192For example, adding "(diff-mode . ((mode . whitespace)))" to your
d8004abe 193.dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers.
8117868f 194
7492acc9
MM
195** SQL Mode enhancements.
196
197*** Several variables have been marked as safe local variables.
198The variables `sql-product', `sql-user', `sql-server', and
199`sql-database' can now be safely used as local variables.
200
201*** Added ability to login with a port on MySQL.
202The custom variable `sql-port' can be specified for connection to
203MySQL servers.
204
205*** Custom variables control prompting for login parameters.
206Each supported product has a custom variable `sql-*-login-params'
207which is a list of the parameters to be prompted for before a
208connection is established.
209
210*** Added option `sql-send-terminator'.
211When set makes sure that each command sent with `sql-send-*' commands
212are properly terminated and submitted to the SQL processor.
213
214*** Added option `sql-oracle-scan-on'.
215When set commands sent to Oracle's SQL*Plus are scanned for strings
216starting with an ampersand and the user is asked for replacement
217text. In general, the SQL*Plus option SCAN should be set OFF under
218SQL interactive mode.
219
220*** SQL interactive mode will replace tabs with spaces.
221This prevents the comand interpretter for MySQL and Postgres from
222listing object name completions when being sent text via
223`sql-send-*' functions.
224
225*** An API for manipulating SQL product definitions has been added.
226
5e418f17
JL
227** s-region.el is now declared obsolete, superceded by shift-select-mode
228enabled by default in 23.1.
229
691cf4a0
NR
230** gdb-mi
231
232*** GDB User Interface migrated to GDB Machine Interface and now
233supports multithread non-stop debugging and debugging of several
234threads simultaneously.
235
eb199145
GM
236\f
237* New Modes and Packages in Emacs 24.1
d445b3f8 238
5ad4bef5
SM
239** smie.el is a package providing a simple generic indentation engine.
240
7725ebb7
MA
241** secrets.el is an implementation of the Secret Service API, an
242interface to password managers like GNOME Keyring or KDE Wallet. The
065f2743
MA
243Secret Service API requires D-Bus for communication. The command
244`secrets-show-secrets' offers a buffer with a visualization of the
245secrets.
7725ebb7 246
f9e78150
MA
247** notifications.el provides an implementation of the Desktop
248Notifications API. It requires D-Bus for communication.
249
eb199145
GM
250\f
251* Incompatible Lisp Changes in Emacs 24.1
6dfcbe31 252
fd5c9dfa
JL
253** Test for special mode-class was moved from view-file to view-buffer.
254
3b7e1d5f
SM
255** Passing a nil argument to a minor mode function now turns the mode
256 ON unconditionally.
eb199145
GM
257\f
258* Lisp changes in Emacs 24.1
9097e8af 259
4e2db1fe 260** frame-local variables cannot be let-bound any more.
10dcc561 261** prog-mode is a new major-mode meant to be the parent of programming mode.
f44379e7
SM
262** define-minor-mode accepts a new keyword :variable.
263
f1a5d776
CY
264** `delete-file' and `delete-directory now accept optional arg TRASH.
265Trashing is performed if TRASH and `delete-by-moving-to-trash' are
266both non-nil. Interactively, TRASH defaults to t, unless a prefix
267argument is supplied (see Trash changes, above).
53967e09 268
8f92b8ad
SM
269** buffer-substring-filters is obsoleted by filter-buffer-substring-functions.
270
00278747
SM
271** New completion style `substring'.
272
00fe2df1
JL
273** Image API
274
275*** When the image type is one of listed in `image-animated-types'
1546c559 276and the number of sub-images in the image is more than one, then the
00fe2df1
JL
277new function `create-animated-image' creates an animated image where
278sub-images are displayed successively with the duration defined by
279`image-animate-max-time' and the delay between sub-images defined
280by the Graphic Control Extension of the image.
281
1546c559
JL
282*** `image-extension-data' is renamed to `image-metadata'.
283
a6020335
MH
284** Isearch
285
286*** New hook `isearch-update-post-hook' that runs in `isearch-update'.
287
9326ba26
CY
288** Progress reporters can now "spin".
289The MIN-VALUE and MAX-VALUE arguments of `make-progress-reporter' can
290now be nil, or omitted. This makes a "non-numeric" reporter. Each
291time you call `progress-reporter-update' on that progress reporter,
292with a nil or omitted VALUE argument, the reporter message is
293displayed with a "spinning bar".
294
eb199145
GM
295\f
296* Changes in Emacs 24.1 on non-free operating systems
d53a60a6 297
05197f40 298\f
a933dad1 299----------------------------------------------------------------------
5b87ad55 300This file is part of GNU Emacs.
a933dad1 301
ab73e885 302GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 303it under the terms of the GNU General Public License as published by
ab73e885
GM
304the Free Software Foundation, either version 3 of the License, or
305(at your option) any later version.
5b87ad55
GM
306
307GNU Emacs is distributed in the hope that it will be useful,
308but WITHOUT ANY WARRANTY; without even the implied warranty of
309MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
310GNU General Public License for more details.
a933dad1 311
5b87ad55 312You should have received a copy of the GNU General Public License
ab73e885 313along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
a933dad1 314
05197f40 315\f
a933dad1
DL
316Local variables:
317mode: outline
318paragraph-separate: "[ \f]*$"
319end: