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