Auto-commit of generated files.
[bpt/emacs.git] / etc / NEWS
CommitLineData
29b7722a 1GNU Emacs NEWS -- history of user-visible changes.
5b87ad55 2
73b0cd50 3Copyright (C) 2010-2011 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
338648ad
GM
27** Configure links against libselinux if it is found.
28You can disable this by using --without-selinux.
29
30---
31** By default, the installed Info and man pages are compressed.
32You can disable this by configuring --without-compress-info.
33
aded53ff
GM
34---
35** There are new configure options:
36--with-mmdf, --with-mail-unlink, --with-mailhost.
37These provide no new functionality, they just remove the need to edit
38lib-src/Makefile by hand in order to use the associated features.
39
e547b051 40---
30c4d8dc 41** Emacs can be compiled against Gtk+ 3.0 if you pass --with-x-toolkit=gtk3
e547b051
J
42to configure. Note that other libraries used by Emacs, RSVG and GConf,
43also depend on Gtk+. You can disable them with --without-rsvg and
44--without-gconf.
45
3fd50d5c 46---
d9170db5
DN
47** There is a new configure option --enable-use-lisp-union-type.
48This is only useful for Emacs developers to debug certain types of bugs.
b2957ea8 49This is not a new feature; only the configure flag is new.
d9170db5 50
3fd50d5c 51---
81eafe29
PE
52** There is a new configure option --with-wide-int.
53With it, Emacs integers typically have 62 bits, even on 32-bit machines.
0a768890
PE
54On 32-bit hosts, this raises the limit on buffer sizes from about 512 MiB
55to about 2 GiB.
81eafe29 56
d064e6a6 57---
f042970d 58** New translation of the Emacs Tutorial in Hebrew is available.
d064e6a6
EZ
59Type `C-u C-h t' to choose it in case your language setup doesn't
60automatically select it.
61
ddb54206 62** Emacs can be compiled with ImageMagick support.
041d709f 63Emacs links to ImageMagick if version 6.2.8 or newer of the library is
ddb54206
CY
64present at build time. To inhibit ImageMagick, use the configure
65option `--without-imagemagick' .
041d709f 66
ddb54206 67---
041d709f
CY
68** The standalone programs digest-doc and sorted-doc are removed.
69Emacs now uses Lisp commands `doc-file-to-man' and `doc-file-to-info'.
70
71---
72** The standalone program `fakemail' is removed.
73If you need it, feedmail.el provides a superset of the functionality.
74
0bfd685e 75\f
eb199145 76* Startup Changes in Emacs 24.1
4a263588 77
fdeb32ec 78---
198a7a97 79** The --unibyte, --multibyte, --no-multibyte, and --no-unibyte
adbf62ff
GM
80command line arguments, and the EMACS_UNIBYTE environment variable, no
81longer have any effect. (They were declared obsolete in Emacs 23.)
198a7a97 82
fdeb32ec 83+++
66b7b0fe
GM
84** New command line option `--no-site-lisp' removes site-lisp directories
85from load-path. -Q now implies this.
86
fdeb32ec 87---
71edd0ec
JB
88** On Windows, Emacs now warns when the obsolete _emacs init file is used,
89and also when HOME is set to C:\ by default.
8a05b668 90
0bfd685e 91\f
eb199145 92* Changes in Emacs 24.1
7841339b 93
3fd50d5c 94+++
041d709f 95** auto-mode-case-fold is now enabled by default.
2a847524 96
a2a25d24 97** Completion
fdeb32ec 98
e17d9003
SM
99*** shell-mode uses pcomplete rules, with the standard completion UI.
100
de0bde62
CY
101*** Many packages have been changed to use `completion-at-point'
102rather than their own completion code.
103
104*** `completion-at-point' now handles tags and semantic completion.
27a16462 105---
a2a25d24
SM
106*** Completion in a non-minibuffer now tries to detect the end of completion
107and pops down the *Completions* buffer accordingly.
de09aa52 108+++
a2a25d24 109*** Completion can cycle, depending on completion-cycle-threshold.
27a16462 110+++
a2a25d24 111*** New completion style `substring'.
939db9ac 112+++
620c53a6 113*** Completion style can be set per-category `completion-category-overrides'.
939db9ac 114+++
620c53a6
SM
115*** Completion of buffers now uses substring completion by default.
116
6870aaef
LMI
117** Mail changes
118
041d709f
CY
119The default of `send-mail-function' is now `sendmail-query-once',
120which asks the user (once) whether to use the smtpmail package to send
121email, or to use the old defaults that rely on external mail
122facilities (`sendmail-send-it' on GNU/Linux and other Unix-like
123systems, and `mailclient-send-it' on Windows).
6870aaef 124
041d709f 125*** smtpmail changes
95f41d9a 126
041d709f
CY
127**** smtpmail now uses encrypted connections (via STARTTLS) if the
128mail server supports them. It also uses the auth-source framework for
129getting credentials.
95f41d9a 130
041d709f
CY
131**** The variable `smtpmail-auth-credentials' has been removed.
132That variable used to have the default value "~/.authinfo", in which
133case you won't see any difference. But if you changed it to be a list
134of user names and passwords, that setting is now ignored; you will be
135prompted for the user name and the password, which will then be saved
136to ~/.authinfo.
e2430e31 137
041d709f
CY
138You can also manually copy the credentials to your ~/.authinfo file.
139For example, if you had
e2430e31 140
041d709f
CY
141 (setq smtpmail-auth-credentials
142 '(("mail.example.org" 25 "jim" "s!cret")))
e2430e31
LMI
143
144then the equivalent line in ~/.authinfo would be
145
041d709f
CY
146 machine mail.example.org port 25 login jim password s!cret
147
148**** The variable `smtpmail-starttls-credentials' has been removed.
95f41d9a 149
cd1181db 150If you had that set, then you need to put
95f41d9a 151
041d709f 152 machine smtp.whatever.foo port 25 key "~/.my_smtp_tls.key" cert "~/.my_smtp_tls.cert"
95f41d9a
LMI
153
154in your ~/.authinfo file instead.
155
c3760c17
EZ
156*** sendmail changes
157+++
158You can now add MIME attachments to outgoing messages with the new
159command `mail-add-attachment'.
160
161---
162The command `mail-attach-file' was renamed to `mail-insert-file'; the
163old name is now an obsolete alias to the new name.
164
041d709f 165** Emacs server and client changes
ddb54206 166+++
041d709f
CY
167*** New option `server-port' specifies the port on which the Emacs
168server should listen.
169+++
170*** New emacsclient argument -q/--quiet suppresses some status messages.
171+++
172*** New emacsclient argument --frame-parameters can be used to set the
173frame parameters of a newly-created graphical frame.
174+++
8350f087 175*** If emacsclient shuts down as a result of Emacs signaling an
041d709f
CY
176error, its exit status is 1.
177+++
178*** New emacsclient argument --parent-id ID.
179This opens a client frame in parent X window ID, via XEmbed, similar
180to the --parent-id argument to Emacs.
181
d0ce9f8c
MB
182** Internationalization changes
183
f4b6ba46 184+++
d0ce9f8c 185*** Emacs now supports display and editing of bidirectional text.
f4b6ba46 186
f1816485
EZ
187Text that includes characters from right-to-left (RTL) scripts, such
188as Arabic, Farsi, or Hebrew, is displayed in the correct visual order
189as expected by users of those scripts. This display reordering is a
190"Full bidirectionality" class implementation of the Unicode
7850ac23
EZ
191Bidirectional Algorithm. Buffers with no RTL text should look exactly
192the same as before.
f4b6ba46 193
041d709f
CY
194For more information, see the node "Bidirectional Editing" in the
195Emacs Manual.
f4b6ba46 196
041d709f
CY
197+++
198**** New buffer-local variable `bidi-display-reordering'.
199To disable display reordering in any given buffer, change this to nil.
d20e1419 200
041d709f
CY
201+++
202**** New buffer-local variable `bidi-paragraph-direction'.
203If nil (the default), Emacs determines the base direction of each
204paragraph from its text, as specified by the Unicode Bidirectional
f4b6ba46
EZ
205Algorithm.
206
041d709f
CY
207Setting this to `right-to-left' or `left-to-right' forces a particular
208base direction on each paragraph in the buffer.
209
f1816485
EZ
210Paragraphs whose base direction is right-to-left are displayed
211starting at the right margin of the window.
212
d0ce9f8c 213+++
041d709f
CY
214*** Enhanced support for characters with no glyphs in available fonts.
215If a character has no glyphs in any of the available fonts, Emacs
216normally displays it either as a hexadecimal code in a box or as a
d0ce9f8c
MB
217thin 1-pixel space. In addition to these two methods, Emacs can
218display these characters as empty box, as an acronym, or not display
219them at all. To change how these characters are displayed, customize
220the variable `glyphless-char-display-control'.
221
041d709f 222On character terminals, these methods are used for characters that
d0ce9f8c
MB
223cannot be encoded by the `terminal-coding-system'.
224
ddb54206 225---
041d709f
CY
226*** New input methods for Farsi: farsi and farsi-translit.
227
939db9ac
CY
228+++
229*** `nobreak-char-display' now also highlights Unicode hyphen chars
230(U+2010 and U+2011).
231
041d709f 232** Improved GTK integration
da97a9e6 233+++
041d709f 234*** GTK scroll-bars are now placed on the right by default.
52834b6b 235Use `set-scroll-bar-mode' to change this.
da97a9e6 236+++
041d709f 237*** GTK tool bars can have just text, just images or images and text.
d8004abe 238Customize `tool-bar-style' to choose style. On a Gnome desktop, the default
20fe03ad 239is taken from the desktop settings.
da97a9e6 240---
041d709f 241*** GTK tool bars can be placed on the left/right or top/bottom of the frame.
8b2dd508 242The frame-parameter tool-bar-position controls this. It takes the values
1c0d77cc 243top, left, right or bottom. The Options => Show/Hide menu has entries
8b2dd508 244for this.
d366bd53 245+++
67e729a5
CY
246*** The colors for selected text (the `region' face) are taken from
247the GTK theme when Emacs is built with GTK.
d366bd53 248+++
041d709f
CY
249*** Emacs uses GTK tooltips by default if built with GTK. You can turn that
250off by customizing x-gtk-use-system-tooltips.
16a91140 251
35137ed3 252+++
bc987f8b
JL
253** New basic faces `error', `warning', `success' are available to
254highlight strings that indicate failure, caution or successful operation.
255
1ecb2d3f 256** Lucid menus and dialogs can display antialiased fonts if Emacs is built
3928f2b6
JD
257with Xft. To change font, use the X resource font, for example:
258Emacs.pane.menubar.font: Courier-12
99852628 259
21100e7d 260+++
917794d5 261** On graphical displays, the mode-line no longer ends in dashes.
1dd3c2d9
CY
262Also, the first dash (which does not indicate anything) is just
263displayed as a space.
917794d5 264
b7d65a5f
GM
265** Basic SELinux support has been added.
266This requires Emacs to be linked with libselinux at build time.
267
d8004abe
GM
268*** Emacs preserves the SELinux file context when backing up, and
269optionally when copying files. To this end, copy-file has an extra
270optional argument, and backup-buffer and friends include the SELinux
271context in their return values.
b7d65a5f
GM
272
273*** The new functions file-selinux-context and set-file-selinux-context
274get and set the SELinux context of a file.
bfd779dd 275---
a5bee597
MA
276*** Tramp offers handlers for file-selinux-context and set-file-selinux-context
277for remote machines which support SELinux.
278
041d709f 279** Changes for exiting Emacs
ddb54206 280+++
041d709f
CY
281*** The function kill-emacs is now run upon receipt of the signals
282SIGTERM and SIGHUP, and upon SIGINT in batch mode.
ddb54206 283+++
041d709f 284*** kill-emacs-hook is now also run in batch mode.
63c72eeb
GM
285If you have code that adds something to kill-emacs-hook, you should
286consider if it is still appropriate to add it in the noninteractive case.
9c524fcb 287
041d709f 288** Scrolling changes
550f41cd 289+++
041d709f 290*** New scrolling commands `scroll-up-command' and `scroll-down-command'
0a19a6f8
JB
291(bound to C-v/[next] and M-v/[prior]) do not signal errors at top/bottom
292of buffer at first key-press (instead move to top/bottom of buffer)
550f41cd 293when `scroll-error-top-bottom' is non-nil.
550f41cd
CY
294+++
295*** New variable `scroll-error-top-bottom' (see above).
e7a3ff06 296+++
041d709f 297*** New scrolling commands `scroll-up-line' and `scroll-down-line'
5a97d2da 298scroll a line instead of full screen.
550f41cd 299+++
041d709f 300*** New property `scroll-command' should be set on a command's symbol to
b2957ea8 301define it as a scroll command affected by `scroll-preserve-screen-position'.
d0f69533 302+++
041d709f 303*** If you customize `scroll-conservatively' to a value greater than 100,
d0f69533
EZ
304Emacs will never recenter point in the window when it scrolls due to
305cursor motion commands or commands that move point (e.f., `M-g M-g').
306Previously, you needed to use `most-positive-fixnum' as the value of
307`scroll-conservatively' to achieve the same effect.
d0f69533 308---
041d709f 309*** ``Aggressive'' scrolling now honors the scroll margins.
d0f69533
EZ
310If you customize `scroll-up-aggressively' or
311`scroll-down-aggressively' and move point off the window, Emacs now
312scrolls the window so as to avoid positioning point inside the scroll
313margin.
314
f1a5d776 315** Trash changes
04e2ce72 316+++
f1a5d776
CY
317*** `delete-by-moving-to-trash' now only affects commands that specify
318trashing. This avoids inadvertently trashing temporary files.
04e2ce72 319+++
f1a5d776
CY
320*** Calling `delete-file' or `delete-directory' with a prefix argument
321now forces true deletion, regardless of `delete-by-moving-to-trash'.
322
f0bf7c8e
JL
323** New option `list-colors-sort' defines the color sort order
324for `list-colors-display'.
325
44198b6e
CY
326** An Emacs Lisp package manager is now included.
327This is a convenient way to download and install additional packages,
3fd50d5c 328from a package repository at http://elpa.gnu.org.
d43f5a42 329+++
cb6c4991
CY
330*** `M-x list-packages' shows a list of packages, which can be
331selected for installation.
d43f5a42 332+++
cb6c4991 333*** New command `describe-package', bound to `C-h P'.
d43f5a42 334+++
44198b6e
CY
335*** By default, all installed packages are loaded and activated
336automatically when Emacs starts up. To disable this, set
337`package-enable-at-startup' to nil. To change which packages are
338loaded, customize `package-load-list'.
339
f065864f
CY
340** Custom Themes
341
342*** `M-x customize-themes' lists Custom themes which can be enabled.
343
782b5e8d
CY
344*** New option `custom-theme-load-path' is the load path for themes.
345Emacs no longer looks for custom themes in `load-path'. The default
346is to search in `custom-theme-directory', followed by a built-in theme
347directory named "themes/" in `data-directory'.
348
b7617f6d
CY
349*** New option `custom-safe-themes' records known-safe theme files.
350If a theme is not in this list, Emacs queries before loading it, and
351offers to save the theme to `custom-safe-themes' automatically. By
352default, all themes included in Emacs are treated as safe.
278f6845 353
4ddf410a
MA
354** The user option `remote-file-name-inhibit-cache' controls whether
355the remote file-name cache is used for read access.
356
041d709f 357** File- and directory-local variable changes
b8f82dc1 358+++
041d709f
CY
359*** You can stop directory local vars from applying to subdirectories.
360Add an element (subdirs . nil) to the alist portion of any variables
361settings to indicate that the section should not apply to
362subdirectories.
b8f82dc1 363
041d709f
CY
364*** Directory local variables can apply to some file-less buffers.
365Affected modes include dired, vc-dir, and log-edit. For example,
366adding "(diff-mode . ((mode . whitespace)))" to .dir-locals.el will
367turn on `whitespace-mode' for *vc-diff* buffers. Modes should call
368`hack-dir-local-variables-non-file-buffer' to support this.
041d709f
CY
369+++
370*** Using "mode: MINOR-MODE" to enable a minor mode is deprecated.
371Instead, use "eval: (minor-mode 1)".
c136e5cd 372
fdeb32ec 373+++
f13183cf
CY
374** The variable `focus-follows-mouse' now always defaults to nil.
375
7f3f739f
LL
376** New primitive `secure-hash' that supports many secure hash algorithms
377including md5, sha-1 and sha-2 (sha-224, sha-256, sha-384 and sha-512).
42d4bcc8
LL
378The elisp implementation sha1.el is removed. Feature sha1 is provided
379by default.
380
5d907d6c
DA
381** Menu-bar changes
382
383*** `menu-bar-select-buffer-function' lets you choose another operation
384instead of `switch-to-buffer' when selecting an item in the Buffers menu.
385
0a2132ba
CY
386** Window changes
387
388+++
389*** Resizing an Emacs frame now preserves proportional window sizes,
390modulo restrictions like window minimum sizes and fixed-size windows.
391
392*** The behavior of `display-buffer' is now customizable in detail.
717a1362 393+++
0a2132ba
CY
394**** New option `display-buffer-base-action' specifies a list of
395user-determined display "actions" (functions and optional arguments
396for choosing the displaying window).
397
398This takes precedence over the default display action, which is
399specified by `display-buffer-fallback-action'.
400
717a1362 401+++
0a2132ba
CY
402**** New option `display-buffer-alist' maps buffer name regexps to
403display actions, taking precedence over `display-buffer-base-action'.
404
405+++
a0c2d0ae
MR
406*** New option `window-combination-limit'.
407The new option `window-combination-limit' allows to return the space
408obtained for resizing or creating a window more reliably to the window
409from which such space was obtained.
0a2132ba
CY
410
411+++
a0c2d0ae
MR
412*** New option `window-combination-resize'.
413The new option `window-combination-resize' allows to split a window that
414otherwise cannot be split because it's too small by stealing space from
415other windows in the same combination. Subsequent resizing or deletion
416of the window will resize all windows in the same combination as well.
0a2132ba
CY
417
418+++
419*** New commands `maximize-window' and `minimize-window'.
53964682 420These maximize and minimize the size of a window within its frame.
0a2132ba
CY
421
422+++
423*** New commands `switch-to-prev-buffer' and `switch-to-next-buffer'.
424These functions allow to navigate through the live buffers that have
425been shown in a specific window.
426
ed6235ea
MR
427+++
428*** New functions `window-state-get' and `window-state-put'.
429These functions allow to save and restore the state of an arbitrary
430frame or window as an Elisp object.
431
041d709f
CY
432** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'.
433This is handy for minibuffer-only frames, and is also used for the "mouse-1
434pops up *Messages*" feature, which can now easily be changed.
435
0bfd685e 436\f
eb199145 437* Editing Changes in Emacs 24.1
b350bdf2 438
892777ba 439** Search changes
892777ba
CY
440+++
441*** C-y in Isearch is now bound to isearch-yank-kill, instead of
442isearch-yank-line.
5abc31ef 443+++
25666126
LL
444*** M-y in Isearch is now bound to isearch-yank-pop, instead of
445isearch-yank-kill.
892777ba
CY
446+++
447*** M-s C-e in Isearch is now bound to isearch-yank-line.
448
ea4f7750 449+++
b2b0776e
CY
450** New commands `count-words-region' and `count-words'.
451
452*** `count-lines-region' is now an alias for `count-words-region',
453bound to M-=, which shows the number of lines, words, and characters.
ea4f7750 454
bfd779dd 455+++
d74cba8f
MA
456** The default value of `backup-by-copying-when-mismatch' is now t.
457
21100e7d 458+++
ec9da840 459** The command `just-one-space' (M-SPC), if given a negative argument,
1c708c1a
CY
460also deletes newlines around point.
461
b9229673 462** Deletion changes
50b063c3 463+++
b9229673 464*** New option `delete-active-region'.
ddb54206
CY
465If non-nil, [delete] and DEL delete the region if it is active and no
466prefix argument is given. If set to `kill', these commands kill
467instead.
50b063c3 468+++
59ee0542 469*** New command `delete-forward-char', bound to [delete].
42d9cffa
CY
470This is meant for interactive use, and obeys `delete-active-region'.
471The command `delete-char' does not obey `delete-active-region'.
50b063c3 472---
b9229673
CY
473*** `delete-backward-char' is now a Lisp function.
474Apart from obeying `delete-active-region', its behavior is unchanged.
475However, the byte compiler now warns if it is called from Lisp; you
476should use delete-char with a negative argument instead.
ddb54206 477---
b9229673
CY
478*** The option `mouse-region-delete-keys' has been deleted.
479
f9d71b42
CY
480** Selection changes.
481
b1ab31ae
CY
482The default handling of clipboard and primary selections was changed
483to conform with modern X applications. In short, most commands for
484killing and yanking text now use the clipboard, while mouse commands
485use the primary selection.
486
487In the following, we provide a list of these changes, followed by a
488list of steps to get the old behavior back if you prefer that.
489
963578d3 490+++
b1ab31ae
CY
491*** `select-active-regions' now defaults to t.
492Merely selecting text (e.g. with drag-mouse-1) no longer puts it in
963578d3 493the kill ring. The selected text is put in the primary selection, if
b1ab31ae
CY
494the system possesses a separate primary selection facility (e.g. X).
495
963578d3 496+++
b1ab31ae
CY
497**** `select-active-regions' also accepts a new value, `only'.
498This means to only set the primary selection for temporarily active
499regions (usually made by mouse-dragging or shift-selection);
500"ordinary" active regions, such as those made with C-SPC followed by
501point motion, do not alter the primary selection.
502
963578d3
CY
503---
504**** `mouse-drag-copy-region' now defaults to nil.
505
506+++
b1ab31ae
CY
507*** mouse-2 is now bound to `mouse-yank-primary'.
508This pastes from the primary selection, ignoring the kill-ring.
509Previously, mouse-2 was bound to `mouse-yank-at-click'.
510
963578d3 511+++
b1ab31ae 512*** `x-select-enable-clipboard' now defaults to t on all platforms.
963578d3 513+++
b1ab31ae
CY
514*** `x-select-enable-primary' now defaults to nil.
515Thus, commands that kill text or copy it to the kill-ring (such as
516M-w, C-w, and C-k) also use the clipboard---not the primary selection.
517
963578d3 518---
b1ab31ae
CY
519**** The "Copy", "Cut", and "Paste" items in the "Edit" menu are now
520exactly equivalent to, respectively M-w, C-w, and C-y.
521
963578d3 522---
b1ab31ae
CY
523**** Note that on MS-Windows, `x-select-enable-clipboard' was already
524non-nil by default, as Windows does not support the primary selection
525between applications.
526
963578d3 527---
b1ab31ae 528*** To return to the previous behavior, do the following:
104c2fe9 529**** Change `select-active-regions' to nil.
b1ab31ae
CY
530**** Change `mouse-drag-copy-region' to t.
531**** Change `x-select-enable-primary' to t (on X only).
532**** Change `x-select-enable-clipboard' to nil.
533**** Bind `mouse-yank-at-click' to mouse-2.
f9d71b42 534
963578d3 535+++
084e6df3
JD
536*** Support for X cut buffers has been removed.
537
3fd50d5c
CY
538*** X clipboard managers are now supported.
539To inhibit this, change `x-select-enable-clipboard-manager' to nil.
4b80f674 540
50b063c3 541+++
99f053cf 542** New command `rectangle-number-lines', bound to `C-x r N', numbers
6b2c221e 543the lines in the current rectangle. With a prefix argument, this
99f053cf
JA
544prompts for a number to count from and for a format string.
545
6bf7006f
EZ
546+++
547** The default value of redisplay-dont-change is now t
548This makes Emacs feel more responsive to editing commands that arrive
549at high rate, e.g. if you lean on some key, because stopping redisplay
550in the middle (when this variable is nil) forces more expensive
551updates later on, and Emacs appears to be unable to keep up.
552
9bae34bf 553\f
eb199145 554* Changes in Specialized Modes and Packages in Emacs 24.1
efeb796b 555
bfd779dd 556+++
041d709f 557** Archive Mode has basic support for browsing and updating 7z archives.
d76674bb 558
041d709f
CY
559** browse-url has a new variable `browse-url-mailto-function'
560specifies how mailto: URLs are handled. The default is `browse-url-mail'.
cbf83ce9 561
b7c3692a
RW
562** BibTeX mode
563
2de69e00 564*** BibTeX mode now supports biblatex.
041d709f
CY
565Use the variable bibtex-dialect to select support for different BibTeX
566dialects. bibtex-entry-field-alist is now an obsolete alias for
2de69e00
RW
567bibtex-BibTeX-entry-alist.
568
34699b85
RW
569*** New command `bibtex-search-entries' bound to C-c C-a.
570
b7c3692a
RW
571*** New `bibtex-entry-format' option `sort-fields', disabled by default.
572
022fe7ce
RW
573*** New variable `bibtex-search-entry-globally'.
574
cf16af42
GM
575** Calendar, Diary, and Appt
576
548d0a63
GM
577+++
578*** Diary entries can contain non-printing `comments'.
579See the variable `diary-comment-start'.
580
5006e634
GM
581+++
582*** Appointments can specify their individual warning times.
583See the variable `appt-warning-time-regexp'.
584
0a2bb1a9
GM
585---
586*** The function specified by `appt-disp-window-function' may be passed
587lists of arguments if multiple appointments are due at similar times.
588If you are using a custom function for this, you should update it.
589
d306b4da 590+++
7454f200
GM
591*** New function `diary-hebrew-birthday'.
592
e565dd37
GM
593---
594*** Elements of `calendar-day-abbrev-array' and `calendar-month-abbrev-array'
595may no longer be nil, but must all be strings.
596
cf16af42
GM
597---
598*** The obsolete (since Emacs 22.1) method of enabling the appt package
599by adding appt-make-list to diary-hook has been removed. Use appt-activate.
600
601---
602*** Some appt variables (obsolete since Emacs 22.1) have been removed:
603appt-issue-message (use the function appt-activate)
604appt-visible/appt-msg-window (use the variable appt-display-format)
605
606---
607*** Some diary function aliases (obsolete since Emacs 22.1) have been removed:
608view-diary-entries, list-diary-entries, show-all-diary-entries
609
041d709f
CY
610** CC Mode (C, C++, etc.)
611
612*** New feature to "guess" the style in an existing buffer.
613
614** comint and modes derived from it use the generic completion code.
615
616** Compilation mode
617
618*** Compilation mode can be used without font-lock-mode.
619`compilation-parse-errors-function' is now obsolete.
620
621*** `compilation-filter-start' is let-bound to the start of the text
622inserted by the compilation filter function, when calling
623compilation-filter-hook.
624
1dce7193
SM
625*** `compilation-error-screen-columns' is obeyed in the editing buffer.
626So programming language modes can set it, whereas previously only the value
627in the *compilation* buffer was used.
628
52834b6b
CY
629** Customize
630
631*** Customize buffers now contain a search field.
632The search is performed using `customize-apropos'.
42d9cffa 633To turn off the search field, set custom-search-field to nil.
52834b6b
CY
634
635*** Custom options now start out hidden if at their default values.
636Use the arrow to the left of the option name to toggle visibility.
637
638*** custom-buffer-sort-alphabetically now defaults to t.
639
640*** The color widget now has a "Choose" button, which allows you to
641choose a color via list-colors-display.
642
041d709f
CY
643** D-Bus
644
645*** It is possible now, to access alternative buses than the default
646system or session bus.
647
648*** dbus-register-{service,method,property}
649The -method and -property functions do not automatically register
650names anymore.
651
652The new function dbus-register-service registers a service known name
653on a D-Bus without simultaneously registering a property or a method.
654
f5d6548a
JL
655** Dired-x
656
657*** dired-jump and dired-jump-other-window called with a prefix argument
658read a file name from the minibuffer instead of using buffer-file-name.
659
817b48a7
GM
660+++
661*** The `dired local variables' feature provided by Dired-x is obsolete.
662The standard directory local variables feature replaces it.
8117868f 663
041d709f 664** ERC changes
7492acc9 665
041d709f
CY
666*** New vars `erc-autojoin-timing' and `erc-autojoin-delay'.
667If the value of `erc-autojoin-timing' is 'ident, ERC autojoins after a
668successful NickServ identification, or after `erc-autojoin-delay'
669seconds. The default value, 'ident, means to autojoin immediately
670after connecting.
671
672*** New variable `erc-coding-system-precedence': If we use `undecided'
673as the server coding system, this variable will then be consulted.
674The default is to decode strings that can be decoded as utf-8 as
675utf-8, and do the normal `undecided' decoding for the rest.
7492acc9 676
041d709f 677** Eshell changes
7492acc9 678
041d709f
CY
679*** The default value of eshell-directory-name is a directory named
680"eshell" in `user-emacs-directory'. If the old "~/.eshell/" directory
681exists, that is used instead.
682
683** gdb-mi
684
685*** GDB User Interface migrated to GDB Machine Interface and now
686supports multithread non-stop debugging and debugging of several
687threads simultaneously.
688
689** In ido-mode, C-v is no longer bound to ido-toggle-vc.
690The reason is that this interferes with cua-mode.
7492acc9 691
18af70d0
CY
692** Image mode
693
694*** RET (`image-toggle-animation') toggles animation, if the displayed
695image can be animated.
696
697*** Option `image-animate-loop', if non-nil, loops the animation.
698If nil, `image-toggle-animation' plays the animation once.
699
041d709f 700** Info
723ee192 701
041d709f
CY
702*** New command `info-display-manual' displays an Info manual
703specified by its name. If that manual is already visited in some Info
704buffer within the current session, the command will display that
705buffer. Otherwise, it will load the manual and display it. This is
706handy if you have many manuals in many Info buffers, and don't
707remember the name of the buffer visiting the manual you want to
708consult.
691cf4a0 709
041d709f 710** The Landmark game is now invoked with `landmark', not `lm'.
691cf4a0 711
06b08b88 712** MH-E has been upgraded to MH-E version 8.3.1.
041d709f 713See MH-E-NEWS for details.
37221432 714
041d709f 715** Modula-2 mode provides auto-indentation.
37221432 716
041d709f 717** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
3c3d4f5b 718
041d709f
CY
719** Prolog mode has been completely revamped, with lots of additional
720functionality such as more intelligent indentation, electricity, support for
721more variants, including Mercury, and a lot more.
722
723** Rmail
724
725*** The command `rmail-epa-decrypt' decrypts OpenPGP data
726in the Rmail incoming message.
727
50419064
GM
728---
729*** The variable `rmail-message-filter' no longer has any effect.
730This change was made in Emacs 23.1 but was not advertised at the time.
731Try using `rmail-show-message-hook' instead.
732
717a1362
CY
733** Shell mode
734
de0bde62
CY
735*** Shell mode uses pcomplete rules, with the standard completion UI.
736
717a1362
CY
737*** The `shell' command prompts for the shell path name if the default
738directory is a remote file name and neither the environment variable
739$ESHELL nor the variable `explicit-shell-file-name' is set.
740
741*** New variable `shell-dir-cookie-re'.
742If set to an appropriate regexp, Shell mode can track your cwd by
743reading it from your prompt.
041d709f 744
ddb54206 745---
041d709f
CY
746** SQL Mode enhancements.
747
748*** `sql-dialect' is an alias for `sql-product'.
749
750*** New variable `sql-port' specifies the port number for connecting
751to a MySQL or Postgres server.
752
753*** The command `sql-product-interactive' now takes a prefix argument,
754which causes it to prompt for an SQL product instead of the current
755value of `sql-product'.
756
757*** Product-specific SQL interactive commands now take prefix args.
758These commands (`sql-sqlite', `sql-postgres', `sql-mysql', etc.),
759given a prefix argument, prompt for a name for the SQL interactive
760buffer. This reduces the need for calling `sql-rename-buffer'.
761
762*** SQL interactive modes suppress command continuation prompts, and
763replace tabs with spaces. The first change impacts multiple line SQL
764statements entered with C-j between each line, statements yanked into
765the buffer and statements sent with `sql-send-*' functions. The
766second change prevents the MySQL and Postgres interpreters from
767listing object name completions when sent text via `sql-send-*'
768functions.
769
770*** New custom variables control prompting for login parameters.
771Each supported product has a custom variable `sql-*-login-params',
772which is a list of the parameters to be prompted for before a
773connection is established.
774
775*** New variable `sql-connection-alist' for login parameter values.
776This can be used to store different username, database and server
777values. Connections defined in this variable appear in the submenu
778SQL->Start... for making new SQLi sessions.
779
780*** New command `sql-connect' starts a predefined SQLi session,
781using the login parameters from `sql-connection-alist'.
782
783*** New "Save Connection" menu item in SQLi buffers.
784This gathers the login params specified for the SQLi session, if it
785was not started by a connection, and saves them as a new connection.
786
787*** Commands for listing database objects and details.
788In an SQLi session, you can get a list of objects in the database.
789The contents of these lists are product specific.
790
791**** `C-c C-l a' or the "SQL->List all objects" menu item
792lists all the objects in the database. With a prefix argument, it
793displays additional details or extend the listing to include other
794schemas objects.
795
796**** `C-c C-l t' or the "SQL->List Table details" menu item
797prompts for the name of a database table or view and displays the list
798of columns in the relation. With a prefix argument, it displays
799additional details about each column.
800
801*** New options `sql-send-terminator' and `sql-oracle-scan-on'.
802
803*** An API for manipulating SQL product definitions has been added.
804
805** TeX modes
806
807*** latex-electric-env-pair-mode keeps \begin..\end matched on the fly.
412b9ee5 808
459bba37 809** Tramp
bfd779dd 810---
a808d31f 811*** There exists a new inline access method "ksu" (kerberized su).
bfd779dd 812---
459bba37 813*** The following access methods are discontinued: "ssh1_old",
ea843702 814"ssh2_old", "scp1_old", "scp2_old", "imap", "imaps" and "fish".
bfd779dd 815---
58f74fe4
MA
816*** The option `ange-ftp-binary-file-name-regexp' has changed its
817default value to "".
818
041d709f
CY
819** `url-queue-retrieve' downloads web pages asynchronously, but allow
820controlling the degree of parallelism.
177549d0 821
0c32ce32
CY
822** VC and related modes
823
824*** Support for pulling on distributed version control systems.
659114fd 825The vc-pull command runs a "pull" operation, if it is supported.
0c32ce32 826This updates the current branch from upstream. A prefix argument
659114fd 827means to prompt the user for specifics, e.g. a pull location.
0c32ce32 828
7d93eca9 829**** `vc-update' is now an alias for `vc-pull'.
0c32ce32 830
659114fd 831**** Currently supported by Bzr, Git, and Mercurial.
0c32ce32
CY
832
833*** Support for merging on distributed version control systems.
834The vc-merge command now runs a "merge" operation, if it is supported.
659114fd
CY
835This merges another branch into the current one. This command prompts
836the user for specifics, e.g. a merge source.
0c32ce32 837
33f6cf7b 838**** Currently supported for Bzr, Git, and Mercurial.
0c32ce32 839
2afef60a 840*** New option `vc-revert-show-diff' controls whether `vc-revert'
bbe43420 841shows a diff while querying the user. It defaults to t.
2afef60a 842
d4eb88c7
CY
843*** Log entries in some Log View buffers can be toggled to display a
844longer description by typing RET (log-view-toggle-entry-display).
845In the Log View buffers made by `C-x v L' (vc-print-root-log), you can
846use this to display the full log entry for the revision at point.
847
33f6cf7b 848**** Currently supported for Bzr, Git, and Mercurial.
d4eb88c7
CY
849
850**** Packages using Log View mode can enable this functionality by
851binding `log-view-expanded-log-entry-function' to a suitable function.
852
1c6c854e
CS
853*** New command `vc-ediff' allows visual comparison of two revisions
854of a file similar to `vc-diff', but using ediff backend.
855
80c6d77f 856+++
86c60681
CY
857*** The option `vc-initial-comment' was removed in Emacs 23.2, but
858this was not advertised at the time.
859
860+++
861*** `vc-toggle-read-only' is an obsolete alias for `toggle-read-only'.
862Since Emacs 23, it has done the same thing as `toggle-read-only', but
80c6d77f
GM
863this was not advertised at the time.
864
041d709f 865** FIXME: xdg-open for browse-url and reportbug, 2010/08.
ca5eed61 866
041d709f
CY
867** Obsolete modes
868
869*** partial-completion-mode is obsolete.
870You can get a comparable behavior with:
871(setq completion-styles '(partial-completion initials))
872(setq completion-pcm-complete-word-inserts-delimiters t)
873
874*** pc-mode.el is obsolete.
875
876*** sregex.el is obsolete, since rx.el is a strict superset.
877
878*** s-region.el and pc-select are obsolete.
879They are superseded by shift-select-mode enabled by default in 23.1.
ca5eed61 880
0fe719e6
GM
881** Miscellaneous
882
9f678528
GM
883+++
884*** f90.el has some support for Fortran 2008 syntax.
885
0fe719e6
GM
886---
887*** `copyright-fix-years' can optionally convert consecutive years to ranges.
888
5b3e6db8
GM
889*** New command `nato-region' converts text to NATO phonetic alphabet.
890
eb199145
GM
891\f
892* New Modes and Packages in Emacs 24.1
d445b3f8 893
5abc31ef 894+++
60e56523 895** Occur Edit mode applies edits made in *Occur* buffers to the
8c0f49f0 896original buffers. It is bound to "e" in Occur mode.
60e56523 897
7100ff98
SM
898** New global minor modes electric-pair-mode, electric-indent-mode,
899and electric-layout-mode.
3b843809 900
a83ec3c9
CY
901** tabulated-list.el provides a generic major mode for tabulated data,
902from which other modes can be derived.
903
d02c9bcd
SM
904** pcase.el provides the ML-style pattern matching macro `pcase'.
905
7725ebb7
MA
906** secrets.el is an implementation of the Secret Service API, an
907interface to password managers like GNOME Keyring or KDE Wallet. The
065f2743
MA
908Secret Service API requires D-Bus for communication. The command
909`secrets-show-secrets' offers a buffer with a visualization of the
910secrets.
7725ebb7 911
f9e78150
MA
912** notifications.el provides an implementation of the Desktop
913Notifications API. It requires D-Bus for communication.
914
12fe5bcc
MA
915** soap-client.el supports access to SOAP web services from Emacs.
916soap-inspect.el is an interactive inspector for SOAP WSDL structures.
917
ad7d6ecb
GM
918** xmodmap-generic-mode for xmodmap files.
919
53bbe3ad
JB
920** New emacs-lock.el package.
921(The pre-existing one has been renamed to old-emacs-lock.el and moved
922to obsolete/.) Now, Emacs Lock is a proper minor mode
923`emacs-lock-mode'. Protection against exiting Emacs and killing the
924buffer can be set separately. The mechanism for auto turning off
925protection for buffers with inferior processes has been generalized.
926
eb199145
GM
927\f
928* Incompatible Lisp Changes in Emacs 24.1
6dfcbe31 929
fa6996bc
EZ
930---
931** `char-direction-table' and the associated function `char-direction'
932were deleted. They were buggy and inferior to the new support of
933bidirectional editing introduced in Emacs 24. If you need the
934bidirectional properties of a character, use `get-char-code-property'
935with the last argument `bidi-class'.
936
a6326082 937+++
470d996d
TV
938** `copy-directory' now copies the source directory as a subdirectory
939of the target directory, if the latter is an existing directory. The
940new optional arg COPY-CONTENTS, if non-nil, makes the function copy
941the contents directly into a pre-existing target directory.
942
25ca2e61
CY
943** `compose-mail' now accepts an optional 8th arg, RETURN-ACTION, and
944passes it to the mail user agent function. This argument specifies an
945action for returning to the caller after finishing with the mail.
946This is currently used by Rmail to delete a mail window.
947
9173a8fb
CY
948** For mouse click input events in the text area, the Y pixel
949coordinate in the POSITION list now counts from the top of the text
950area, excluding any header line. Previously, it counted from the top
951of the header line.
952
ddb54206 953** Removed obsolete name `e' (use `float-e' instead).
c4d17d50 954
288cf4e9
SM
955** A backquote not followed by a space is now always treated as new-style.
956
fd5c9dfa 957** Test for special mode-class was moved from view-file to view-buffer.
288cf4e9
SM
958FIXME: This only says what was changed, but not what are the
959programmer-visible consequences.
fd5c9dfa 960
3b7e1d5f 961** Passing a nil argument to a minor mode function now turns the mode
0a19a6f8 962ON unconditionally.
6431f2e6 963
ddb54206 964+++
6431f2e6 965** During startup, Emacs no longer adds entries for `menu-bar-lines'
0a19a6f8
JB
966and `tool-bar-lines' to `default-frame-alist' and `initial-frame-alist'.
967With these alist entries omitted, `make-frame' checks the value of the
968variable `menu-bar-mode'/`tool-bar-mode' to determine whether to create
969a menu-bar or tool-bar, respectively. If the alist entries are added,
970they override the value of `menu-bar-mode'/`tool-bar-mode'.
6431f2e6 971
50b063c3 972+++
fe0aa820
CY
973** Regions created by mouse dragging are now normal active regions,
974similar to the ones created by shift-selection. In previous Emacs
975versions, these regions were delineated by `mouse-drag-overlay', which
976has now been removed.
d6d8ee7a 977
4583e796
GM
978** cl.el no longer provides `cl-19'.
979
be890cb8
SM
980** The menu bar bindings's caches are not used any more.
981Use (where-is-internal <def> nil t) instead.
982
041d709f 983** The following obsolete functions and aliases were removed:
3226d6ca
GM
984comint-kill-output, decompose-composite-char, outline-visible,
985internal-find-face, internal-get-face, frame-update-faces,
986frame-update-face-colors, x-frob-font-weight, x-frob-font-slant,
987x-make-font-bold, x-make-font-demibold, x-make-font-unbold
988x-make-font-italic, x-make-font-oblique, x-make-font-unitalic
989x-make-font-bold-italic, mldrag-drag-mode-line, mldrag-drag-vertical-line,
922ad43e
GM
990iswitchb-default-keybindings, char-bytes, isearch-return-char,
991make-local-hook
3226d6ca 992
041d709f
CY
993** The following obsolete variables and varaliases were removed:
994checkdoc-minor-keymap, vc-header-alist, directory-sep-char, and
995font-lock-defaults-alist.
3226d6ca 996
041d709f 997** The following obsolete files were removed:
7b0e3048
GM
998sc.el, x-menu.el, rnews.el, rnewspost.el
999
33658d4e
CY
1000** FIXME finder-inf.el changes.
1001
eb199145
GM
1002\f
1003* Lisp changes in Emacs 24.1
9097e8af 1004
041d709f
CY
1005** Code can now use lexical scoping by default instead of dynamic scoping.
1006The `lexical-binding' variable lets code use lexical scoping for local
1007variables. It is typically set via file-local variables, in which case it
1008applies to all the code in that file.
1009
1010*** `eval' takes a new optional argument `lexical' to choose the new lexical
1011binding instead of the old dynamic binding mode.
1012
1013*** Lexically scoped interpreted functions are represented with a new form
1014of function value which looks like (closure ENV ARGS &rest BODY).
1015
1016*** New macro `letrec' to define recursive local functions.
1017
1018*** New function `special-variable-p' to check whether a variable is
1019declared as dynamically bound.
1020
1021** An Emacs Lisp testing tool is now included.
1022Emacs Lisp developers can use this tool to write automated tests for
1023their code. See the ERT info manual for details.
1024
1025** Changes for bidirectional display and editing
f1816485 1026
041d709f
CY
1027+++
1028*** New function `current-bidi-paragraph-direction'.
f1816485
EZ
1029This returns the actual value of base direction of the paragraph at
1030point.
041d709f
CY
1031
1032+++
1033*** New function `bidi-string-mark-left-to-right'.
f1816485
EZ
1034Given a string containing characters from right-to-left (RTL) scripts,
1035this function returns another string which can be safely inserted into
1036a buffer, such that any following text will be always displayed to the
1037right of that string. (This works by appending the Unicode
1038"LEFT-TO-RIGHT MARK" character when the argument string might need that.)
041d709f
CY
1039
1040This is useful when the buffer has overall left-to-right (LTR)
1041paragraph direction and you need to insert a string whose contents and
f1816485
EZ
1042directionality are not known in advance, without disrupting the layout
1043of the line.
041d709f 1044
bee0fcef 1045** Window changes
c4682d18
MR
1046+++
1047*** Window tree functions are accessible in Elisp.
1048Functions are provided to return the parent, siblings or child windows
1049of any window including internal windows (windows not associated with a
1050buffer) in the window tree.
291d142b 1051+++
24300f5f
CY
1052**** New function `window-valid-p' gives non-nil for live and internal
1053windows.
c4682d18 1054+++
24300f5f 1055**** Window manipulation can deal with internal windows.
c4682d18
MR
1056Many window handling functions like `split-window', `delete-window', or
1057`delete-other-windows' as well as the window resizing functions can now
1058act on any window including internal ones.
c4682d18
MR
1059+++
1060*** window-total-height/-width vs window-body-height/-width.
1061The function `window-height' has been renamed to `window-total-height'
1062and `window-width' has been renamed to `window-body-width'. The old
1063names are provided as aliases. Two new functions `window-total-width'
1064and `window-body-height' are provided.
c4682d18
MR
1065+++
1066*** Window parameters specific to window handling functions.
1067For each window you can specify a parameter to override the default
1068behavior of a number of functions like `split-window', `delete-window'
ed6235ea
MR
1069and `delete-other-windows'. The variable `ignore-window-parameters'
1070allows to ignore processing such parameters.
c4682d18
MR
1071+++
1072*** New semantics of third argument of `split-window'.
c4682d18
MR
1073The third argument of `split-window' has been renamed to SIDE and can be
1074set to any of the values 'below, 'right, 'above, or 'left to make the
1075new window appear on the corresponding side of the window that shall be
1076split. Any other value of SIDE will cause `split-window' to split the
1077window into two side-by-side windows as before.
c4682d18
MR
1078+++
1079*** Window resizing functions.
487ffd7a 1080A new standard function for resizing windows called `window-resize' has
c4682d18
MR
1081been introduced. This and all other functions for resizing windows no
1082longer delete any windows when they become too small.
b3c0dbfd
MR
1083+++
1084*** Deleting the selected window now selects the most recently selected
1085live window on that frame instead.
c4682d18
MR
1086+++
1087*** `adjust-window-trailing-edge' adjustments.
1088`adjust-window-trailing-edge' can now deal with fixed-size windows and
1089is able to resize other windows if a window adjacent to the trailing
1090edge cannot be shrunk any more. This makes its behavior more similar to
1091that of Emacs 21 without compromising, however, its inability to delete
1092windows which was introduced in Emacs 22.
c4682d18
MR
1093+++
1094*** Window-local buffer lists.
1095Windows now have local buffer lists. This means that removing a buffer
1096from display in a window will preferably show the buffer previously
1097shown in that window with its previous window-start and window-point
1098positions. This also means that the same buffer may be automatically
1099shown twice even if it already appears in another window.
0e406a72 1100+++
bee0fcef
CY
1101*** `switch-to-buffer' has a new optional argument FORCE-SAME-WINDOW,
1102which if non-nil requires the buffer to be displayed in the currently
1103selected window, signaling an error otherwise. If nil, another window
1104can be used, e.g. if the selected one is strongly dedicated.
24300f5f 1105+++
0a2132ba 1106*** `split-window-vertically' and `split-window-horizontally' renamed
2d197ffb
CY
1107to `split-window-below' and `split-window-right' respectively.
1108The old names are kept as aliases.
24300f5f 1109+++
0a2132ba
CY
1110*** Display actions
1111
1112**** The second arg to `display-buffer' and `pop-to-buffer' is now
1113named ACTION, and takes a display action of the same form as
1114`display-buffer-base-action' (see Changes, above). A non-nil,
1115non-list value is treated specially, as the old meaning.
1116
1117**** New variable `display-buffer-overriding-action'.
1118
1119**** The procedure of `display-buffer' etc. to choose a window is
1120determined by combining `display-buffer-overriding-action',
1121`display-buffer-alist', the ACTION arg, `display-buffer-base-action',
1122and `display-buffer-fallback-action'. The second and fourth of these
1123are user-customizable variables.
1124
1125See the docstring of `display-buffer' for details.
bee0fcef 1126
ed6235ea
MR
1127+++
1128*** New behavior of `quit-window'.
1129The behavior of `quit-window' has been changed in order to restore the
1130state before the last buffer display operation in that window.
1131
d83dc65b
MR
1132+++
1133*** The new option `frame-auto-hide-function' lets you choose between
53964682 1134iconifying or deleting a frame when burying a buffer shown in a dedicated
d83dc65b
MR
1135frame or quitting a window showing a buffer in a frame of its own.
1136
a2a25d24 1137** Completion
041d709f 1138
a2a25d24
SM
1139*** New variable completion-extra-properties used to specify extra properties
1140of the current completion:
1141- :annotate-function, same as the old completion-annotate-function.
1142- :exit-function, function to call after completion took place.
1143
1144*** Functions on completion-at-point-functions can return any of the properties
1145valid for completion-extra-properties.
1146
1147*** completion-annotate-function is obsolete.
1148
620c53a6
SM
1149*** New `metadata' method for completion tables. The metadata thus returned
1150can specify various details of the data returned by `all-completions':
1151- `category' is the kind of objects returned (e.g., `buffer', `file', ...),
1152 used to select a style in completion-category-overrides.
1153- `annotation-function' to add annotations in *Completions*.
1154- `display-sort-function' to specify how to sort entries in *Completions*.
1155- `cycle-sort-function' to specify how to sort entries when cycling.
1156
de09aa52
CY
1157*** minibuffer-local-filename-must-match-map is not used any more.
1158Instead, the bindings in minibuffer-local-filename-completion-map are
1159combined with minibuffer-local-must-match-map.
1160
1161*** New variable `completing-read-function' allows overriding the
1162behavior of `completing-read'.
1163
d366bd53 1164+++
f042970d 1165** `glyphless-char-display' can now distinguish between graphical and
16a43933
CY
1166text terminal display, via a char-table entry that is a cons cell.
1167
da91b5f2
CY
1168** `open-network-stream' can now be used to open an encrypted stream.
1169It now accepts an optional `:type' parameter for initiating a TLS
1170connection, directly or via STARTTLS. To do STARTTLS, additional
1171parameters (`:end-of-command', `:success', `:capabilities-command')
1172must also be supplied.
1173
ddb54206 1174+++
f6d62986
SM
1175** pre/post-command-hook are not reset to nil upon error.
1176Instead, the offending function is removed.
1177
b1f6fa26
CY
1178** New hook types
1179
1180*** New function `run-hook-wrapped' for running an abnormal hook by
1181passing the hook functions as arguments to a "wrapping" function.
1182+++
1183*** New macro `with-wrapper-hook' for running an abnormal hook as a
1184set of "wrapping" filters, similar to around advice.
f6d62986 1185
7deebf1b
LMI
1186** `server-eval-at' is provided to allow evaluating forms on different
1187Emacs server instances.
1188
1189** `call-process' allows a `(:file "file")' spec to redirect STDOUT to
1190a file.
1191
04e2ce72
CY
1192---
1193** Variable `stack-trace-on-error' removed.
e7f7fbaa
SM
1194Also the debugger can now "continue" from an error, which means it will jump
1195to the error handler as if the debugger had not been invoked instead of
1196jumping all the way to the top-level.
1197
da97a9e6
CY
1198+++
1199** The function format-time-string now supports the %N directive, for
1200higher-resolution time stamps.
1201
3ef01959
CY
1202** New function `read-char-choice' reads a restricted set of characters,
1203discarding any inputs not inside the set.
1204
2e288d54
JB
1205** `image-library-alist' is renamed to `dynamic-library-alist'.
1206The variable is now used to load all kind of supported dynamic libraries,
1207not just image libraries. The previous name is still available as an
1208obsolete alias.
1209
04e2ce72
CY
1210** New variable `syntax-propertize-function'.
1211This replaces `font-lock-syntactic-keywords' which is now obsolete.
cf38dd42
SM
1212This allows syntax-table properties to be set independently from font-lock:
1213just call syntax-propertize to make sure the text is propertized.
1214Together with this new variable come a new hook
1215syntax-propertize-extend-region-functions, as well as two helper functions:
1216syntax-propertize-via-font-lock to reuse old font-lock-syntactic-keywords
1217as-is; and syntax-propertize-rules which provides a new way to specify
1218syntactic rules.
1219
a2e5caf7
SM
1220** New hook post-self-insert-hook run at the end of self-insert-command.
1221
7cf78aac 1222+++
c5683ceb 1223** Syntax tables support a new "comment style c" additionally to style b.
041d709f 1224
4e2db1fe 1225** frame-local variables cannot be let-bound any more.
041d709f 1226
15de15c6 1227** Major and minor mode changes
3fd50d5c 1228+++
15de15c6
CY
1229*** `prog-mode' is a new major mode from which programming modes
1230should be derived.
041d709f 1231
15de15c6
CY
1232**** `prog-mode-hook' can be used to enable features for programming
1233modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
1234on-the-fly spell checking for comments and strings.
1235
1236*** New hook `change-major-mode-after-body-hook', run by
1237`run-mode-hooks' just before any other mode hooks.
1238
1239*** Enabled globalized minor modes can be disabled in specific modes,
1240by running (FOO-mode-hook 0) via a mode hook.
1241
1242*** `define-minor-mode' accepts a new keyword :variable.
f44379e7 1243
04e2ce72 1244+++
b2957ea8 1245** `delete-file' and `delete-directory' now accept optional arg TRASH.
f1a5d776
CY
1246Trashing is performed if TRASH and `delete-by-moving-to-trash' are
1247both non-nil. Interactively, TRASH defaults to t, unless a prefix
1248argument is supplied (see Trash changes, above).
53967e09 1249
9317e499
CY
1250** `facemenu-read-color' is now an alias for `read-color'.
1251The command `read-color' now requires a match for a color name or RGB
8350f087 1252triplet, instead of signaling an error if the user provides a invalid
9317e499
CY
1253input.
1254
4039c786
CY
1255** Tool-bars can display separators.
1256Tool-bar separators are handled like menu separators in menu-bar maps,
94975270 1257i.e. via menu entries of the form `(menu-item "--")'.
9317e499 1258
00fe2df1
JL
1259** Image API
1260
18af70d0
CY
1261*** Animated images support (currently animated gifs only).
1262
1263**** `image-animated-p' returns non-nil if an image can be animated.
1264
1265**** `image-animate' animates a supplied image spec.
1266
1267**** `image-animate-timer' returns the timer object for an image that
1268is being animated.
00fe2df1 1269
1546c559
JL
1270*** `image-extension-data' is renamed to `image-metadata'.
1271
041d709f
CY
1272*** If Emacs is compiled with ImageMagick support (see Startup
1273Changes), the function `imagemagick-types' returns a list of image
1274file extensions that your installation of ImageMagick supports. The
1275function `imagemagick-register-types' enables ImageMagick support for
1276these image types, minus those listed in `imagemagick-types-inhibit'.
1277
1278See the Emacs Lisp Reference Manual for more information.
1279
71c17aec
LMI
1280** XML and HTML parsing
1281
1282*** If Emacs is compiled with libxml2 support (which is the default),
4b9832a6 1283two new Emacs Lisp-level functions are defined:
84156e94
MA
1284`libxml-parse-html-region' (which will parse "real world" HTML)
1285and `libxml-parse-xml-region' (which parses XML). Both return an
4b9832a6
CY
1286Emacs Lisp parse tree.
1287
1288FIXME: These should be front-ended by xml.el.
1289
e2574f2c
TZ
1290** GnuTLS
1291
1292*** Emacs can be compiled with libgnutls support
1293This is the default. You will then be able to use the functionality
1294in gnutls.el, namely the `open-gnutls-stream' and `gnutls-negotiate'
1295functions. It's easiest to use these functions through
1296`open-network-stream' because it can upgrade connections through
1297STARTTLS opportunistically or use plain SSL, depending on your needs.
1298
1299Only versions 2.8.x and higher or GnuTLS have been tested.
9f77899d
GM
1300[FIXME: this statement needs clarifying, given that GnuTLS >= 2.6.6
1301is the test used by configure.]
e2574f2c
TZ
1302
1303*** gnutls-log-level
1304Set `gnutls-log-level' higher than 0 to get debug output. 1 is for
1305important messages, 2 is for debug data, and higher numbers are as per
1306the GnuTLS logging conventions. The output is in *Messages*.
71c17aec 1307
a6020335
MH
1308** Isearch
1309
1310*** New hook `isearch-update-post-hook' that runs in `isearch-update'.
1311
ddb54206 1312+++
9326ba26
CY
1313** Progress reporters can now "spin".
1314The MIN-VALUE and MAX-VALUE arguments of `make-progress-reporter' can
1315now be nil, or omitted. This makes a "non-numeric" reporter. Each
1316time you call `progress-reporter-update' on that progress reporter,
1317with a nil or omitted VALUE argument, the reporter message is
1318displayed with a "spinning bar".
1319
3e214b50
JB
1320** New variable `revert-buffer-in-progress-p' is true while a buffer is
1321being reverted, even if the buffer has a local `revert-buffer-function'.
1322
638f053a
JB
1323** New variables `delayed-warnings-list' and `delayed-warnings-hook' allow
1324deferring warnings until the main command loop is executed.
1325
e145f188
GM
1326+++
1327** `set-auto-mode' now respects mode: local variables at the end of files,
1328as well as those in the -*- line.
1329
6420d28b
CY
1330---
1331** rx.el has a new `group-n' construct for explicitly numbered groups.
1332
3349e122 1333** keymaps can inherit from multiple parents.
43dc9f5b 1334
12ca40ec
SM
1335** `debug-on-event' lets you debug Emacs when stuck because of inhibit-quit.
1336
ddb54206 1337+++
43dc9f5b
AS
1338** New reader macro ## which stands for the empty symbol.
1339This means that the empty symbol can now be read back. Also, #: by itself
1340(when not immediately followed by a possible symbol character) stands for
1341an empty uninterned symbol.
041d709f
CY
1342
1343** Obsolete functions and variables
1344
1345*** buffer-substring-filters is obsolete.
1346Use `filter-buffer-substring-functions' instead.
1347
1348*** `byte-compile-disable-print-circle' is obsolete.
1349
1350*** `deferred-action-list' and `deferred-action-function' are obsolete.
d366bd53 1351+++
67e729a5
CY
1352*** `font-lock-maximum-size' is obsolete.
1353
eb199145
GM
1354\f
1355* Changes in Emacs 24.1 on non-free operating systems
d53a60a6 1356
0a19a6f8 1357** New configure.bat option --enable-checking builds Emacs with extra
04779484
JB
1358runtime checks.
1359
e3aef5c6 1360** New configure.bat option --distfiles to specify files to be
0a19a6f8 1361included in binary distribution.
e3aef5c6 1362
e2574f2c
TZ
1363** New configure.bat option --without-gnutls to disable automatic
1364GnuTLS detection.
1365
1366** New configure.bat option --lib for general library linkage, works
1367with the USER_LIBS build variable.
1368
0a19a6f8 1369** New make target `dist' to create binary distribution for MS Windows.
e3aef5c6 1370
5430d399
JB
1371** Function `w32-default-color-map' is now obsolete.
1372
04e2ce72
CY
1373** On Nextstep/OSX, the menu bar can be hidden by customizing
1374ns-auto-hide-menu-bar.
1375
05197f40 1376\f
a933dad1 1377----------------------------------------------------------------------
5b87ad55 1378This file is part of GNU Emacs.
a933dad1 1379
ab73e885 1380GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1381it under the terms of the GNU General Public License as published by
ab73e885
GM
1382the Free Software Foundation, either version 3 of the License, or
1383(at your option) any later version.
5b87ad55
GM
1384
1385GNU Emacs is distributed in the hope that it will be useful,
1386but WITHOUT ANY WARRANTY; without even the implied warranty of
1387MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1388GNU General Public License for more details.
a933dad1 1389
5b87ad55 1390You should have received a copy of the GNU General Public License
ab73e885 1391along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
a933dad1 1392
05197f40 1393\f
a933dad1
DL
1394Local variables:
1395mode: outline
1396paragraph-separate: "[ \f]*$"
1397end: