Fix bug#6173: "(require 'dirtrack) erroring"
[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
2372f278
SM
46** auto-mode-case-fold is now enabled by default.
47
f4b6ba46
EZ
48+++
49** Emacs now supports display and editing of bidirectional text.
f4b6ba46
EZ
50
51See the node "Bidirectional Editing" in the Emacs Manual for some
52initial documentation.
53
54To turn this on in any given buffer, set the buffer-local variable
55`bidi-display-reordering' to a non-nil value. The default is nil.
56
57The buffer-local variable `bidi-paragraph-direction', if non-nil,
58forces each paragraph in the buffer to have its base direction
59according to the value of this variable. Possible values are
60`right-to-left' and `left-to-right'. If the value is nil (the
61default), Emacs determines the base direction of each paragraph from
62its text, as specified by the Unicode Bidirectional Algorithm.
63
64Reordering of bidirectional text for display in Emacs is a "Full
65bidirectionality" class implementation of the Unicode Bidirectional
66Algorithm.
67
46759717
EZ
68Note that some advanced display features, such as overlay strings and
69`display' text properties, do not yet work correctly when
70bidirectional text is reordered for display.
71
303500aa 72** GTK scroll-bars are now placed on the right by default.
52834b6b
CY
73Use `set-scroll-bar-mode' to change this.
74
20fe03ad 75** GTK tool bars can have just text, just images or images and text.
d8004abe 76Customize `tool-bar-style' to choose style. On a Gnome desktop, the default
20fe03ad
JD
77is taken from the desktop settings.
78
1ecb2d3f
JD
79** Lucid menus and dialogs can display antialiased fonts if Emacs is built
80with Xft.
99852628 81
b7d65a5f
GM
82** Basic SELinux support has been added.
83This requires Emacs to be linked with libselinux at build time.
84
d8004abe
GM
85*** Emacs preserves the SELinux file context when backing up, and
86optionally when copying files. To this end, copy-file has an extra
87optional argument, and backup-buffer and friends include the SELinux
88context in their return values.
b7d65a5f
GM
89
90*** The new functions file-selinux-context and set-file-selinux-context
91get and set the SELinux context of a file.
92
a5bee597
MA
93*** Tramp offers handlers for file-selinux-context and set-file-selinux-context
94for remote machines which support SELinux.
95
79ce172a 96** New scrolling commands `scroll-up-command' and `scroll-down-command'
7b05466f
JL
97(bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom
98of buffer at first key-press (instead moves to top/bottom of buffer)
99when a new variable `scroll-error-top-bottom' is non-nil.
79ce172a 100
5a97d2da
JL
101** New scrolling commands `scroll-up-line' and `scroll-down-line'
102scroll a line instead of full screen.
103
a4b000fb
JL
104** New property `scroll-command' should be set on a command's symbol to
105define it as a scroll command affected by `scroll-preserve-screen-position.
9013a7f8 106
0bfd685e 107\f
eb199145 108* Editing Changes in Emacs 24.1
b350bdf2 109
a982c7ec
CY
110** completion-at-point is now an alias for complete-symbol.
111
53967e09
CY
112** mouse-region-delete-keys has been deleted.
113
114** If delete-file is called with a prefix argument, it really deletes,
115regardless of the value of `delete-by-moving-to-trash'.
116
9bae34bf 117\f
eb199145 118* Changes in Specialized Modes and Packages in Emacs 24.1
efeb796b 119
b3671a51
JL
120** Archive Mode has basic support to browse 7z archives.
121
27d3cd56
CY
122** In ido-mode, C-v is no longer bound to ido-toggle-vc.
123The reason is that this interferes with cua-mode.
124
c1e25821 125** partial-completion-mode is now obsolete.
79ccd68f
SM
126You can get a comparable behavior with:
127(setq completion-styles '(partial-completion initials))
128(setq completion-pcm-complete-word-inserts-delimiters t)
c1e25821 129
18c812bd 130** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
52834b6b
CY
131** Customize
132
133*** Customize buffers now contain a search field.
134The search is performed using `customize-apropos'.
135To turn off the search field, set custom-search-field to nil .
136
137*** Custom options now start out hidden if at their default values.
138Use the arrow to the left of the option name to toggle visibility.
139
140*** custom-buffer-sort-alphabetically now defaults to t.
141
142*** The color widget now has a "Choose" button, which allows you to
143choose a color via list-colors-display.
144
855a2294
DN
145** VC and related modes
146
e97a42c1 147*** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file.
31527c56 148
855a2294
DN
149*** vc-dir for Bzr supports viewing shelve contents and shelving snapshots.
150
09158997 151*** Special markup can be added to log-edit buffers.
e97a42c1
SM
152The log-edit buffers are expected to have a format similar to email messages
153with headers of the form:
154 Author: <author of this change>
155 Summary: <one line summary of this change>
156 Fixes: <reference to the bug fixed by this change>
157Some backends handle some of those headers specially, but any unknown header
158is just left as is in the message, so it is not lost.
09158997 159
8117868f
DN
160** Directory local variables can apply to file-less buffers.
161For example, adding "(diff-mode . ((mode . whitespace)))" to your
d8004abe 162.dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers.
8117868f 163
7492acc9
MM
164** SQL Mode enhancements.
165
166*** Several variables have been marked as safe local variables.
167The variables `sql-product', `sql-user', `sql-server', and
168`sql-database' can now be safely used as local variables.
169
170*** Added ability to login with a port on MySQL.
171The custom variable `sql-port' can be specified for connection to
172MySQL servers.
173
174*** Custom variables control prompting for login parameters.
175Each supported product has a custom variable `sql-*-login-params'
176which is a list of the parameters to be prompted for before a
177connection is established.
178
179*** Added option `sql-send-terminator'.
180When set makes sure that each command sent with `sql-send-*' commands
181are properly terminated and submitted to the SQL processor.
182
183*** Added option `sql-oracle-scan-on'.
184When set commands sent to Oracle's SQL*Plus are scanned for strings
185starting with an ampersand and the user is asked for replacement
186text. In general, the SQL*Plus option SCAN should be set OFF under
187SQL interactive mode.
188
189*** SQL interactive mode will replace tabs with spaces.
190This prevents the comand interpretter for MySQL and Postgres from
191listing object name completions when being sent text via
192`sql-send-*' functions.
193
194*** An API for manipulating SQL product definitions has been added.
195
5e418f17
JL
196** s-region.el is now declared obsolete, superceded by shift-select-mode
197enabled by default in 23.1.
198
691cf4a0
NR
199** gdb-mi
200
201*** GDB User Interface migrated to GDB Machine Interface and now
202supports multithread non-stop debugging and debugging of several
203threads simultaneously.
204
eb199145
GM
205\f
206* New Modes and Packages in Emacs 24.1
d445b3f8 207
7725ebb7
MA
208** secrets.el is an implementation of the Secret Service API, an
209interface to password managers like GNOME Keyring or KDE Wallet. The
210Secret Service API requires D-Bus for communication.
211
eb199145
GM
212\f
213* Incompatible Lisp Changes in Emacs 24.1
6dfcbe31 214
fd5c9dfa
JL
215** Test for special mode-class was moved from view-file to view-buffer.
216
3b7e1d5f
SM
217** Passing a nil argument to a minor mode function now turns the mode
218 ON unconditionally.
eb199145
GM
219\f
220* Lisp changes in Emacs 24.1
9097e8af 221
f44379e7
SM
222** define-minor-mode accepts a new keyword :variable.
223
53967e09
CY
224** delete-file now accepts an optional second arg, FORCE, which says
225to always delete and ignore the value of delete-by-moving-to-trash.
226
8f92b8ad
SM
227** buffer-substring-filters is obsoleted by filter-buffer-substring-functions.
228
00278747
SM
229** New completion style `substring'.
230
00fe2df1
JL
231** Image API
232
233*** When the image type is one of listed in `image-animated-types'
1546c559 234and the number of sub-images in the image is more than one, then the
00fe2df1
JL
235new function `create-animated-image' creates an animated image where
236sub-images are displayed successively with the duration defined by
237`image-animate-max-time' and the delay between sub-images defined
238by the Graphic Control Extension of the image.
239
1546c559
JL
240*** `image-extension-data' is renamed to `image-metadata'.
241
9326ba26
CY
242** Progress reporters can now "spin".
243The MIN-VALUE and MAX-VALUE arguments of `make-progress-reporter' can
244now be nil, or omitted. This makes a "non-numeric" reporter. Each
245time you call `progress-reporter-update' on that progress reporter,
246with a nil or omitted VALUE argument, the reporter message is
247displayed with a "spinning bar".
248
eb199145
GM
249\f
250* Changes in Emacs 24.1 on non-free operating systems
d53a60a6 251
05197f40 252\f
a933dad1 253----------------------------------------------------------------------
5b87ad55 254This file is part of GNU Emacs.
a933dad1 255
ab73e885 256GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 257it under the terms of the GNU General Public License as published by
ab73e885
GM
258the Free Software Foundation, either version 3 of the License, or
259(at your option) any later version.
5b87ad55
GM
260
261GNU Emacs is distributed in the hope that it will be useful,
262but WITHOUT ANY WARRANTY; without even the implied warranty of
263MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
264GNU General Public License for more details.
a933dad1 265
5b87ad55 266You should have received a copy of the GNU General Public License
ab73e885 267along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
a933dad1 268
05197f40 269\f
a933dad1
DL
270Local variables:
271mode: outline
272paragraph-separate: "[ \f]*$"
273end: