Fix match highlighting in compilation buffers.
[bpt/emacs.git] / etc / NEWS
CommitLineData
29b7722a 1GNU Emacs NEWS -- history of user-visible changes.
5b87ad55 2
a1ed8b05 3Copyright (C) 2010-2012 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
a1ed8b05
GM
17Temporary note:
18+++ indicates that the appropriate manual has already been updated.
19--- means no change in the manuals is called for.
20When you add a new item, please add it without either +++ or ---
21so we will look at it and add it to the manual.
22
23\f
24* Installation Changes in Emacs 24.2
b8df54ff
PE
25
26** New configure option '--enable-gcc-warnings', intended for developers.
27If building with GCC, this enables compile-time checks that warn about
28possibly-questionable C code. On a recent GNU system there should be
29no warnings; on older and on non-GNU systems the generated warnings
ae6e112d 30may be useful.
b8df54ff 31
a4a18b8b
GM
32---
33** Emacs uses libtinfo in preference to libncurses, if available.
34
187e9b90
GM
35---
36** On FreeBSD and NetBSD, configure no longer adds /usr/local/lib and
37/usr/pkg/lib to the linker search path. You must add them yourself if
38you want them.
39
a1ed8b05
GM
40\f
41* Startup Changes in Emacs 24.2
e5fcdb5e
GM
42
43** Emacs no longer searches for `leim-list.el' files beneath the standard
44lisp/ directory. There should not be any there anyway. If you have
45been adding them there, put them somewhere else, eg site-lisp.
46
a1ed8b05
GM
47\f
48* Changes in Emacs 24.2
49
e5a36063
GM
50** New functions `system-users', `system-groups' return lists of the user
51name, group names known to the system (where possible).
52
a1ed8b05
GM
53** If your Emacs was built from a bzr checkout, the new variable
54`emacs-bzr-version' contains information about which bzr revision was used.
55
c505aaeb
CY
56** ImageMagick support, if available, is automatically enabled.
57It is no longer necessary to call `imagemagick-register-types'
58explicitly to install ImageMagick image types; that function is called
59automatically when setting `imagemagick-types-inhibit'.
60
61*** Setting `imagemagick-types-inhibit' to t now disables the use of
62ImageMagick to view images, set
63
de6ff46d
CY
64** String values for `initial-buffer-choice' also apply to emacsclient
65frames, if emacsclient is only told to open a new frame without
66specifying any file to visit or expression to evaluate.
67
a1ed8b05
GM
68\f
69* Editing Changes in Emacs 24.2
c25df26e
RT
70
71** M-x move-to-column, if called interactively with no prefix arg, now
72prompts for a column number.
73
0f84437b
TV
74** `mouse-avoidance-banish-position' can now be used to customize
75`mouse-avoidance-mode' further.
76
09b95ce3
MY
77** `C-M-f' and `C-M-b' will now move to the path name separator
78character when doing minibuffer filename prompts.
79
5dd1713e
CY
80** `goto-char' is now bound to `M-g c'.
81
a1ed8b05
GM
82\f
83* Changes in Specialized Modes and Packages in Emacs 24.2
b2459884 84
d81bd059
SM
85** New `derived-mode' filter for Ibuffer, bound to `/ M'.
86`/ m' is now bound to filter by used-mode, which used to be bound to `/ M'.
c4cf6d91 87
46c71e23
CY
88** Apropos
89
90*** The faces used by Apropos are now directly customizable.
91These faces are named `apropos-symbol', `apropos-keybinding', and so on;
92see the `apropos' Custom group for details.
93
94**** The old options whose values specified faces to use were removed
95(i.e. `apropos-symbol-face', `apropos-keybinding-face', etc.).
96
48176e8b
GM
97** Calendar
98
99*** The calendars produced by cal-html can optionally include holidays.
100
cf20dee0
CY
101** Customize
102
103*** `custom-reset-button-menu' now defaults to t.
ab036cd7 104
775c916b
CY
105*** Non-option variables are never matched in `customize-apropos' and
106`customize-apropos-options' (i.e. the prefix argument does nothing for
107these commands now).
108
b2459884 109** erc will look up server/channel names via auth-source and use the
29734c21 110channel keys found, if any.
b2459884 111
782fbf2a
CY
112** Follow mode
113
114*** The obsolete variable `follow-mode-off-hook' has been removed.
115
116*** Follow mode no longer works by using advice.
117The option `follow-intercept-processes' has been removed.
118
29734c21
MN
119** The `server-auth-key' variable can be used to set a permanent
120shared key for Emacs Server.
fc72b15c
PO
121
122** In Perl mode, new option `perl-indent-parens-as-block' causes non-block
123closing brackets to be aligned with the line of the opening bracket.
124
25a9a140
GM
125** FIXME something happened to ses.el, 2012-04-17.
126
cf20dee0
CY
127** which-function-mode now applies to all applicable major modes by default.
128
dcbf5805
MA
129** D-Bus
130
131+++
132*** New variables `dbus-compiled-version' and `dbus-runtime-version'.
133
134+++
135*** The D-Bus object manager interface is implemented.
136
137+++
138*** Variables of type :(u)int32 and :(u)int64 accept floating points,
139if their value does not fit into Emacs's integer range.
140
141+++
142*** The function `dbus-call-method' works non-blocking now, it can be
143interrupted by C-g. `dbus-call-method-non-blocking' is obsolete.
144
145+++
146*** Signals can be sent also as unicast message.
147
148+++
149*** The argument list of `dbus-register-signal' has been extended,
150according to the new match rule types of D-Bus. See the manual for
151details.
152
153+++
154*** `dbus-init-bus' supports private connections.
155
156+++
157*** There is a new function `dbus-setenv'.
158
0268cf45
MA
159+++
160** notifications.el supports now version 1.2 of the Notifications API.
161The function `notifications-get-capabilities' returns the supported
162server properties.
163
82f289a4
GM
164** Obsolete packages:
165
797e6e88
SM
166*** assoc.el
167In most cases, assoc+member+push+delq work just as well.
168And in any case it's just a terrible package: ugly semantics, terrible
169inefficiency, and not namespace-clean.
170
3c74813a
GM
171*** bruce.el
172
82f289a4 173*** mailpost.el
d57de7fe
CY
174
175*** mouse-sel.el
176
3c74813a
GM
177*** patcomp.el
178
a1ed8b05
GM
179\f
180* New Modes and Packages in Emacs 24.2
181\f
182* Incompatible Lisp Changes in Emacs 24.2
b4d3bc10
CY
183
184+++
185** Docstrings starting with `*' no longer indicate user options.
186Only variables defined using `defcustom' are considered user options.
187The function `user-variable-p' is now an obsolete alias for
188`custom-variable-p'.
189
eeddc531
CY
190** `face-spec-set' no longer sets frame-specific attributes when the
191third argument is a frame (that usage was obsolete since Emacs 22.2).
192
a59d531e
MA
193+++
194** The arguments of `dbus-register-signal' are no longer just strings,
195but keywords or keyword-string pairs. The old argument list will
196still be supported for Emacs 24.x.
197
78f3273a
CY
198** The following obsolete variables and varaliases have been removed:
199
200*** `facemenu-unlisted-faces'
201*** `rmail-decode-mime-charset'
202
a1ed8b05
GM
203\f
204* Lisp changes in Emacs 24.2
ef24141c 205
f95e9344
SM
206** New function `set-temporary-overlay-map'.
207
208** New macros `setq-local' and `defvar-local'.
209
71873e2b 210** New error type and new function `user-error'. Doesn't trigger the debugger.
f95e9344 211
ef24141c
SM
212** Completion
213
214*** New function `completion-table-with-quoting' to handle completion
215in the presence of quoting, such as file completion in shell buffers.
216
217*** New function `completion-table-subvert' to use an existing completion
218table, but with a different prefix.
ab0fa4e4
PE
219
220** Time
221
222*** `current-time-string' no longer requires that its argument's year
223must be in the range 1000..9999. It now works with any year supported
224by the underlying C implementation.
8a61ee22
SM
225
226** `automount-dir-prefix' is obsolete.
adce950d 227\f
9078ead6
EZ
228* Changes in Emacs 24.2 on non-free operating systems
229
230** New configure.bat options on MS-Windows:
231
232*** --without-libxml2 omits support for libxml2, even if its presence
233is detected.
234
235\f
eb199145 236* Installation Changes in Emacs 24.1
09e18d03 237
31fd3586
GM
238** Emacs can be compiled with Gtk+ 3.0 if you pass --with-x-toolkit=gtk3
239to configure. Note that other libraries used by Emacs, RSVG and GConf,
240also depend on Gtk+. You can disable them with --without-rsvg and
241--without-gconf.
338648ad 242
31fd3586
GM
243** Emacs can be compiled with GnuTLS support.
244This happens by default if a suitably recent version of the library is
245found at build time. To prevent this, use the configure option
246`--without-gnutls'. See below for GnuTLS features.
338648ad 247
31fd3586
GM
248** Emacs can be compiled with SELinux support.
249This happens by default if a suitably recent version of the library is
250found at build time. To prevent this, use the configure option
251`--without-selinux'. See below for SELinux features.
aded53ff 252
31fd3586
GM
253** Emacs can be compiled with ImageMagick support.
254This happens by default if a suitably recent version of the library is
255found at build time. To prevent this, use the configure option
256`--without-imagemagick'. See below for ImageMagick features.
c1f10868 257This feature is not available for the Nextstep or MS ports.
d9170db5 258
043efd56
GM
259** Emacs can be compiled with libxml2 support.
260This happens by default if a suitably recent version of the library is
261found at build time. To prevent this, use the configure option
262`--without-xml2'. See below for libxml2 features.
263
7d301ae6
CY
264** By default, the installed Info and man pages are compressed.
265You can disable this by configuring --without-compress-info.
266
7d301ae6 267** New configure option --with-wide-int.
81eafe29 268With it, Emacs integers typically have 62 bits, even on 32-bit machines.
0a768890
PE
269On 32-bit hosts, this raises the limit on buffer sizes from about 512 MiB
270to about 2 GiB.
81eafe29 271
7d301ae6 272** New configure options: --with-mmdf, --with-mail-unlink, --with-mailhost.
31fd3586
GM
273These provide no new functionality, they just remove the need to edit
274lib-src/Makefile by hand in order to use the associated features.
275
7d301ae6 276** New configure option --enable-use-lisp-union-type.
31fd3586
GM
277This is only useful for Emacs developers to debug certain types of bugs.
278This is not a new feature; only the configure flag is new.
041d709f
CY
279
280** The standalone programs digest-doc and sorted-doc are removed.
281Emacs now uses Lisp commands `doc-file-to-man' and `doc-file-to-info'.
282
041d709f
CY
283** The standalone program `fakemail' is removed.
284If you need it, feedmail.el provides a superset of the functionality.
285
0bfd685e 286\f
eb199145 287* Startup Changes in Emacs 24.1
4a263588 288
198a7a97 289** The --unibyte, --multibyte, --no-multibyte, and --no-unibyte
adbf62ff
GM
290command line arguments, and the EMACS_UNIBYTE environment variable, no
291longer have any effect. (They were declared obsolete in Emacs 23.)
198a7a97 292
66b7b0fe 293** New command line option `--no-site-lisp' removes site-lisp directories
1b5e5b0c
GM
294from load-path. -Q now implies this. This option does not affect the
295EMACSLOADPATH environment variable (and hence has no effect for
c8d59ba3 296Nextstep builds).
66b7b0fe 297
0bfd685e 298\f
eb199145 299* Changes in Emacs 24.1
7841339b 300
a2a25d24 301** Completion
fdeb32ec 302
dfdb4cad
CY
303*** Many packages now use the `completion-at-point' command,
304rather than implementing separate completion commands.
305
de0bde62 306*** `completion-at-point' now handles tags and semantic completion.
dfdb4cad 307
a2a25d24
SM
308*** Completion in a non-minibuffer now tries to detect the end of completion
309and pops down the *Completions* buffer accordingly.
dfdb4cad
CY
310
311*** New option `completion-cycle-threshold' allows completion cycling.
312
313*** New option `completion-category-overrides' for overriding the
2c719188 314default completion style in certain circumstances.
dfdb4cad 315
a2a25d24 316*** New completion style `substring'.
dfdb4cad
CY
317
318*** Completion of buffer names uses `substring' completion by default.
319
320*** The option `widget-complete-field' has been removed.
620c53a6 321
6870aaef 322** Mail changes
dfdb4cad 323
7d301ae6
CY
324*** The first time you try sending mail, Emacs asks for a mail method.
325This is implemented by a new default for `send-mail-function', which
326is `sendmail-query-once'. This offers to use the smtpmail package, or
327to use the old defaults relying on external mail facilities
328(`sendmail-send-it' on GNU/Linux and other Unix-like systems, and
329`mailclient-send-it' on Windows).
dfdb4cad 330
7d301ae6
CY
331*** Typing C-c m in the buffer made by M-x report-emacs-bug transfers
332the report to your desktop's preferred mail client, if there is one.
333This uses either the "xdg-email" utility, or Mac OS's "open" command.
dfdb4cad 334
7d301ae6
CY
335*** See Changes in Specialized Modes and Packages for SMTPmail changes
336and Mail mode changes
3f88cd72 337
041d709f 338** Emacs server and client changes
dfdb4cad 339
7d301ae6 340*** New option `server-port' specifies the port for TCP Emacs servers.
dfdb4cad 341
041d709f 342*** New emacsclient argument -q/--quiet suppresses some status messages.
dfdb4cad 343
7d301ae6
CY
344*** New emacsclient argument --frame-parameters specifies the frame
345parameters of any newly-created graphical frame.
dfdb4cad
CY
346
347*** If emacsclient shuts down due to Emacs signaling an error,
348its exit status is 1.
349
041d709f
CY
350*** New emacsclient argument --parent-id ID.
351This opens a client frame in parent X window ID, via XEmbed, similar
352to the --parent-id argument to Emacs.
353
d0ce9f8c
MB
354** Internationalization changes
355
d0ce9f8c 356*** Emacs now supports display and editing of bidirectional text.
7d301ae6
CY
357Right-to-left (RTL) scripts, such as Arabic, Farsi, and Hebrew, are
358displayed in the correct visual order as expected by users of those
dfdb4cad
CY
359scripts. The display reordering is a "full bidirectionality" class
360implementation of the Unicode Bidirectional Algorithm (UBA). Buffers
361with no RTL text should look exactly the same as before.
f4b6ba46 362
041d709f 363**** New buffer-local variable `bidi-display-reordering'.
7d301ae6 364To disable display reordering in a buffer, change this to nil.
d20e1419 365
041d709f
CY
366**** New buffer-local variable `bidi-paragraph-direction'.
367If nil (the default), Emacs determines the base direction of each
dfdb4cad
CY
368paragraph from its text, as specified by the UBA. Setting the value
369to `right-to-left' or `left-to-right' forces a base direction on each
370paragraph.
f4b6ba46 371
7d301ae6
CY
372Paragraphs with right-to-left base direction are displayed starting at
373the right window edge.
f1816485 374
dfdb4cad
CY
375*** Enhanced support for characters with no glyphs in available fonts,
376or, on text terminals, characters that cannot be encoded by the
377terminal coding system. The new option `glyphless-char-display-control'
378specifies how to display them: as a hexadecimal code in a box, a thin
3791-pixel space, an empty box, etc.
d0ce9f8c 380
7d301ae6 381*** New input methods: farsi, farsi-translit, bulgarian-alt-phonetic.
041d709f 382
939db9ac
CY
383*** `nobreak-char-display' now also highlights Unicode hyphen chars
384(U+2010 and U+2011).
385
7d301ae6 386*** New Hebrew translation of the Emacs Tutorial.
31fd3586
GM
387Type `C-u C-h t' to choose it in case your language setup doesn't
388automatically select it.
389
7d301ae6
CY
390** An Emacs Lisp package manager is now included.
391This is a convenient way to download and install additional packages,
392from a package repository at http://elpa.gnu.org.
dfdb4cad 393
7d301ae6
CY
394*** M-x list-packages shows a list of packages, which can be
395selected for installation.
dfdb4cad 396
7d301ae6 397*** New command `describe-package', bound to `C-h P'.
dfdb4cad 398
7d301ae6
CY
399*** By default, all installed packages are loaded automatically when
400Emacs starts up. To disable this, set `package-enable-at-startup' to
401nil. To specify the packages to load, customize `package-load-list'.
16a91140 402
dfdb4cad
CY
403** Custom theme changes
404
7d301ae6
CY
405*** New command `M-x customize-themes', which provides a convenient
406interface for enabling and disabling Custom themes.
dfdb4cad 407
7d301ae6 408*** New option `custom-theme-load-path' is the load path for themes.
dfdb4cad
CY
409Emacs no longer looks for Custom themes in `load-path'. The default
410value of `custom-theme-load-path' says to look for themes in
411`custom-theme-directory', followed by a subdirectory of
412`data-directory' named "themes/", which contains a small selection of
413built-in Custom themes.
414
7d301ae6
CY
415*** New option `custom-safe-themes' records known-safe theme files.
416If a theme is not in this list, Emacs queries before loading it, and
417offers to save the theme to `custom-safe-themes' automatically. By
418default, all themes included in Emacs are treated as safe.
b7d65a5f 419
7d301ae6 420** Improved GTK integration
dfdb4cad 421
7d301ae6 422*** GTK scroll-bars are now placed on the right by default.
dfdb4cad
CY
423The function `set-scroll-bar-mode' can change this.
424
7d301ae6 425*** GTK tool bars can have just text, just images or images and text.
dfdb4cad
CY
426Customize `tool-bar-style' to choose the style. On a Gnome desktop,
427the default is taken from desktop settings.
428
429*** GTK tool bars can be placed on any edge of the frame.
7d301ae6
CY
430The frame-parameter tool-bar-position controls this. It takes the
431values top, left, right or bottom. The Options => Show/Hide menu has
432entries for this.
dfdb4cad 433
7d301ae6
CY
434*** The default colors for selected text (the `region' face) are taken
435from the GTK theme when Emacs is built with GTK.
dfdb4cad 436
7d301ae6
CY
437*** Emacs uses GTK tooltips by default if built with GTK.
438You can disable this by changing `x-gtk-use-system-tooltips' to nil.
a5bee597 439
dfdb4cad
CY
440** Graphical interface changes
441
442*** On graphical displays, the mode-line no longer ends in dashes.
443Also, the first dash (which does not indicate anything) is just
444displayed as a space.
445
446*** `menu-bar-select-buffer-function' lets you choose another operation
447instead of `switch-to-buffer' when selecting an item in the Buffers menu.
448
449*** Lucid menus and dialogs can display antialiased fonts if Emacs is
450built with Xft. These fonts can be set via X resources, for example:
451Emacs.pane.menubar.font: Courier-12
452
7d301ae6 453** Exiting changes
dfdb4cad 454
7d301ae6 455*** Emacs now calls `kill-emacs' if it receives SIGTERM or SIGHUP,
dfdb4cad
CY
456or if it receives a SIGINT signal in batch mode.
457
7d301ae6
CY
458*** `kill-emacs-hook' is now also run in batch mode.
459Third-party code which adds to `kill-emacs-hook' should check if they
460do the right thing in batch mode.
9c524fcb 461
041d709f 462** Scrolling changes
dfdb4cad 463
041d709f 464*** New scrolling commands `scroll-up-command' and `scroll-down-command'
0a19a6f8 465(bound to C-v/[next] and M-v/[prior]) do not signal errors at top/bottom
7d301ae6 466of buffer at first key-press (instead they move to top/bottom of buffer)
550f41cd 467when `scroll-error-top-bottom' is non-nil.
dfdb4cad
CY
468
469*** New option `scroll-error-top-bottom' (see above).
470
041d709f 471*** New scrolling commands `scroll-up-line' and `scroll-down-line'
5a97d2da 472scroll a line instead of full screen.
dfdb4cad 473
041d709f 474*** New property `scroll-command' should be set on a command's symbol to
b2957ea8 475define it as a scroll command affected by `scroll-preserve-screen-position'.
dfdb4cad 476
041d709f 477*** If you customize `scroll-conservatively' to a value greater than 100,
d0f69533
EZ
478Emacs will never recenter point in the window when it scrolls due to
479cursor motion commands or commands that move point (e.f., `M-g M-g').
480Previously, you needed to use `most-positive-fixnum' as the value of
481`scroll-conservatively' to achieve the same effect.
dfdb4cad 482
7d301ae6 483*** "Aggressive" scrolling now honors the scroll margins.
d0f69533
EZ
484If you customize `scroll-up-aggressively' or
485`scroll-down-aggressively' and move point off the window, Emacs now
486scrolls the window so as to avoid positioning point inside the scroll
487margin.
488
7d301ae6
CY
489** Basic SELinux support has been added.
490This requires Emacs to be linked with libselinux at build time.
f1a5d776 491
dfdb4cad
CY
492*** Emacs preserves the SELinux file context when backing up.
493Also, the function `copy-file' has an extra optional argument for
494preserving SELinux context, and the return value of `backup-buffer'
495now includes the SELinux context.
f0bf7c8e 496
dfdb4cad 497*** New functions `file-selinux-context' and `set-file-selinux-context'
7d301ae6 498get and set the SELinux context of a file.
44198b6e 499
7d301ae6 500** Trash changes
dfdb4cad 501
7d301ae6
CY
502*** `delete-by-moving-to-trash' now only affects commands that specify
503trashing. This avoids inadvertently trashing temporary files.
dfdb4cad 504
7d301ae6
CY
505*** Calling `delete-file' or `delete-directory' with a prefix argument
506now forces true deletion, regardless of `delete-by-moving-to-trash'.
278f6845 507
041d709f 508** File- and directory-local variable changes
dfdb4cad 509
041d709f
CY
510*** You can stop directory local vars from applying to subdirectories.
511Add an element (subdirs . nil) to the alist portion of any variables
512settings to indicate that the section should not apply to
513subdirectories.
dfdb4cad 514
041d709f
CY
515*** Directory local variables can apply to some file-less buffers.
516Affected modes include dired, vc-dir, and log-edit. For example,
517adding "(diff-mode . ((mode . whitespace)))" to .dir-locals.el will
518turn on `whitespace-mode' for *vc-diff* buffers. Modes should call
519`hack-dir-local-variables-non-file-buffer' to support this.
dfdb4cad 520
041d709f
CY
521*** Using "mode: MINOR-MODE" to enable a minor mode is deprecated.
522Instead, use "eval: (minor-mode 1)".
c136e5cd 523
7b447e9b
GM
524*** The variable `inhibit-first-line-modes-regexps' has been renamed
525to `inhibit-local-variables-regexps'. As the name suggests, it now
dfdb4cad
CY
526applies to ALL file local variables, not just -*- lines. The
527associated `inhibit-first-line-modes-suffixes' has been renamed in the
528corresponding way.
5d907d6c 529
0a2132ba
CY
530** Window changes
531
91b65361
CY
532*** The `quit-window' command now restores the last buffer displayed
533in the quitted window.
534
0a2132ba
CY
535*** Resizing an Emacs frame now preserves proportional window sizes,
536modulo restrictions like window minimum sizes and fixed-size windows.
537
538*** The behavior of `display-buffer' is now customizable in detail.
dfdb4cad 539
0a2132ba
CY
540**** New option `display-buffer-base-action' specifies a list of
541user-determined display "actions" (functions and optional arguments
542for choosing the displaying window).
543
544This takes precedence over the default display action, which is
545specified by `display-buffer-fallback-action'.
546
547**** New option `display-buffer-alist' maps buffer name regexps to
548display actions, taking precedence over `display-buffer-base-action'.
549
a0c2d0ae
MR
550*** New option `window-combination-limit'.
551The new option `window-combination-limit' allows to return the space
552obtained for resizing or creating a window more reliably to the window
553from which such space was obtained.
0a2132ba 554
a0c2d0ae
MR
555*** New option `window-combination-resize'.
556The new option `window-combination-resize' allows to split a window that
557otherwise cannot be split because it's too small by stealing space from
558other windows in the same combination. Subsequent resizing or deletion
559of the window will resize all windows in the same combination as well.
0a2132ba 560
91b65361
CY
561*** New option `frame-auto-hide-function' lets you choose between
562iconifying or deleting a frame when burying a buffer in a dedicated
563frame, or quitting a window showing a buffer in a frame of its own.
564
0a2132ba 565*** New commands `maximize-window' and `minimize-window'.
53964682 566These maximize and minimize the size of a window within its frame.
0a2132ba 567
0a2132ba
CY
568*** New commands `switch-to-prev-buffer' and `switch-to-next-buffer'.
569These functions allow to navigate through the live buffers that have
570been shown in a specific window.
571
7d301ae6 572** Minibuffer changes
dfdb4cad 573
7d301ae6 574*** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'.
104dc9c6
GM
575This is handy for minibuffer-only frames, and is also used for the feature
576where mouse-1 pops up *Messages*"', which can now easily be changed.
041d709f 577
7d301ae6 578*** Minibuffers set `truncate-lines' to nil.
f66eca26 579If you want to change the value to something else, you could use
7d301ae6
CY
580for example `minibuffer-setup-hook'.
581
7d301ae6
CY
582** `auto-mode-case-fold' is now enabled by default.
583
7d301ae6 584** `backup-by-copying-when-mismatch' now defaults to t.
f66eca26 585
dfdb4cad
CY
586** New basic faces `error', `warning', `success'.
587These are used to highlight text indicating failure, caution or
588successful operation.
589
590** New option `list-colors-sort' defines the color sort order
591for `list-colors-display'.
592
593** The variable `focus-follows-mouse' now always defaults to nil.
594
0bfd685e 595\f
eb199145 596* Editing Changes in Emacs 24.1
b350bdf2 597
892777ba 598** Search changes
dfdb4cad
CY
599
600*** C-y in Isearch is now bound to `isearch-yank-kill', instead of
601`isearch-yank-line'.
602
603*** M-y in Isearch is now bound to `isearch-yank-pop', instead of
604`isearch-yank-kill'.
605
606*** M-s C-e in Isearch is now bound to `isearch-yank-line'.
607
b2b0776e 608** New commands `count-words-region' and `count-words'.
dfdb4cad 609
10607bea
CY
610*** M-= is bound to `count-words-region', not `count-lines-region'.
611The `count-words-region' command, when called interactively, reports
612the number of lines, words, and characters in the region. It is a
613superset of the old `count-lines-region', which is now an obsolete
614alias for it.
ea4f7750 615
ec9da840 616** The command `just-one-space' (M-SPC), if given a negative argument,
1c708c1a
CY
617also deletes newlines around point.
618
b9229673 619** Deletion changes
dfdb4cad 620
b9229673 621*** New option `delete-active-region'.
ddb54206 622If non-nil, [delete] and DEL delete the region if it is active and no
dfdb4cad 623prefix argument is given. If set to `kill', those commands kill
ddb54206 624instead.
dfdb4cad 625
59ee0542 626*** New command `delete-forward-char', bound to [delete].
42d9cffa
CY
627This is meant for interactive use, and obeys `delete-active-region'.
628The command `delete-char' does not obey `delete-active-region'.
dfdb4cad 629
b9229673
CY
630*** `delete-backward-char' is now a Lisp function.
631Apart from obeying `delete-active-region', its behavior is unchanged.
7d301ae6
CY
632However, the byte compiler now warns if it is called from Lisp; Lisp
633callers should use delete-char with a negative argument instead.
dfdb4cad 634
b9229673
CY
635*** The option `mouse-region-delete-keys' has been deleted.
636
f9d71b42
CY
637** Selection changes.
638
7d301ae6
CY
639The default handling of clipboard and primary selections has been
640changed to conform with modern X applications. In short, most
641commands for killing and yanking text now use the clipboard, while
642mouse commands use the primary selection.
b1ab31ae
CY
643
644In the following, we provide a list of these changes, followed by a
645list of steps to get the old behavior back if you prefer that.
646
b1ab31ae
CY
647*** `select-active-regions' now defaults to t.
648Merely selecting text (e.g. with drag-mouse-1) no longer puts it in
963578d3 649the kill ring. The selected text is put in the primary selection, if
b1ab31ae
CY
650the system possesses a separate primary selection facility (e.g. X).
651
652**** `select-active-regions' also accepts a new value, `only'.
653This means to only set the primary selection for temporarily active
654regions (usually made by mouse-dragging or shift-selection);
655"ordinary" active regions, such as those made with C-SPC followed by
656point motion, do not alter the primary selection.
657
963578d3
CY
658**** `mouse-drag-copy-region' now defaults to nil.
659
b1ab31ae
CY
660*** mouse-2 is now bound to `mouse-yank-primary'.
661This pastes from the primary selection, ignoring the kill-ring.
662Previously, mouse-2 was bound to `mouse-yank-at-click'.
dfdb4cad 663
b1ab31ae 664*** `x-select-enable-clipboard' now defaults to t on all platforms.
dfdb4cad 665
b1ab31ae
CY
666*** `x-select-enable-primary' now defaults to nil.
667Thus, commands that kill text or copy it to the kill-ring (such as
668M-w, C-w, and C-k) also use the clipboard---not the primary selection.
669
670**** The "Copy", "Cut", and "Paste" items in the "Edit" menu are now
dfdb4cad 671exactly equivalent to M-w, C-w, and C-y respectively.
b1ab31ae
CY
672
673**** Note that on MS-Windows, `x-select-enable-clipboard' was already
674non-nil by default, as Windows does not support the primary selection
675between applications.
676
677*** To return to the previous behavior, do the following:
dfdb4cad 678
104c2fe9 679**** Change `select-active-regions' to nil.
b1ab31ae
CY
680**** Change `mouse-drag-copy-region' to t.
681**** Change `x-select-enable-primary' to t (on X only).
682**** Change `x-select-enable-clipboard' to nil.
683**** Bind `mouse-yank-at-click' to mouse-2.
f9d71b42 684
084e6df3 685*** Support for X cut buffers has been removed.
dfdb4cad 686
3fd50d5c
CY
687*** X clipboard managers are now supported.
688To inhibit this, change `x-select-enable-clipboard-manager' to nil.
4b80f674 689
dfdb4cad
CY
690** New command `C-x r N' (`rectangle-number-lines') numbers the lines
691in the current rectangle. With a prefix argument, this prompts for a
692number to count from and for a format string.
99f053cf 693
7d301ae6 694** `redisplay-dont-pause' now defaults to t.
6bf7006f
EZ
695This makes Emacs feel more responsive to editing commands that arrive
696at high rate, e.g. if you lean on some key, because stopping redisplay
697in the middle (when this variable is nil) forces more expensive
698updates later on, and Emacs appears to be unable to keep up.
699
e70b5064
CY
700** The behavior of <TAB> for active regions in Text mode has changed.
701In Text and related modes, typing <TAB> (`indent-for-tab-command')
702when the region is active causes Emacs to indent all the lines in the
703region, aligning them with the line previous to the first line in the
704region (or with the left margin if there is no previous line).
705
dfdb4cad
CY
706** When `occur' is called with a prefix argument, matching strings are
707collected into the `*Occur*' buffer without line numbers. If there
708are parenthesized subexpressions in the specified regexp, `occur'
709reads replacement text that may contain \\& and \\N whose convention
710follows `replace-match'.
711
9bae34bf 712\f
eb199145 713* Changes in Specialized Modes and Packages in Emacs 24.1
efeb796b 714
041d709f 715** Archive Mode has basic support for browsing and updating 7z archives.
d76674bb 716
b7c3692a 717** BibTeX mode
dfdb4cad 718
2de69e00 719*** BibTeX mode now supports biblatex.
7d301ae6
CY
720Use the variable `bibtex-dialect' to select different BibTeX dialects.
721`bibtex-entry-field-alist' is now an obsolete alias for
722`bibtex-BibTeX-entry-alist'.
723
dfdb4cad
CY
724*** New command `bibtex-search-entries', bound to C-c C-a.
725
b7c3692a 726*** New `bibtex-entry-format' option `sort-fields', disabled by default.
dfdb4cad 727
022fe7ce
RW
728*** New variable `bibtex-search-entry-globally'.
729
7d301ae6 730** Browse-url
dfdb4cad 731
7d301ae6 732*** New option `browse-url-mailto-function' specifies how to handle "mailto:"s.
dfdb4cad 733
7d301ae6
CY
734*** The default browser used by the package is now the "xdg-open" program,
735on platforms that support it. This calls your desktop's preferred browser.
736
cf16af42
GM
737** Calendar, Diary, and Appt
738
7d301ae6 739*** Diary entries can contain non-printing "comments".
548d0a63
GM
740See the variable `diary-comment-start'.
741
5006e634
GM
742*** Appointments can specify their individual warning times.
743See the variable `appt-warning-time-regexp'.
744
0a2bb1a9
GM
745*** The function specified by `appt-disp-window-function' may be passed
746lists of arguments if multiple appointments are due at similar times.
747If you are using a custom function for this, you should update it.
748
7454f200
GM
749*** New function `diary-hebrew-birthday'.
750
e565dd37
GM
751*** Elements of `calendar-day-abbrev-array' and `calendar-month-abbrev-array'
752may no longer be nil, but must all be strings.
753
7d301ae6
CY
754*** The obsolete (since Emacs 22.1) method of enabling the appt
755package by adding `appt-make-list' to `diary-hook' has been removed.
756Use `appt-activate' instead.
cf16af42 757
cf16af42
GM
758*** Some appt variables (obsolete since Emacs 22.1) have been removed:
759appt-issue-message (use the function appt-activate)
760appt-visible/appt-msg-window (use the variable appt-display-format)
761
cf16af42
GM
762*** Some diary function aliases (obsolete since Emacs 22.1) have been removed:
763view-diary-entries, list-diary-entries, show-all-diary-entries
764
551b046f 765** CC Mode
dfdb4cad 766
551b046f 767*** New feature to "guess" the style in an existing buffer.
7d301ae6 768The main entry point is M-x c-guess.
041d709f 769
551b046f
AM
770*** Java Mode now supports Java 5.0 (Tiger) and 6 (Mustang).
771
dfdb4cad 772*** `c-beginning-of-defun' and `c-end-of-defun' now respect nested scopes.
551b046f
AM
773Thus C-M-a will, by default, go to the beginning of the immediate function,
774not the top level.
775
dfdb4cad 776*** "Macros with semicolons" can be registered for correct indentation.
551b046f
AM
777Where such a macro ends a line (no semicolon) the next statement is no longer
778parsed as a statement continuation.
779
dfdb4cad 780** Comint and modes derived from it use the standard completion code.
041d709f
CY
781
782** Compilation mode
dfdb4cad 783
7d301ae6 784*** Compilation mode can be used without Font Lock mode.
041d709f
CY
785`compilation-parse-errors-function' is now obsolete.
786
dfdb4cad 787*** New variable `compilation-filter-start', which is bound while
7d301ae6
CY
788`compilation-filter-hook' runs. It records the start position of the
789text inserted by `compilation-filter'.
041d709f 790
47a6a35f
GM
791*** `compilation-error-screen-columns' and `compilation-first-column'
792are obeyed in the editing buffer. So programming language modes can
7d301ae6
CY
793set them, whereas previously only the value in the *Compilation*
794buffer was used.
1dce7193 795
52834b6b
CY
796** Customize
797
798*** Customize buffers now contain a search field.
799The search is performed using `customize-apropos'.
7d301ae6 800To turn off the search field, set `custom-search-field' to nil.
52834b6b
CY
801
802*** Custom options now start out hidden if at their default values.
803Use the arrow to the left of the option name to toggle visibility.
804
805*** custom-buffer-sort-alphabetically now defaults to t.
806
807*** The color widget now has a "Choose" button, which allows you to
7d301ae6 808choose a color via `list-colors-display'.
52834b6b 809
041d709f
CY
810** D-Bus
811
5da3be7f
GM
812*** It is now possible to access buses other than the default system
813or session bus.
041d709f 814
7d301ae6 815*** The `dbus-register-method' and `dbus-register-property' functions
5da3be7f 816optionally do not register names.
041d709f 817
7d301ae6 818*** The new function `dbus-register-service' registers a known service
dfdb4cad 819name on a D-Bus without also registering a property or a method.
041d709f 820
f5d6548a 821** Dired-x
425a25f1 822
7d301ae6
CY
823*** C-x C-j (`dired-jump') and C-x 4 C-j (`dired-jump-other-window'),
824if called with a prefix argument, read a file name from the minibuffer
825instead of using the current buffer.
f5d6548a 826
7d301ae6 827*** The "dired local variables" feature of Dired-x is obsolete.
817b48a7 828The standard directory local variables feature replaces it.
8117868f 829
041d709f 830** ERC changes
7492acc9 831
c4077254
GM
832*** New options `erc-autojoin-timing' and `erc-autojoin-delay',
833controlling attempts to autojoin a channel.
041d709f
CY
834
835*** New variable `erc-coding-system-precedence': If we use `undecided'
836as the server coding system, this variable will then be consulted.
837The default is to decode strings that can be decoded as utf-8 as
838utf-8, and do the normal `undecided' decoding for the rest.
7492acc9 839
041d709f 840** Eshell changes
7492acc9 841
05f77e38
GM
842*** The default value of `eshell-directory-name' has changed
843to be an "eshell" directory in `user-emacs-directory'.
844The old "~/.eshell/" directory is still used if it exists, though.
041d709f
CY
845
846** gdb-mi
dfdb4cad
CY
847
848*** The M-x gdb command now uses the GDB Machine Interface protocol.
05f77e38
GM
849It now supports multithread non-stop debugging and simultaneous
850debugging of several threads.
7492acc9 851
18af70d0
CY
852** Image mode
853
05f77e38
GM
854*** RET (`image-toggle-animation') toggles animation, if applicable.
855Animation plays once, unless the option `image-animate-loop' is non-nil.
18af70d0 856
041d709f 857** Info
723ee192 858
7d301ae6 859*** New command M-x info-display-manual displays a named Info manual.
2ebc3b94
GM
860If that manual is already visited in some Info buffer, it displays
861that buffer. (This is handy if you have many manuals in many *info*
862buffers, and don't remember the name of the buffer visiting the manual
863you want to consult.) Otherwise, it loads and displays the manual.
691cf4a0 864
24ea72d3
EZ
865*** `e' is now bound to `end-of-buffer' rather than to `Info-edit'.
866This is for compatibility with the stand-alone Info reader program,
867and also because `Info-edit' is a rarely used command that is disabled
868by default.
869
7d301ae6 870** Mail mode changes (not Message mode)
dfdb4cad 871
7d301ae6 872*** New command M-x mail-add-attachment for adding MIME attachments
7d301ae6 873
dfdb4cad
CY
874*** The command M-x mail-attach-file was renamed to M-x mail-insert-file.
875(Its name is misleading, since it has nothing to do with MIME
876attachments.) The old name is now an obsolete alias to the new name.
877
f2c3a9eb 878** MH-E has been updated to MH-E version 8.3.1.
041d709f 879See MH-E-NEWS for details.
37221432 880
041d709f 881** Modula-2 mode provides auto-indentation.
37221432 882
041d709f 883** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
3c3d4f5b 884
5d1ac394 885** nXML mode no longer binds C-RET to `nxml-complete'.
dfdb4cad
CY
886Completion is now performed via `completion-at-point', bound to C-M-i
887or M-TAB. If `nxml-bind-meta-tab-to-complete-flag' is non-nil (the
888default), this performs tag completion.
5d1ac394 889
f2c3a9eb
CY
890** Org mode has been updated to version 7.8.09.
891See ORG-NEWS for details.
892
041d709f 893** Prolog mode has been completely revamped, with lots of additional
7d301ae6
CY
894functionality such as more intelligent indentation, electricity,
895support for more variants, including Mercury, and a lot more.
041d709f
CY
896
897** Rmail
898
899*** The command `rmail-epa-decrypt' decrypts OpenPGP data
900in the Rmail incoming message.
901
50419064
GM
902*** The variable `rmail-message-filter' no longer has any effect.
903This change was made in Emacs 23.1 but was not advertised at the time.
904Try using `rmail-show-message-hook' instead.
905
717a1362 906** Shell mode
dfdb4cad
CY
907
908*** M-x shell prompts for the shell path name if the default directory
909is a remote file name and neither the environment variable $ESHELL nor
910the variable `explicit-shell-file-name' is set.
911
912*** TAB is now bound to the standard `completion-at-point' command,
913which now implements the pcomplete rules for shell command completion.
717a1362 914
7d301ae6
CY
915** SMTPmail
916
dfdb4cad 917*** SMTPmail now uses encrypted connections (via STARTTLS) by default
7d301ae6
CY
918if the mail server supports them. This uses either built-in GnuTLS
919support, or the starttls.el library. Customize `smtpmail-stream-type'
920to change this.
921
7d301ae6
CY
922*** The variable `smtpmail-auth-credentials' has been removed.
923By default, the information is now stored in the file ~/.authinfo.
dfdb4cad
CY
924This was the default value of smtpmail-auth-credentials. If you had
925customized smtpmail-auth-credentials to a list of user names and
926passwords, those settings are not used. During your first connection
927to the smtp server, Emacs will prompt for the user name and password,
928and offer to save them to ~/.authinfo. Or you can manually copy the
929credentials to ~/.authinfo. For example, if you had
7d301ae6
CY
930
931 (setq smtpmail-auth-credentials
932 '(("mail.example.org" 25 "jim" "s!cret")))
933
934then the equivalent line in ~/.authinfo would be
935
936 machine mail.example.org port 25 login jim password s!cret
937
938See the auth-source manual for more information, e.g. on encrypting
939the credentials file.
940
7d301ae6 941*** The variable `smtpmail-starttls-credentials' has been removed.
dfdb4cad 942If you had that set, you need to put
7d301ae6
CY
943
944 machine smtp.whatever.foo port 25 key "~/.my_smtp_tls.key" cert "~/.my_smtp_tls.cert"
945
946in your ~/.authinfo file instead.
947
34e8a2da 948** SQL mode
041d709f 949
34e8a2da
GM
950*** New options `sql-port', `sql-connection-alist', `sql-send-terminator',
951and `sql-oracle-scan-on'.
041d709f 952
dfdb4cad 953*** New options controlling prompting for login parameters.
34e8a2da
GM
954Each supported product has a custom variable `sql-*-login-params',
955which is a list of the parameters to be prompted for before a
956connection is established.
041d709f
CY
957
958*** The command `sql-product-interactive' now takes a prefix argument,
34e8a2da 959which causes it to prompt for an SQL product.
041d709f 960
34e8a2da 961*** Product-specific SQL interactive commands now take prefix arguments.
041d709f
CY
962These commands (`sql-sqlite', `sql-postgres', `sql-mysql', etc.),
963given a prefix argument, prompt for a name for the SQL interactive
964buffer. This reduces the need for calling `sql-rename-buffer'.
965
966*** SQL interactive modes suppress command continuation prompts, and
967replace tabs with spaces. The first change impacts multiple line SQL
968statements entered with C-j between each line, statements yanked into
969the buffer and statements sent with `sql-send-*' functions. The
34e8a2da
GM
970second prevents the MySQL and Postgres interpreters from listing
971object name completions when sent text via `sql-send-*' functions.
041d709f
CY
972
973*** New command `sql-connect' starts a predefined SQLi session,
974using the login parameters from `sql-connection-alist'.
975
976*** New "Save Connection" menu item in SQLi buffers.
977This gathers the login params specified for the SQLi session, if it
978was not started by a connection, and saves them as a new connection.
979
34e8a2da
GM
980*** New commands for listing database objects and details:
981sql-list-all and sql-list-table.
041d709f
CY
982
983*** An API for manipulating SQL product definitions has been added.
984
985** TeX modes
986
987*** latex-electric-env-pair-mode keeps \begin..\end matched on the fly.
412b9ee5 988
459bba37 989** Tramp
dfdb4cad 990
7d301ae6 991*** New inline access method "ksu" (kerberized su).
dfdb4cad 992
459bba37 993*** The following access methods are discontinued: "ssh1_old",
ea843702 994"ssh2_old", "scp1_old", "scp2_old", "imap", "imaps" and "fish".
dfdb4cad 995
b011fbfe
GM
996*** The user option `remote-file-name-inhibit-cache' controls whether
997remote file attributes are cached for better performance.
dfdb4cad 998
58f74fe4
MA
999*** The option `ange-ftp-binary-file-name-regexp' has changed its
1000default value to "".
dfdb4cad 1001
7d301ae6
CY
1002*** Handlers for `file-selinux-context' and `set-file-selinux-context'
1003for remote machines which support SELinux.
58f74fe4 1004
dfdb4cad 1005** New function `url-queue-retrieve', which behaves like url-retrieve,
a48ec60c
GM
1006but with limits (`url-queue-parallel-processes', `url-queue-timeout') on
1007the degree of parallelism.
177549d0 1008
0c32ce32
CY
1009** VC and related modes
1010
1011*** Support for pulling on distributed version control systems.
7d301ae6
CY
1012The command C-x v + (`vc-pull') runs a "pull" operation, if it is
1013supported (currently with Bzr, Git, and Mercurial), to update the
1014current branch and working tree. A prefix argument means to prompt
1015the user for specifics, e.g. a pull location.
0c32ce32 1016
dab3703d 1017*** `vc-update' is now an alias for `vc-pull'.
0c32ce32
CY
1018
1019*** Support for merging on distributed version control systems.
7d301ae6
CY
1020The command C-x v m (`vc-merge') now runs a "merge" operation, if it
1021is supported (currently with Bzr, Git, and Mercurial), to merge
1022changes from another branch into the current one. It prompts for
1023specifics, e.g. a merge source.
0c32ce32 1024
2afef60a 1025*** New option `vc-revert-show-diff' controls whether `vc-revert'
bbe43420 1026shows a diff while querying the user. It defaults to t.
2afef60a 1027
d4eb88c7
CY
1028*** Log entries in some Log View buffers can be toggled to display a
1029longer description by typing RET (log-view-toggle-entry-display).
dab3703d
GM
1030This is currently supported for Bzr, Git, and Mercurial (to support
1031another backend, define a `log-view-expanded-log-entry-function').
7d301ae6 1032In the Log View buffers made by C-x v L (`vc-print-root-log'), you can
d4eb88c7
CY
1033use this to display the full log entry for the revision at point.
1034
1c6c854e
CS
1035*** New command `vc-ediff' allows visual comparison of two revisions
1036of a file similar to `vc-diff', but using ediff backend.
1037
86c60681
CY
1038*** The option `vc-initial-comment' was removed in Emacs 23.2, but
1039this was not advertised at the time.
1040
86c60681
CY
1041*** `vc-toggle-read-only' is an obsolete alias for `toggle-read-only'.
1042Since Emacs 23, it has done the same thing as `toggle-read-only', but
80c6d77f
GM
1043this was not advertised at the time.
1044
041d709f
CY
1045** Obsolete modes
1046
23d70505
GM
1047*** abbrevlist.el
1048
f8ca9162 1049*** erc-hecomplete.el (use erc-pcomplete.el instead)
23d70505
GM
1050
1051*** partial-completion-mode (complete.el) is obsolete.
041d709f
CY
1052You can get a comparable behavior with:
1053(setq completion-styles '(partial-completion initials))
1054(setq completion-pcm-complete-word-inserts-delimiters t)
1055
23d70505
GM
1056*** pc-mode.el is obsolete (CUA mode is much more comprehensive).
1057
2c719188 1058*** pgg is obsolete (use EasyPG instead).
041d709f
CY
1059
1060*** sregex.el is obsolete, since rx.el is a strict superset.
1061
23d70505
GM
1062*** s-region.el and pc-select.el are obsolete.
1063They are superseded by shift-select-mode, enabled by default since 23.1.
1064
2c719188 1065*** vc-mcvs.el is obsolete (for lack of a maintainer).
ca5eed61 1066
0fe719e6
GM
1067** Miscellaneous
1068
05f77e38 1069*** The Landmark game is now invoked with `landmark', not `lm'.
c6ad2a4e 1070Its functions and variables have been similarly renamed.
05f77e38 1071
dfdb4cad 1072*** In `ido-file-completion-map', C-v is no longer bound to `ido-toggle-vc'.
05f77e38
GM
1073(This interfered with cua-mode.)
1074
9f678528
GM
1075*** f90.el has some support for Fortran 2008 syntax.
1076
0fe719e6
GM
1077*** `copyright-fix-years' can optionally convert consecutive years to ranges.
1078
5b3e6db8
GM
1079*** New command `nato-region' converts text to NATO phonetic alphabet.
1080
eb199145
GM
1081\f
1082* New Modes and Packages in Emacs 24.1
d445b3f8 1083
60e56523 1084** Occur Edit mode applies edits made in *Occur* buffers to the
8c0f49f0 1085original buffers. It is bound to "e" in Occur mode.
60e56523 1086
a075a2c5
GM
1087** New global minor mode electric-pair-mode.
1088When enabled, typing an open parenthesis automatically inserts the
1089matching closing one.
1090
1091** New global minor mode electric-indent-mode.
1092When enabled, typing certain characters triggers reindentation.
cd3308f3
GM
1093Major modes wishing to use this can set electric-indent-chars or
1094electric-indent-functions.
a075a2c5
GM
1095
1096** New global minor mode electric-layout-mode.
1097When enabled, typing certain characters automatically inserts newlines.
cd3308f3 1098Major modes wishing to use this can set electric-layout-rules.
3b843809 1099
a83ec3c9
CY
1100** tabulated-list.el provides a generic major mode for tabulated data,
1101from which other modes can be derived.
1102
d02c9bcd
SM
1103** pcase.el provides the ML-style pattern matching macro `pcase'.
1104
7725ebb7
MA
1105** secrets.el is an implementation of the Secret Service API, an
1106interface to password managers like GNOME Keyring or KDE Wallet. The
065f2743
MA
1107Secret Service API requires D-Bus for communication. The command
1108`secrets-show-secrets' offers a buffer with a visualization of the
1109secrets.
7725ebb7 1110
f9e78150
MA
1111** notifications.el provides an implementation of the Desktop
1112Notifications API. It requires D-Bus for communication.
1113
12fe5bcc
MA
1114** soap-client.el supports access to SOAP web services from Emacs.
1115soap-inspect.el is an interactive inspector for SOAP WSDL structures.
1116
ff1796f3 1117** New generic mode, xmodmap-generic-mode, for xmodmap files.
ad7d6ecb 1118
53bbe3ad 1119** New emacs-lock.el package.
7d301ae6
CY
1120The previous version has been moved to obsolete/old-emacs-lock.el.
1121Now, there is a proper minor mode `emacs-lock-mode'. Protection
1122against exiting Emacs and killing the buffer can be set separately.
1123The mechanism for automatically turning off protection for buffers
1124with dead inferior processes has been generalized.
53bbe3ad 1125
eb199145
GM
1126\f
1127* Incompatible Lisp Changes in Emacs 24.1
6dfcbe31 1128
7d301ae6
CY
1129** Passing a nil argument to a minor mode function call now ENABLES
1130the minor mode unconditionally. This is so that you can write e.g.
1131
dfdb4cad 1132 (add-hook 'text-mode-hook 'foo-mode)
7d301ae6 1133
dfdb4cad
CY
1134to enable foo-mode in Text mode buffers, removing the need for
1135`turn-on-foo-mode' style functions. This affects all mode commands
1136defined by `define-minor-mode'. If called interactively, the mode
1137command still toggles the minor mode.
7d301ae6 1138
d268b4fe
CY
1139** The return value of `backup-buffer' has changed.
1140It is now a list of three elements, where the second element is a list
1141describing the original file's SELinux context. If Emacs or the
f003f294 1142system lacks SELinux support, the context list is (nil nil nil nil).
7d301ae6 1143See "Basic SELinux support" above, under "Changes in Emacs 24.1".
d268b4fe 1144
dfdb4cad
CY
1145** `char-direction-table' and the `char-direction' function were deleted.
1146They were buggy and inferior to the new support of bidirectional
1147editing introduced in Emacs 24. If you need the bidirectional
1148properties of a character, use `get-char-code-property' with the last
1149argument `bidi-class'.
fa6996bc 1150
470d996d
TV
1151** `copy-directory' now copies the source directory as a subdirectory
1152of the target directory, if the latter is an existing directory. The
1153new optional arg COPY-CONTENTS, if non-nil, makes the function copy
1154the contents directly into a pre-existing target directory.
1155
9173a8fb
CY
1156** For mouse click input events in the text area, the Y pixel
1157coordinate in the POSITION list now counts from the top of the text
1158area, excluding any header line. Previously, it counted from the top
1159of the header line.
1160
7d301ae6
CY
1161** Support for "old-style" backquotes, obsolete for 10+ years, has
1162been further reduced. Now a backquote not followed by a space is
1163always treated as a "new-style" backquote. Please remove all
1164"old-style" backquotes from your code. If your code uses backquotes
1165as documented in the Elisp manual, and compiles without warning, then
1166you have nothing to do in this regard. Code not following the
1167appropriate conventions may fail to compile.
50ab02c5
CY
1168
1169The most common cause of trouble seems to be an old-style backquote
1170followed by a newline. Another cause of trouble is vector notation
1171for key sequence notation: instead of [(control ,)] and [(control ')],
1172you should write [(control ?,)] and [(control ?')], which will work in
7d301ae6 1173older Emacsen too.
288cf4e9 1174
520f2425
GM
1175** The macro `eval-at-startup' was removed in Emacs 23.2, but this
1176was not advertised at the time. The function `custom-initialize-delay'
1177replaced all known uses.
1178
7d301ae6
CY
1179** `view-buffer' now treats special mode-class in the same way that
1180`view-file' has since Emacs 22 (i.e. it won't enable View mode if the
1181major mode is special).
fd5c9dfa 1182
7d301ae6 1183** Menu and tool bar changes
6431f2e6 1184
7d301ae6 1185*** During startup, Emacs no longer adds entries for `menu-bar-lines'
0a19a6f8
JB
1186and `tool-bar-lines' to `default-frame-alist' and `initial-frame-alist'.
1187With these alist entries omitted, `make-frame' checks the value of the
1188variable `menu-bar-mode'/`tool-bar-mode' to determine whether to create
1189a menu-bar or tool-bar, respectively. If the alist entries are added,
1190they override the value of `menu-bar-mode'/`tool-bar-mode'.
6431f2e6 1191
7d301ae6
CY
1192*** The menu bar bindings's caches are not used any more.
1193Use (where-is-internal <def> nil t) instead.
1194
fe0aa820 1195** Regions created by mouse dragging are now normal active regions,
dfdb4cad 1196similar to those created by shift-selection (see Selection changes
7d301ae6
CY
1197above). In previous Emacs versions, these regions were delineated by
1198`mouse-drag-overlay'; that variable has been removed.
d6d8ee7a 1199
7d301ae6
CY
1200** The fourth argument of `filter-buffer-substring' has been removed.
1201If you want to remove text properties from the final result, simply
1202pass the result through substring-no-properties.
34c99998 1203
4583e796
GM
1204** cl.el no longer provides `cl-19'.
1205
7d301ae6
CY
1206** The following obsolete functions and aliases have been removed
1207(the appropriate new function is given in parentheses; "not needed"
1208means you can just remove all calls to the function in question):
1209
1210*** `comint-kill-output' (`comint-delete-output')
1211*** `decompose-composite-char' (`char-to-string')
1212*** `outline-visible' (`outline-invisible-p')
1213*** `internal-find-face' (`facep')
1214*** `internal-get-face' (`facep and check-face')
1215*** `frame-update-faces' (not needed)
1216*** `frame-update-face-colors' (`frame-set-background-mode')
1217*** `x-frob-font-weight' and `x-frob-font-slant' (`make-face-*' functions)
2c719188 1218*** `x-make-font-bold and x-make-font-demibold (`make-face-bold')
7d301ae6
CY
1219*** `x-make-font-italic' and `x-make-font-oblique' (`make-face-italic')
1220*** `x-make-font-bold-italic' (`make-face-bold-italic')
1221*** `x-make-font-unbold' (`make-face-unbold')
1222*** `x-make-font-unitalic' (`make-face-unitalic')
1223*** `mldrag-drag-mode-line' (`mouse-drag-mode-line')
1224*** `mldrag-drag-vertical-line' (`mouse-drag-vertical-line')
1225*** `iswitchb-default-keybindings' (`iswitchb-mode')
1226*** `char-bytes' (== 1)
1227*** `isearch-return-char' (`isearch-printing-char')
1228*** `make-local-hook' (not needed)
1229*** `set-screen-height' (`set-frame-height')
1230*** `set-screen-width' (`set-frame-width')
1231
7d301ae6
CY
1232** The following obsolete variables and varaliases have been removed
1233(the appropriate new variable is given in parentheses):
1234
1235*** `checkdoc-minor-keymap' (`checkdoc-minor-mode-map')
1236*** `vc-header-alist' (`vc-BACKEND-header')
1237*** `directory-sep-char' (== ?/)
1238*** `font-lock-defaults-alist' (`font-lock-defaults')
1239*** `e' (`float-e').
3226d6ca 1240
041d709f 1241** The following obsolete files were removed:
7b0e3048
GM
1242sc.el, x-menu.el, rnews.el, rnewspost.el
1243
7d301ae6
CY
1244** The format of the finder-inf.el file has changed, since the Finder
1245mechanism is now based on the package system. The variable
1246`finder-package-info' is replaced by `package--builtins' and
1247`finder-keywords-hash'.
33658d4e 1248
c2c79260
DE
1249** When generating autoloads, `update-directory-autoloads' no longer
1250assumes every inspected file is in your `load-path'. It instead
1251generates relative names according to the current `load-path'.
1252
eb199145
GM
1253\f
1254* Lisp changes in Emacs 24.1
9097e8af 1255
041d709f 1256** Code can now use lexical scoping by default instead of dynamic scoping.
dfdb4cad 1257The `lexical-binding' variable enables lexical scoping for local
48da7392 1258variables. It is typically set via a file-local variable in the first
dfdb4cad
CY
1259line of the file, in which case it applies to all the code in that
1260file.
1261
041d709f
CY
1262*** `eval' takes a new optional argument `lexical' to choose the new lexical
1263binding instead of the old dynamic binding mode.
dfdb4cad 1264
041d709f
CY
1265*** Lexically scoped interpreted functions are represented with a new form
1266of function value which looks like (closure ENV ARGS &rest BODY).
1267
1268*** New macro `letrec' to define recursive local functions.
dfdb4cad
CY
1269
1270*** `defvar' and `defconst' now mark the variable as special (dynamic).
1271So do `defcustom' and other forms that call `defvar' as a subroutine.
1272
041d709f
CY
1273*** New function `special-variable-p' to check whether a variable is
1274declared as dynamically bound.
1275
88ed9e87
SM
1276*** The form ((lambda ...) ...) is deprecated.
1277
041d709f
CY
1278** An Emacs Lisp testing tool is now included.
1279Emacs Lisp developers can use this tool to write automated tests for
1280their code. See the ERT info manual for details.
1281
1282** Changes for bidirectional display and editing
f1816485 1283
041d709f 1284*** New function `current-bidi-paragraph-direction'.
7d301ae6 1285This returns the base direction of the paragraph at point.
041d709f 1286
041d709f 1287*** New function `bidi-string-mark-left-to-right'.
dfdb4cad
CY
1288Given a string containing characters from right-to-left scripts, this
1289function returns another string which can be safely inserted into a
1290buffer, such that any following text will be always displayed to the
7d301ae6
CY
1291right of that string. (This works by appending an invisible Unicode
1292"LEFT-TO-RIGHT MARK" character if the argument string might need it.)
041d709f 1293
7d301ae6 1294This is useful when the buffer has overall left-to-right paragraph
dfdb4cad
CY
1295direction and you need to insert a string whose contents are not known
1296in advance, without disrupting the layout of the line.
041d709f 1297
bee0fcef 1298** Window changes
dfdb4cad 1299
c4682d18
MR
1300*** Window tree functions are accessible in Elisp.
1301Functions are provided to return the parent, siblings or child windows
1302of any window including internal windows (windows not associated with a
1303buffer) in the window tree.
dfdb4cad 1304
24300f5f
CY
1305**** New function `window-valid-p' gives non-nil for live and internal
1306windows.
dfdb4cad 1307
24300f5f 1308**** Window manipulation can deal with internal windows.
c4682d18
MR
1309Many window handling functions like `split-window', `delete-window', or
1310`delete-other-windows' as well as the window resizing functions can now
1311act on any window including internal ones.
dfdb4cad 1312
c4682d18
MR
1313*** window-total-height/-width vs window-body-height/-width.
1314The function `window-height' has been renamed to `window-total-height'
1315and `window-width' has been renamed to `window-body-width'. The old
1316names are provided as aliases. Two new functions `window-total-width'
1317and `window-body-height' are provided.
dfdb4cad 1318
c4682d18
MR
1319*** Window parameters specific to window handling functions.
1320For each window you can specify a parameter to override the default
1321behavior of a number of functions like `split-window', `delete-window'
ed6235ea
MR
1322and `delete-other-windows'. The variable `ignore-window-parameters'
1323allows to ignore processing such parameters.
dfdb4cad 1324
c4682d18 1325*** New semantics of third argument of `split-window'.
c4682d18
MR
1326The third argument of `split-window' has been renamed to SIDE and can be
1327set to any of the values 'below, 'right, 'above, or 'left to make the
1328new window appear on the corresponding side of the window that shall be
1329split. Any other value of SIDE will cause `split-window' to split the
1330window into two side-by-side windows as before.
dfdb4cad 1331
c4682d18 1332*** Window resizing functions.
487ffd7a 1333A new standard function for resizing windows called `window-resize' has
c4682d18
MR
1334been introduced. This and all other functions for resizing windows no
1335longer delete any windows when they become too small.
dfdb4cad 1336
b3c0dbfd
MR
1337*** Deleting the selected window now selects the most recently selected
1338live window on that frame instead.
dfdb4cad 1339
c4682d18
MR
1340*** `adjust-window-trailing-edge' adjustments.
1341`adjust-window-trailing-edge' can now deal with fixed-size windows and
1342is able to resize other windows if a window adjacent to the trailing
1343edge cannot be shrunk any more. This makes its behavior more similar to
1344that of Emacs 21 without compromising, however, its inability to delete
1345windows which was introduced in Emacs 22.
dfdb4cad 1346
c4682d18
MR
1347*** Window-local buffer lists.
1348Windows now have local buffer lists. This means that removing a buffer
1349from display in a window will preferably show the buffer previously
1350shown in that window with its previous window-start and window-point
1351positions. This also means that the same buffer may be automatically
1352shown twice even if it already appears in another window.
dfdb4cad 1353
bee0fcef
CY
1354*** `switch-to-buffer' has a new optional argument FORCE-SAME-WINDOW,
1355which if non-nil requires the buffer to be displayed in the currently
1356selected window, signaling an error otherwise. If nil, another window
1357can be used, e.g. if the selected one is strongly dedicated.
dfdb4cad 1358
0a2132ba 1359*** `split-window-vertically' and `split-window-horizontally' renamed
2d197ffb
CY
1360to `split-window-below' and `split-window-right' respectively.
1361The old names are kept as aliases.
dfdb4cad 1362
0a2132ba
CY
1363*** Display actions
1364
1365**** The second arg to `display-buffer' and `pop-to-buffer' is now
1366named ACTION, and takes a display action of the same form as
1367`display-buffer-base-action' (see Changes, above). A non-nil,
1368non-list value is treated specially, as the old meaning.
1369
1370**** New variable `display-buffer-overriding-action'.
1371
1372**** The procedure of `display-buffer' etc. to choose a window is
1373determined by combining `display-buffer-overriding-action',
1374`display-buffer-alist', the ACTION arg, `display-buffer-base-action',
1375and `display-buffer-fallback-action'. The second and fourth of these
1376are user-customizable variables.
1377
1378See the docstring of `display-buffer' for details.
bee0fcef 1379
20d2304d
CY
1380*** New functions `window-state-get' and `window-state-put'.
1381These functions allow to save and restore the state of an arbitrary
1382frame or window as an Elisp object.
1383
a2a25d24 1384** Completion
041d709f 1385
7d301ae6
CY
1386*** New variable `completion-extra-properties' used to specify extra
1387properties of the current completion:
a2a25d24
SM
1388- :annotate-function, same as the old completion-annotate-function.
1389- :exit-function, function to call after completion took place.
1390
7d301ae6
CY
1391*** Functions on `completion-at-point-functions' can return any of the
1392properties valid for `completion-extra-properties'.
a2a25d24 1393
7d301ae6 1394*** `completion-annotate-function' is obsolete.
a2a25d24 1395
620c53a6
SM
1396*** New `metadata' method for completion tables. The metadata thus returned
1397can specify various details of the data returned by `all-completions':
1398- `category' is the kind of objects returned (e.g., `buffer', `file', ...),
1399 used to select a style in completion-category-overrides.
1400- `annotation-function' to add annotations in *Completions*.
1401- `display-sort-function' to specify how to sort entries in *Completions*.
1402- `cycle-sort-function' to specify how to sort entries when cycling.
1403
7d301ae6
CY
1404*** `minibuffer-local-filename-must-match-map' is not used any more.
1405Instead, the bindings in `minibuffer-local-filename-completion-map'
1406are combined with `minibuffer-local-must-match-map'.
de09aa52
CY
1407
1408*** New variable `completing-read-function' allows overriding the
1409behavior of `completing-read'.
1410
f042970d 1411** `glyphless-char-display' can now distinguish between graphical and
16a43933
CY
1412text terminal display, via a char-table entry that is a cons cell.
1413
7d301ae6 1414** `pre-command-hook'/`post-command-hook' are not reset to nil on error.
f6d62986
SM
1415Instead, the offending function is removed.
1416
b1f6fa26
CY
1417** New hook types
1418
1419*** New function `run-hook-wrapped' for running an abnormal hook by
1420passing the hook functions as arguments to a "wrapping" function.
e7bc51d0 1421Like `run-hook-with-args-until-success', it stops at the first
5385447f 1422non-nil return value.
e7bc51d0 1423
b1f6fa26
CY
1424*** New macro `with-wrapper-hook' for running an abnormal hook as a
1425set of "wrapping" filters, similar to around advice.
54521c99
GM
1426(A version of this macro was actually added in Emacs 23.2 but was not
1427advertised at the time.)
f6d62986 1428
0b19b281 1429** Debugger changes
dfdb4cad 1430
0b19b281 1431*** New macro `condition-case-unless-debug' (this was actually added in
1be3ca5a 1432Emacs 23.1 as condition-case-no-debug, but not advertised)
dfdb4cad 1433
0b19b281 1434*** The macro `with-demoted-errors' was added in Emacs 23.1, but not advertised.
dfdb4cad 1435
0b19b281 1436*** Variable `stack-trace-on-error' removed.
dfdb4cad 1437
0b19b281
CY
1438*** The debugger can now "continue" from an error, which means it will
1439jump to the error handler as if the debugger had not been invoked
1440instead of jumping all the way to the top-level.
dfdb4cad 1441
0b19b281
CY
1442*** Set `debug-on-event' to enter the debugger on events like SIGUSR1.
1443This can be useful when `inhibit-quit' is set.
d6b1d521 1444
953cebf5 1445** The new function `server-eval-at' allows evaluation of Lisp forms on
37576acd 1446named Emacs server instances.
7deebf1b 1447
1b9f60cc
GM
1448** `call-process' and `call-process-region' allow a `(:file "file")' spec
1449to redirect STDOUT to a file.
7deebf1b 1450
7d301ae6
CY
1451** The function `format-time-string' now supports the %N directive,
1452for higher-resolution time stamps.
da97a9e6 1453
0b19b281 1454** New input reading functions
dfdb4cad 1455
0b19b281
CY
1456*** New function `read-char-choice' reads a restricted set of
1457characters, discarding any inputs not inside the set.
dfdb4cad 1458
0b19b281
CY
1459*** The command `read-color' now requires a match for a color name
1460or RGB triplet, instead of signaling an error if the user provides
1461invalid input.
dfdb4cad 1462
0b19b281 1463**** `facemenu-read-color' is now an alias for `read-color'.
3ef01959 1464
2e288d54
JB
1465** `image-library-alist' is renamed to `dynamic-library-alist'.
1466The variable is now used to load all kind of supported dynamic libraries,
1467not just image libraries. The previous name is still available as an
1468obsolete alias.
1469
0b19b281 1470** Syntax parsing changes
dfdb4cad 1471
0b19b281 1472*** New variable `syntax-propertize-function'.
04e2ce72 1473This replaces `font-lock-syntactic-keywords' which is now obsolete.
cf38dd42
SM
1474This allows syntax-table properties to be set independently from font-lock:
1475just call syntax-propertize to make sure the text is propertized.
1476Together with this new variable come a new hook
1477syntax-propertize-extend-region-functions, as well as two helper functions:
1478syntax-propertize-via-font-lock to reuse old font-lock-syntactic-keywords
1479as-is; and syntax-propertize-rules which provides a new way to specify
1480syntactic rules.
dfdb4cad 1481
0b19b281 1482*** Syntax tables support a new "comment style c" additionally to style b.
a2e5caf7 1483
7d301ae6 1484** New hook `post-self-insert-hook', run after `self-insert-command'.
041d709f 1485
4e2db1fe 1486** frame-local variables cannot be let-bound any more.
041d709f 1487
15de15c6 1488** Major and minor mode changes
dfdb4cad 1489
0b19b281
CY
1490*** `set-auto-mode' now respects mode: local variables at the end of files,
1491as well as those in the -*- line.
dfdb4cad 1492
15de15c6
CY
1493*** `prog-mode' is a new major mode from which programming modes
1494should be derived.
dfdb4cad 1495
15de15c6
CY
1496**** `prog-mode-hook' can be used to enable features for programming
1497modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
1498on-the-fly spell checking for comments and strings.
dfdb4cad 1499
15de15c6
CY
1500*** New hook `change-major-mode-after-body-hook', run by
1501`run-mode-hooks' just before any other mode hooks.
dfdb4cad 1502
7a9a2fc6
GM
1503*** Enabled globalized minor modes can be disabled in specific major modes.
1504If the global mode is global-FOO-mode, then run (FOO-mode -1) in the
1505major mode's hook, where FOO-mode toggles the mode on a per-buffer basis.
dfdb4cad 1506
feb8a83a 1507*** `define-minor-mode' accepts new keywords :variable, :after-hook.
f44379e7 1508
7d301ae6
CY
1509** File-handling changes
1510
7d301ae6 1511*** `delete-file' and `delete-directory' now accept optional arg TRASH.
f1a5d776
CY
1512Trashing is performed if TRASH and `delete-by-moving-to-trash' are
1513both non-nil. Interactively, TRASH defaults to t, unless a prefix
1514argument is supplied (see Trash changes, above).
53967e09 1515
7d301ae6 1516*** New file predicates: `file-equal-p', `file-in-directory-p'.
ec70a47d 1517
4039c786
CY
1518** Tool-bars can display separators.
1519Tool-bar separators are handled like menu separators in menu-bar maps,
94975270 1520i.e. via menu entries of the form `(menu-item "--")'.
9317e499 1521
00fe2df1
JL
1522** Image API
1523
18af70d0
CY
1524*** Animated images support (currently animated gifs only).
1525
1526**** `image-animated-p' returns non-nil if an image can be animated.
1527
1528**** `image-animate' animates a supplied image spec.
1529
1530**** `image-animate-timer' returns the timer object for an image that
1531is being animated.
00fe2df1 1532
7cb76fe0
GM
1533*** `image-extension-data' has been renamed to `image-metadata'.
1534The old name is an obsolete alias to the new one.
1546c559 1535
b4ac6e8c
GM
1536*** Image mode can view any image type that ImageMagick supports.
1537This requires Emacs to be built with ImageMagick support.
7d301ae6
CY
1538
1539**** New function `imagemagick-types', defined if ImageMagick support
1540is enabled, returns a list of image file extensions that your
1541ImageMagick installation supports.
1542
1543**** New function `imagemagick-register-types' enables ImageMagick
1544image types in Image mode and in `create-image' and other helper
1545functions.
1546
1547**** New option `imagemagick-types-inhibit' excludes certain
1548ImageMagick image types from `imagemagick-register-types'.
1549
7d301ae6
CY
1550**** With ImageMagick support, there are extra Image mode commands to
1551resize and rotate images: `image-transform-fit-to-height',
1552`image-transform-fit-to-width', `image-transform-set-rotation', and
1553`image-transform-set-scale'.
041d709f 1554
7d301ae6
CY
1555** `compose-mail' now accepts an optional 8th arg, RETURN-ACTION, and
1556passes it to the mail user agent function. This argument specifies an
1557action for returning to the caller after finishing with the mail. For
1558example, this is used by Rmail to optionally delete a mail window.
b4ac6e8c 1559
71c17aec 1560** XML and HTML parsing
483ab230
CY
1561If Emacs is compiled with libxml2 support, there are two new
1562functions: `libxml-parse-html-region' (which parses "real world" HTML)
1563and `libxml-parse-xml-region' (which parses XML). Both return an
1564Emacs Lisp parse tree.
4b9832a6 1565
7d301ae6 1566** Networking and encryption changes
e2574f2c 1567
7d301ae6
CY
1568*** `open-network-stream' can now be used to open an encrypted stream.
1569It now accepts an optional `:type' parameter for initiating a TLS
1570connection, directly or via STARTTLS. To do STARTTLS, additional
1571parameters (`:end-of-command', `:success', `:capabilities-command')
1572must also be supplied.
1573
1574*** New library gnutls.el.
dfdb4cad
CY
1575The new function `gnutls-available-p' returns non-nil if Emacs is
1576built with GnuTLS support. The main entry points are
1577`open-gnutls-stream' and `gnutls-negotiate'. It's easiest to use
1578these functions through `open-network-stream', because that can
7d301ae6
CY
1579upgrade connections through STARTTLS opportunistically or use plain
1580SSL, depending on your needs. For debugging, set `gnutls-log-level'
1581greater than 0.
1582
7d301ae6
CY
1583*** New primitive `secure-hash' that supports many secure hash algorithms:
1584md5, sha1, sha2, sha224, sha256, sha384, and sha512. The lisp library
1585sha1.el has been removed. The `sha1' feature is provided by default.
71c17aec 1586
a6020335
MH
1587** Isearch
1588
1589*** New hook `isearch-update-post-hook' that runs in `isearch-update'.
1590
9326ba26
CY
1591** Progress reporters can now "spin".
1592The MIN-VALUE and MAX-VALUE arguments of `make-progress-reporter' can
1593now be nil, or omitted. This makes a "non-numeric" reporter. Each
1594time you call `progress-reporter-update' on that progress reporter,
1595with a nil or omitted VALUE argument, the reporter message is
1596displayed with a "spinning bar".
1597
3e214b50
JB
1598** New variable `revert-buffer-in-progress-p' is true while a buffer is
1599being reverted, even if the buffer has a local `revert-buffer-function'.
1600
001bf877
GM
1601** New variables `delayed-warnings-list' and `delayed-warnings-hook'.
1602If delayed-warnings-list is non-nil, the command loop calls
7d301ae6
CY
1603`delayed-warnings-hook' after `post-command-hook'. At present, this
1604is only used by Emacs on some platforms to display warnings during
1605startup, which might otherwise not be noticed. This uses the
1606functions `display-delayed-warnings' and `collapse-delayed-warnings'.
001bf877 1607
6420d28b
CY
1608** rx.el has a new `group-n' construct for explicitly numbered groups.
1609
dac86404
GM
1610** New function `make-composed-keymap' that constructs a new keymap
1611from multiple input maps. You can use this to make a keymap that
1612inherits from multiple maps, eg:
1613 (set-keymap-parent newmap (make-composed-keymap othermap parent))
43dc9f5b 1614
c8f6ec5c
GM
1615** New function `string-prefix-p'.
1616(This was actually added in Emacs 23.2 but was not advertised at the time.)
1617
27f7ef2f 1618** New reader macro ## that stands for the empty symbol.
43dc9f5b
AS
1619This means that the empty symbol can now be read back. Also, #: by itself
1620(when not immediately followed by a possible symbol character) stands for
1621an empty uninterned symbol.
041d709f 1622
fead402d
CY
1623** New math functions `isnan', `copysign', `frexp', `ldexp'.
1624
7d301ae6 1625** The following functions and variables are obsolete:
041d709f 1626
05f77e38
GM
1627*** `tooltip-use-echo-area' is obsolete.
1628Rather than setting this to t, disable Tooltip mode instead.
1629
041d709f
CY
1630*** buffer-substring-filters is obsolete.
1631Use `filter-buffer-substring-functions' instead.
1632
1633*** `byte-compile-disable-print-circle' is obsolete.
1634
1635*** `deferred-action-list' and `deferred-action-function' are obsolete.
f160676e
GM
1636Use `post-command-hook' instead.
1637
67e729a5
CY
1638*** `font-lock-maximum-size' is obsolete.
1639
eb199145
GM
1640\f
1641* Changes in Emacs 24.1 on non-free operating systems
d53a60a6 1642
7a22e700 1643** On MS Windows, Emacs warns when using the obsolete init file _emacs,
a2f0118c
GM
1644and also when HOME is set to C:\ by default.
1645
7a22e700 1646** New configure.bat options
04779484 1647
7a22e700 1648*** --enable-checking builds Emacs with extra runtime checks.
e3aef5c6 1649
7a22e700 1650*** --distfiles specifies files to be included in binary distribution.
e2574f2c 1651
7a22e700
OK
1652*** --without-gnutls disables automatic GnuTLS detection.
1653
a0d363f4 1654*** --lib for general library linkage, works with the USER_LIBS build variable.
e2574f2c 1655
0a19a6f8 1656** New make target `dist' to create binary distribution for MS Windows.
e3aef5c6 1657
1f5e1a16
GM
1658** The Lisp function `w32-default-color-map' is now obsolete.
1659(It is only used internally in the Emacs C code.)
5430d399 1660
1f5e1a16
GM
1661** Customize ns-auto-hide-menu-bar to have the menu-bar hidden, but
1662reappear on mouse-over. (Requires OS X 10.6 or later.)
04e2ce72 1663
ad7c802c
CY
1664** On Mac OS X, dragging a file into Emacs visits the file, like on
1665other platforms, rather than inserting its contents into the buffer.
1666
05197f40 1667\f
a933dad1 1668----------------------------------------------------------------------
5b87ad55 1669This file is part of GNU Emacs.
a933dad1 1670
ab73e885 1671GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1672it under the terms of the GNU General Public License as published by
ab73e885
GM
1673the Free Software Foundation, either version 3 of the License, or
1674(at your option) any later version.
5b87ad55
GM
1675
1676GNU Emacs is distributed in the hope that it will be useful,
1677but WITHOUT ANY WARRANTY; without even the implied warranty of
1678MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1679GNU General Public License for more details.
a933dad1 1680
5b87ad55 1681You should have received a copy of the GNU General Public License
ab73e885 1682along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
a933dad1 1683
05197f40 1684\f
a933dad1
DL
1685Local variables:
1686mode: outline
1687paragraph-separate: "[ \f]*$"
1688end: