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