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