Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz:
[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
0bfd685e 33\f
eb199145 34* Startup Changes in Emacs 24.1
4a263588 35
0bfd685e 36\f
eb199145 37* Changes in Emacs 24.1
7841339b 38
303500aa 39** GTK scroll-bars are now placed on the right by default.
52834b6b
CY
40Use `set-scroll-bar-mode' to change this.
41
0bfd685e 42\f
eb199145 43* Editing Changes in Emacs 24.1
b350bdf2 44
9bae34bf 45\f
eb199145 46* Changes in Specialized Modes and Packages in Emacs 24.1
efeb796b 47
18c812bd 48** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
52834b6b
CY
49** Customize
50
51*** Customize buffers now contain a search field.
52The search is performed using `customize-apropos'.
53To turn off the search field, set custom-search-field to nil .
54
55*** Custom options now start out hidden if at their default values.
56Use the arrow to the left of the option name to toggle visibility.
57
58*** custom-buffer-sort-alphabetically now defaults to t.
59
60*** The color widget now has a "Choose" button, which allows you to
61choose a color via list-colors-display.
62
855a2294
DN
63** VC and related modes
64
65*** vc-dir for Bzr supports viewing shelve contents and shelving snapshots.
66
09158997
DN
67*** Special markup can be added to log-edit buffers.
68
69**** For Bzr, adding an
70Author: NAME
71line will add "--author NAME" to the "bzr commit" command.
72
73**** For Hg, adding an
74Author: NAME
75line will add "--user NAME" to the "hg commit" command.
76
8117868f
DN
77** Directory local variables can apply to file-less buffers.
78For example, adding "(diff-mode . ((mode . whitespace)))" to your
79.dir-locals.el file, will turn on `whitespace-mode' for *vc-diff*
80buffers.
81
5e418f17
JL
82** s-region.el is now declared obsolete, superceded by shift-select-mode
83enabled by default in 23.1.
84
691cf4a0
NR
85** gdb-mi
86
87*** GDB User Interface migrated to GDB Machine Interface and now
88supports multithread non-stop debugging and debugging of several
89threads simultaneously.
90
eb199145
GM
91\f
92* New Modes and Packages in Emacs 24.1
d445b3f8 93
7725ebb7
MA
94** secrets.el is an implementation of the Secret Service API, an
95interface to password managers like GNOME Keyring or KDE Wallet. The
96Secret Service API requires D-Bus for communication.
97
eb199145
GM
98\f
99* Incompatible Lisp Changes in Emacs 24.1
6dfcbe31 100
eb199145
GM
101\f
102* Lisp changes in Emacs 24.1
9097e8af 103
00278747
SM
104** New completion style `substring'.
105
00fe2df1
JL
106** Image API
107
108*** When the image type is one of listed in `image-animated-types'
109and the number of sub-images in the image is more then one, then the
110new function `create-animated-image' creates an animated image where
111sub-images are displayed successively with the duration defined by
112`image-animate-max-time' and the delay between sub-images defined
113by the Graphic Control Extension of the image.
114
eb199145
GM
115\f
116* Changes in Emacs 24.1 on non-free operating systems
d53a60a6 117
05197f40 118\f
a933dad1 119----------------------------------------------------------------------
5b87ad55 120This file is part of GNU Emacs.
a933dad1 121
ab73e885 122GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 123it under the terms of the GNU General Public License as published by
ab73e885
GM
124the Free Software Foundation, either version 3 of the License, or
125(at your option) any later version.
5b87ad55
GM
126
127GNU Emacs is distributed in the hope that it will be useful,
128but WITHOUT ANY WARRANTY; without even the implied warranty of
129MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
130GNU General Public License for more details.
a933dad1 131
5b87ad55 132You should have received a copy of the GNU General Public License
ab73e885 133along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
a933dad1 134
05197f40 135\f
a933dad1
DL
136Local variables:
137mode: outline
138paragraph-separate: "[ \f]*$"
139end: