Block yield when input is blocked.
[emacs.git] / etc / NEWS
blob5bc053a69c79950aa21a43aed4347cb03372caba
1 GNU Emacs NEWS -- history of user-visible changes.
3 Copyright (C) 2010 Free Software Foundation, Inc.
4 See the end of the file for license conditions.
6 Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
7 If possible, use M-x report-emacs-bug.
9 This file is about changes in Emacs version 24.
11 See files NEWS.23, NEWS.22, NEWS.21, NEWS.20, NEWS.19, NEWS.18,
12 and NEWS.1-17 for changes in older Emacs versions.
14 You can narrow news to a specific version by calling `view-emacs-news'
15 with a prefix argument or by typing C-u C-h C-n.
18 Temporary note:
19  +++ indicates that the appropriate manual has already been updated.
20  --- means no change in the manuals is called for.
21 When you add a new item, please add it without either +++ or ---
22 so we will look at it and add it to the manual.
25 * Installation Changes in Emacs 24.1
27 ---
28 ** There are new configure options:
29 --with-mmdf, --with-mail-unlink, --with-mailhost.
30 These provide no new functionality, they just remove the need to edit
31 lib-src/Makefile by hand in order to use the associated features.
34 * Startup Changes in Emacs 24.1
37 * Changes in Emacs 24.1
39 ** GTK scroll-bars are now placed on the right by default.
40 Use `set-scroll-bar-mode' to change this.
43 * Editing Changes in Emacs 24.1
46 * Changes in Specialized Modes and Packages in Emacs 24.1
48 ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
49 ** Customize
51 *** Customize buffers now contain a search field.
52 The search is performed using `customize-apropos'.
53 To turn off the search field, set custom-search-field to nil .
55 *** Custom options now start out hidden if at their default values.
56 Use the arrow to the left of the option name to toggle visibility.
58 *** custom-buffer-sort-alphabetically now defaults to t.
60 *** The color widget now has a "Choose" button, which allows you to
61 choose a color via list-colors-display.
63 ** VC and related modes
65 *** vc-dir for Bzr supports viewing shelve contents and shelving snapshots.
67 *** Special markup can be added to log-edit buffers.
69 **** For Bzr, adding an
70 Author: NAME
71 line will add "--author NAME" to the "bzr commit" command.
73 **** For Hg, adding an
74 Author: NAME
75 line will add "--user NAME" to the "hg commit" command.
77 ** Directory local variables can apply to file-less buffers.
78 For example, adding "(diff-mode . ((mode . whitespace)))" to your
79 .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff*
80 buffers.
82 ** s-region.el is now declared obsolete, superceded by shift-select-mode
83 enabled by default in 23.1.
86 * New Modes and Packages in Emacs 24.1
88 ** secrets.el is an implementation of the Secret Service API, an
89 interface to password managers like GNOME Keyring or KDE Wallet.  The
90 Secret Service API requires D-Bus for communication.
93 * Incompatible Lisp Changes in Emacs 24.1
96 * Lisp changes in Emacs 24.1
98 ** New completion style `substring'.
100 ** Image API
102 *** When the image type is one of listed in `image-animated-types'
103 and the number of sub-images in the image is more then one, then the
104 new function `create-animated-image' creates an animated image where
105 sub-images are displayed successively with the duration defined by
106 `image-animate-max-time' and the delay between sub-images defined
107 by the Graphic Control Extension of the image.
110 * Changes in Emacs 24.1 on non-free operating systems
113 ----------------------------------------------------------------------
114 This file is part of GNU Emacs.
116 GNU Emacs is free software: you can redistribute it and/or modify
117 it under the terms of the GNU General Public License as published by
118 the Free Software Foundation, either version 3 of the License, or
119 (at your option) any later version.
121 GNU Emacs is distributed in the hope that it will be useful,
122 but WITHOUT ANY WARRANTY; without even the implied warranty of
123 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
124 GNU General Public License for more details.
126 You should have received a copy of the GNU General Public License
127 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
130 Local variables:
131 mode: outline
132 paragraph-separate: "[  \f]*$"
133 end: