calc-vec.el (calc-histogram):
[emacs.git] / etc / NEWS
blob715dc12c4676b6162f6f5eb23453530bb18e72d5
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.
33 ---
34 ** There is a new configure option --with-crt-dir.
35 This is only useful if your crt*.o files are in a non-standard location.
37 ** Configure links against libselinux if it is found.
38 You can disable this by using --without-selinux.
41 * Startup Changes in Emacs 24.1
44 * Changes in Emacs 24.1
46 ** Completion can cycle, depending on completion-cycle-threshold.
48 ** auto-mode-case-fold is now enabled by default.
50 +++
51 ** Emacs now supports display and editing of bidirectional text.
53 See the node "Bidirectional Editing" in the Emacs Manual for some
54 initial documentation.
56 To turn this on in any given buffer, set the buffer-local variable
57 `bidi-display-reordering' to a non-nil value.  The default is nil.
59 The buffer-local variable `bidi-paragraph-direction', if non-nil,
60 forces each paragraph in the buffer to have its base direction
61 according to the value of this variable.  Possible values are
62 `right-to-left' and `left-to-right'.  If the value is nil (the
63 default), Emacs determines the base direction of each paragraph from
64 its text, as specified by the Unicode Bidirectional Algorithm.
66 The function `current-bidi-paragraph-direction' returns the actual
67 value of paragraph base direction at point.
69 Reordering of bidirectional text for display in Emacs is a "Full
70 bidirectionality" class implementation of the Unicode Bidirectional
71 Algorithm.
73 Note that some advanced display features, such as overlay strings and
74 `display' text properties, do not yet work correctly when
75 bidirectional text is reordered for display.
77 ** GTK scroll-bars are now placed on the right by default.
78 Use `set-scroll-bar-mode' to change this.
80 ** GTK tool bars can have just text, just images or images and text.
81 Customize `tool-bar-style' to choose style.  On a Gnome desktop, the default
82 is taken from the desktop settings.
84 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built
85 with Xft.
87 ** Basic SELinux support has been added.
88 This requires Emacs to be linked with libselinux at build time.
90 *** Emacs preserves the SELinux file context when backing up, and
91 optionally when copying files. To this end, copy-file has an extra
92 optional argument, and backup-buffer and friends include the SELinux
93 context in their return values.
95 *** The new functions file-selinux-context and set-file-selinux-context
96 get and set the SELinux context of a file.
98 *** Tramp offers handlers for file-selinux-context and set-file-selinux-context
99 for remote machines which support SELinux.
101 ** New scrolling commands `scroll-up-command' and `scroll-down-command'
102 (bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom
103 of buffer at first key-press (instead moves to top/bottom of buffer)
104 when a new variable `scroll-error-top-bottom' is non-nil.
106 ** New scrolling commands `scroll-up-line' and `scroll-down-line'
107 scroll a line instead of full screen.
109 ** New property `scroll-command' should be set on a command's symbol to
110 define it as a scroll command affected by `scroll-preserve-screen-position.
113 * Editing Changes in Emacs 24.1
115 ** completion-at-point is now an alias for complete-symbol.
117 ** mouse-region-delete-keys has been deleted.
119 ** If delete-file is called with a prefix argument, it really deletes,
120 regardless of the value of `delete-by-moving-to-trash'.
123 * Changes in Specialized Modes and Packages in Emacs 24.1
125 ** Archive Mode has basic support to browse 7z archives.
127 ** In ido-mode, C-v is no longer bound to ido-toggle-vc.
128 The reason is that this interferes with cua-mode.
130 ** partial-completion-mode is now obsolete.
131 You can get a comparable behavior with:
132 (setq completion-styles '(partial-completion initials))
133 (setq completion-pcm-complete-word-inserts-delimiters t)
135 ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
136 ** Customize
138 *** Customize buffers now contain a search field.
139 The search is performed using `customize-apropos'.
140 To turn off the search field, set custom-search-field to nil .
142 *** Custom options now start out hidden if at their default values.
143 Use the arrow to the left of the option name to toggle visibility.
145 *** custom-buffer-sort-alphabetically now defaults to t.
147 *** The color widget now has a "Choose" button, which allows you to
148 choose a color via list-colors-display.
150 ** VC and related modes
152 *** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file.
154 *** vc-dir for Bzr supports viewing shelve contents and shelving snapshots.
156 *** Special markup can be added to log-edit buffers.
157 The log-edit buffers are expected to have a format similar to email messages
158 with headers of the form:
159   Author: <author of this change>
160   Summary: <one line summary of this change>
161   Fixes: <reference to the bug fixed by this change>
162 Some backends handle some of those headers specially, but any unknown header
163 is just left as is in the message, so it is not lost.
165 ** Directory local variables can apply to file-less buffers.
166 For example, adding "(diff-mode . ((mode . whitespace)))" to your
167 .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers.
169 ** SQL Mode enhancements.
171 *** Several variables have been marked as safe local variables.
172 The variables `sql-product', `sql-user', `sql-server', and
173 `sql-database' can now be safely used as local variables.
175 *** Added ability to login with a port on MySQL.
176 The custom variable `sql-port' can be specified for connection to
177 MySQL servers.
179 *** Custom variables control prompting for login parameters.
180 Each supported product has a custom variable `sql-*-login-params'
181 which is a list of the parameters to be prompted for before a
182 connection is established.
184 *** Added option `sql-send-terminator'.
185 When set makes sure that each command sent with `sql-send-*' commands
186 are properly terminated and submitted to the SQL processor.
188 *** Added option `sql-oracle-scan-on'.
189 When set commands sent to Oracle's SQL*Plus are scanned for strings
190 starting with an ampersand and the user is asked for replacement
191 text.  In general, the SQL*Plus option SCAN should be set OFF under
192 SQL interactive mode.
194 *** SQL interactive mode will replace tabs with spaces.
195 This prevents the comand interpretter for MySQL and Postgres from
196 listing object name completions when being sent text via
197 `sql-send-*' functions.
199 *** An API for manipulating SQL product definitions has been added.
201 ** s-region.el is now declared obsolete, superceded by shift-select-mode
202 enabled by default in 23.1.
204 ** gdb-mi
206 *** GDB User Interface migrated to GDB Machine Interface and now
207 supports multithread non-stop debugging and debugging of several
208 threads simultaneously.
211 * New Modes and Packages in Emacs 24.1
213 ** secrets.el is an implementation of the Secret Service API, an
214 interface to password managers like GNOME Keyring or KDE Wallet.  The
215 Secret Service API requires D-Bus for communication.
218 * Incompatible Lisp Changes in Emacs 24.1
220 ** Test for special mode-class was moved from view-file to view-buffer.
222 ** Passing a nil argument to a minor mode function now turns the mode
223    ON unconditionally.
225 * Lisp changes in Emacs 24.1
227 ** frame-local variables cannot be let-bound any more.
228 ** prog-mode is a new major-mode meant to be the parent of programming mode.
229 ** define-minor-mode accepts a new keyword :variable.
231 ** delete-file now accepts an optional second arg, FORCE, which says
232 to always delete and ignore the value of delete-by-moving-to-trash.
234 ** buffer-substring-filters is obsoleted by filter-buffer-substring-functions.
236 ** New completion style `substring'.
238 ** Image API
240 *** When the image type is one of listed in `image-animated-types'
241 and the number of sub-images in the image is more than one, then the
242 new function `create-animated-image' creates an animated image where
243 sub-images are displayed successively with the duration defined by
244 `image-animate-max-time' and the delay between sub-images defined
245 by the Graphic Control Extension of the image.
247 *** `image-extension-data' is renamed to `image-metadata'.
249 ** Progress reporters can now "spin".
250 The MIN-VALUE and MAX-VALUE arguments of `make-progress-reporter' can
251 now be nil, or omitted.  This makes a "non-numeric" reporter.  Each
252 time you call `progress-reporter-update' on that progress reporter,
253 with a nil or omitted VALUE argument, the reporter message is
254 displayed with a "spinning bar".
257 * Changes in Emacs 24.1 on non-free operating systems
260 ----------------------------------------------------------------------
261 This file is part of GNU Emacs.
263 GNU Emacs is free software: you can redistribute it and/or modify
264 it under the terms of the GNU General Public License as published by
265 the Free Software Foundation, either version 3 of the License, or
266 (at your option) any later version.
268 GNU Emacs is distributed in the hope that it will be useful,
269 but WITHOUT ANY WARRANTY; without even the implied warranty of
270 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
271 GNU General Public License for more details.
273 You should have received a copy of the GNU General Public License
274 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
277 Local variables:
278 mode: outline
279 paragraph-separate: "[  \f]*$"
280 end: