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