Merge from emacs-24; up to r117499
[emacs/old-mirror.git] / etc / NEWS
blob398a39ea9f834a055c6dd580aa13527aa408b38c
1 GNU Emacs NEWS -- history of user-visible changes.
3 Copyright (C) 2010-2014 Free Software Foundation, Inc.
4 See the end of the file for license conditions.
6 Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
7 If possible, use M-x report-emacs-bug.
9 This file is about changes in Emacs version 24.
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.
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.
17 Temporary note:
18 +++ indicates that all necessary documentation updates are complete.
19     (This means all relevant manuals in doc/ AND lisp doc-strings.)
20 --- means no change in the manuals is needed.
21 When you add a new item, use the appropriate mark if you are sure it applies,
22 otherwise leave it unmarked.
25 * Installation Changes in Emacs 24.5
27 +++
28 ** Building Emacs now requires C99 or later.
30 ** Building Emacs now requires GNU make, version 3.81 or later.
32 ** By default, Emacs no longer works on IRIX.  We expect that Emacs
33 users are not affected by this, as SGI stopped supporting IRIX in
34 December 2013.  If you are affected, please send a bug report.  You
35 should be able to work around the problem either by porting the Emacs
36 undumping code to GCC under IRIX, or by configuring --with-wide-int,
37 or by sticking with Emacs 24.4.
39 ---
40 ** The configure option `--with-pkg-config-prog' has been removed.
41 Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
43 ** The configure option '--enable-silent-rules' and the command
44 'make V=0' now do a better job of suppressing chatter.
47 * Startup Changes in Emacs 24.5
50 * Changes in Emacs 24.5
52 ** `insert-register' now leaves point after the inserted text
53 when called interactively.  A prefix argument toggles this behavior.
55 ** New var `truncate-string-ellipsis' to choose how to indicate truncation.
57 ---
58 ** The default value of `history-length' has increased to 100.
60 +++
61 ** The new variable `term-file-aliases' replaces some files from lisp/term.
62 The function `tty-run-terminal-initialization' consults this variable
63 when deciding what terminal-specific initialization code to run.
65 ---
66 ** New variable `system-configuration-features', listing some of the
67 main features that Emacs was compiled with.  This is mainly intended
68 for use in Emacs bug reports.
70 +++
71 ** A password is now hidden also when typed in batch mode.  Another
72 hiding character but the default `.' can be used by let-binding the
73 variable `read-hide-char'.
75 ** The new functions `string-collate-lessp' and `string-collate-equalp'
76 preserve the collation order as defined by the system's locale(1)
77 environment.  For the time being this is implemented for modern POSIX
78 systems and for MS-Windows, for other systems they fall back to their
79 counterparts `string-lessp' and `string-equal'.
81 *** The ls-lisp package uses `string-collate-lessp' to sort file names.
82 If you want the old, locale-independent sorting, customize the new
83 option `ls-lisp-use-string-collate' to a nil value.
85 *** The MS-Windows specific variable `w32-collate-ignore-punctuation',
86 if set to a non-nil value, causes the above 2 functions to ignore
87 symbol and punctuation characters when collating strings.  This
88 emulates the behavior of modern Posix platforms when the locale's
89 codeset is "UTF-8" (as in "en_US.UTF-8").  This is needed because
90 MS-Windows doesn't support UTF-8 as codeset in its locales.
93 * Editing Changes in Emacs 24.5
95 ** Emacs now supports "bracketed paste mode" when running on a terminal
96 that supports it.  This facility allows Emacs to understand pasted
97 chunks of text as strings to be inserted, instead of interpreting each
98 character in the pasted text as actual user input.  This results in a
99 paste experience similar to that under a window system, and significant
100 performance improvements when pasting large amounts of text.
103 * Changes in Specialized Modes and Packages in Emacs 24.5
105 ** Lisp mode
106 *** Strings after `:documentation' are highlighted as docstrings.
108 ** Rectangle editing
109 *** Rectangle Mark mode can have corners past EOL or in the middle of a TAB.
110 *** C-x C-x in rectangle-mark-mode now cycles through the four corners.
111 *** `string-rectangle' provides on-the-fly preview of the result.
114 ** Macro `pcase' now supports vector qpattern.
116 ** New font-lock functions font-lock-ensure and font-lock-flush, which
117 should be used instead of font-lock-fontify-buffer when called from Elisp.
119 ** Macro `minibuffer-with-setup-hook' takes (:append FUN) to mean
120 appending FUN to `minibuffer-setup-hook'.
122 ** Calendar and diary
125 *** New commands to insert diary entries with Chinese dates:
126 `diary-chinese-insert-anniversary-entry' `diary-chinese-insert-entry'
127 `diary-chinese-insert-monthly-entry', `diary-chinese-insert-yearly-entry'.
130 *** Calendar can list and mark diary entries with Chinese dates.
131 See `diary-chinese-list-entries' and `diary-chinese-mark-entries'.
133 *** The mode line of the calendar buffer will not be modified if
134 `calendar-mode-line-format' is nil.
136 ** New ERT function `ert-summarize-tests-batch-and-exit'.
139 ** The Rmail commands d, C-d and u now handle repeat counts to delete or
140 undelete multiple messages.
142 ** Rmail can now render HTML mail messages if your Emacs was built with
143 libxml2 or if you have the Lynx browser installed.  By default, Rmail
144 will display the HTML version of a mail message that has both HTML and
145 plain text parts, if display of HTML email is possible; customize the
146 `rmail-mime-prefer-html' option to `nil' if you don't want that.
148 ** SES now supports local printer functions; see `ses-define-local-printer'.
150 ** In sh-mode, you can now use `sh-shell' as a file-local variable to
151 specify the type of shell in use (bash, csh, etc).
153 ** The URL package accepts now the protocols "ssh", "scp" and "rsync".
154 When `url-handler-mode' is enabled, file operations for these
155 protocols as well as for "telnet" and "ftp" are passed to Tramp.
157 ** Tramp
159 *** New connection method "nc", which allows to access dumb busyboxes.
161 ** SQL mode
163 *** New user variable `sql-default-directory' enables remote
164 connections using Tramp.
166 *** New command `sql-send-line-and-next' sends the current line to the
167 interactive buffer and advances to the next line, skipping whitespace
168 and comments.
170 *** Add support for Vertica SQL.
172 ** VC and related modes
174 *** New option `vc-annotate-background-mode' controls whether
175 the color range from `vc-annotate-color-map' is applied to the
176 background or to the foreground.
178 ** Calculator: decimal display mode uses "," groups, so it's more
179 fitting for use in money calculations; factorial works with
180 non-integer inputs.
182 ** HideIfDef mode now support full C/C++ expressions, argumented macro expansions
183 , interactive macro evaluation and automatic scanning of #defined symbols.
185 *** New custom variable `hide-ifdef-header-regexp' to define C/C++ header file
186 name patterns. Default case-insensitive .h, .hh, .hpp and .hxx.
187 *** New custom variable `hide-ifdef-expand-reinclusion-protection' to prevent
188 reinclusion protected header files from being fully hidden.
189 *** New custom variable `hide-ifdef-exclude-define-regexp' to define symbol
190 name patterns (e.x. all "FOR_DOXYGEN_ONLY_*") to be excluded.
192 ** TeX mode
194 *** New custom variable `tex-print-file-extension' to help users who
195 use PDF instead of DVI.
197 ** Obsolete packages
200 *** gulp.el
203 *** crisp.el, tpu-edt.el, ws-mode.el
204 These emulations of old editors are believed to be no longer relevant
205  - contact emacs-devel@gnu.org if you disagree.
208 *** vi.el, vip.el (try M-x viper instead)
211 * New Modes and Packages in Emacs 24.5
214 * Incompatible Lisp Changes in Emacs 24.5
216 ** window-configurations no longer record the buffers's marks.
218 ** inhibit-modification-hooks now also inhibits lock-file checks, as well as
219 active region handling.
221 ** deactivate-mark is now buffer-local.
223 ** `cl-the' now asserts that its argument is of the given type.
226 ** Mouse click events on mode line or header line no longer include
227 any reference to a buffer position.  The 6th member of the mouse
228 position list returned for such events is now nil.
232 * Lisp Changes in Emacs 24.5
234 *** call-process-shell-command and process-file-shell-command
235 don't take "&rest args" any more.
237 ** New function `funcall-interactively', which works like `funcall'
238 but makes `called-interactively-p' treat the function as (you guessed it)
239 called interactively.
241 ** New function `function-put' to use instead of `put' for function properties.
244 ** New properties that can be specified with `declare':
245 *** (interactive-only INSTEAD), says to use INSTEAD for non-interactive use.
246 *** (pure VAL), if VAL is non-nil, indicates the function is pure.
247 *** (side-effect-free VAL), if VAL is non-nil, indicates the function does not
248 have side effects.
251 ** New macro `with-file-modes', for evaluating expressions with default file
252 permissions set to temporary values (e.g., for creating private files).
254 ** You can access the slots of structures using `cl-struct-slot-value'.
256 ** Functions `rmail-delete-forward' and `rmail-delete-backward' take an
257 optional repeat-count argument.
259 ** Function `sort' can deal with vectors.
262 ** New utilities in subr-x.el:
263 *** New macros `if-let' and `when-let' allow defining bindings and to
264     execute code depending whether all values are true.
265 *** New macros `thread-first' and `thread-last' allow threading a form
266     as the first or last argument of subsequent forms.
269 * Changes in Frames and Windows Code in Emacs 24.5
271 ** Emacs can now draw horizontal scroll bars on some platforms that
272 provide toolkit scroll bars, namely Gtk, Lucid, Motif and Windows.
273 Horizontal scroll bars are turned off by default.
274 *** New function `horizontal-scroll-bars-available-p' telling whether
275     horizontal scroll bars are available on the underlying system.
276 *** New mode `horizontal-scroll-bar-mode' to toggle horizontal scroll
277     bars on all existing and future frames.
278 *** New frame parameters `horizontal-scroll-bars' and
279     `scroll-bar-height' to set horizontal scroll bars and their height
280     for individual frames and in `default-frame-alist'.
281 *** New function `frame-scroll-bar-height' to return the height of
282     horizontal scroll bars on a specific frame.
283 *** `set-window-scroll-bars' now accepts five parameters where the last
284     two specify height and type of the window's horizontal scroll bar.
286 ** The height of a frame's menu and tool bar are no more counted in the
287 frame's text height.  This means that the text height stands only for
288 the height of the frame's root window plus that of the echo area (if
289 present).  This was already the behavior for frames with external tool
290 and menu bars (like in the Gtk builds) but has now been extended to all
291 builds.
293 ** Frames now do not necessarily preserve the number of columns or lines
294 they display when setting default font, menu bar, fringe width, or
295 scroll bars.  In particular, maximized and fullscreen frames are
296 conceptually never resized if such settings change.  For fullheight and
297 fullwidth frames, the behavior may depend on the toolkit used.
298 *** New option `frame-inhibit-implied-resize' if non-nil, means that
299    setting default font, menu bar, fringe width, or scroll bars of a
300    specific frame does not resize that frame in order to preserve the
301    number of columns or lines it displays.
303 * Changes in Emacs 24.5 on Non-Free Operating Systems
306 ** Building Emacs for MS-Windows requires at least Windows XP
307 or Windows Server 2003.  The built binaries still run on all versions
308 of Windows starting with Windows 9X.
311 * Installation Changes in Emacs 24.4
313 ** Emacs can now be compiled with ACL (access control list) support.
314 This happens by default if a suitable support library is found at
315 build time, like libacl on GNU/Linux.  To prevent this, use the
316 configure option `--disable-acl'.  See below for the features this provides.
318 ** Emacs can now be compiled with file notification support.
319 This happens by default if a suitable system library is found at
320 build time.  To prevent this, use the configure option
321 `--without-file-notification'.  See below for file-notify features.
322 This feature is not available for the Nextstep port.
324 ** Emacs can now be compiled with zlib support.
325 This happens by default if zlib is present, which it normally is.
326 To prevent this, use the configure option `--without-zlib'.
327 This provides the function `zlib-decompress-region'; see below for details.
329 ** The configure option `--without-compress-info' has been generalized,
330 and renamed to `--without-compress-install'.  It now prevents compression
331 of _any_ files during installation.
333 ** The configure option `--with-crt-dir' has been removed.
334 It is no longer needed, as the crt*.o files are no longer linked specially.
336 ** Directories passed to configure option `--enable-locallisppath' are
337 no longer created during installation.
339 ** Emacs for Nextstep (Mac OS X, GNUstep) can be built with ImageMagick support.
340 This requires pkg-config to be available at build time.
343 * Startup Changes in Emacs 24.4
345 ** When initializing `load-path', an empty element in the EMACSLOADPATH
346 environment variable (either leading, e.g., ":/foo"; trailing, e.g.,
347 "/foo:"; or embedded, e.g., "/foo::/bar") is replaced with the default
348 load-path (the one that would have been used if EMACSLOADPATH was unset).
349 This makes it easier to _extend_ the load-path via EMACSLOADPATH
350 (previously, EMACSLOADPATH had to specify the complete load-path,
351 including the defaults).  (In older versions of Emacs, an empty element
352 was replaced by ".", so use an explicit "." now if that is what you want.)
354 ** The -L option, which normally prepends its argument to load-path,
355 will instead append, if the argument begins with `:' (or `;' on MS Windows;
356 i.e., `path-separator').
358 ** If you use either site-load.el or site-init.el to customize the dumped
359 Emacs executable, any changes to `load-path' that these files make
360 will no longer be present after dumping.  To affect a permanent change
361 to `load-path', use the `--enable-locallisppath' option of `configure'.
363 ** The user option `initial-buffer-choice' can now specify a function
364 to set up the initial buffer.
367 * Changes in Emacs 24.4
369 ** Support for ACLs (access control lists).
370 This requires a suitable support library to be found at build time.
371 On GNU/Linux, the POSIX ACL interface is used via libacl.
372 On MS-Windows, the NT Security APIs are used to emulate the POSIX interface.
373 ACLs are extended file attributes, used e.g. for finer-grained permissions.
375 *** Emacs preserves the ACL entries of files when backing up.
377 *** New functions `file-acl' and `set-file-acl' get and set file ACLs.
379 ** Support for menus on text-mode terminals.
380 If the terminal supports a mouse, clicking on the menu bar, or on
381 sensitive portions of the mode line or header line, will drop down the
382 menu defined at that position.  Likewise, clicking C-mouse-1, C-mouse-2, or
383 C-mouse-3 on the text area will pop up the menus defined for those locations.
385 If the text terminal does not support a mouse, you can activate the
386 first menu-bar menu by typing F10, which invokes `menu-bar-open'.
388 If you want the previous behavior, where F10 invoked `tmm-menubar',
389 customize the option `tty-menu-open-use-tmm' to a non-nil value.
390 (Typing M-` always invokes `tmm-menubar', even if `tty-menu-open-use-tmm'
391 is nil.)
393 ** New option `load-prefer-newer' affects how the `load' function chooses
394 the file to load.  If this is non-nil, then when both .el and .elc
395 versions of a file exist, and the caller did not explicitly specify
396 which one to load, then the newer file is loaded.  The default, nil,
397 means to always load the .elc file.
399 ** Multi-monitor support
401 *** New functions `display-monitor-attributes-list' and
402 `frame-monitor-attributes' can be used to obtain information about
403 each physical monitor on multi-monitor setups.
405 *** The functions `display-pixel-width' and `display-pixel-height' now
406 behave consistently among the platforms: they return the pixel width
407 or height for all physical monitors associated with the given display
408 as if they were on X.  To get information for each physical
409 monitor, use the new functions above.  Similar notes also apply to
410 `x-display-pixel-width', `x-display-pixel-height', `display-mm-width',
411 `display-mm-height', `x-display-mm-width', and `x-display-mm-height'.
413 ** New function `zlib-decompress-region', which decompresses gzip- and
414 zlib-format compressed data using built-in zlib support (if available).
416 ** The *Messages* buffer is created in `messages-buffer-mode',
417 a new major mode, with read-only status.  Any code that might create
418 the *Messages* buffer should call the function `messages-buffer' to do
419 so and set up the mode.
421 ** The cursor stops blinking after 10 blinks (by default) on X and Nextstep.
422 You can change the default by customizing `blink-cursor-blinks'.
424 ** In keymaps where SPC scrolls forward, S-SPC now scrolls backward.
425 This affects View mode, etc.
427 ** The default value of `make-backup-file-name-function' is no longer nil.
428 Instead it defaults to a function that does what the nil value used to.
430 ** Help
432 *** The command `apropos-variable' is renamed to `apropos-user-option'.
433 `apropos-user-option' shows all user options, while `apropos-variable'
434 shows all variables.  When called with a universal prefix argument,
435 the two commands swap their behaviors.  When `apropos-do-all' is
436 non-nil, they output the same results.
438 *** The key `?' now describes prefix bindings, like `C-h'.
440 *** The command `describe-function' has been extended for EIEIO.
441 Running it on constructors will show a full description of the
442 generated class.  For generic functions, it will show all
443 implementations together with links to the source.  The old commands
444 `describe-class', `describe-constructor' and `describe-generic' were
445 removed.
447 *** The function `quail-help' is no longer an interactive command.
448 Use `C-h C-\' (`describe-input-method') instead.
450 ** Frame and window handling
452 *** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized',
453 bound to <f11> and M-<f10>, respectively.
455 *** New hooks `focus-in-hook', `focus-out-hook'.
456 These are normal hooks run when an Emacs frame gains or loses input focus.
458 *** The function `window-in-direction' now takes additional arguments
459 for specifying a reference point, wrapping the selection around frame
460 borders, and specifying ways to select the minibuffer window.
462 *** Emacs can now change frame sizes in units of pixels, rather than
463 text rows or columns.  When maximizing a frame or making it fullscreen,
464 remaining extra pixels are no longer given to the minibuffer, the rightmost
465 fringe, or other unusable space, but are distributed among the text
466 areas of the frame's windows.  If the new option `frame-resize-pixelwise'
467 is non-nil, all frame size changes happen pixelwise and set the
468 corresponding size hints for the window manager.
470 *** Emacs can now change window sizes in units of pixels.
471 Mouse-dragging a mode line or window divider now changes the size of
472 adjacent windows pixelwise.  If the new option `window-resize-pixelwise'
473 is non-nil, functions like `balance-windows-area' and `fit-window-to-buffer'
474 resize windows pixelwise.  Most functions for changing or accessing
475 window sizes now have an additional argument that allows changes to apply,
476 or values to be returned, in pixels instead of lines/columns.
478 *** The functions `window-body-height' and `window-body-width' now never
479 count partially visible lines or columns if called with a nil PIXELWISE
480 argument.
482 *** Emacs can now draw dividers between adjacent windows.  To put
483 dividers between side-by-side/vertically stacked windows customize the
484 frame parameters `right-divider-width' and `bottom-divider-width' to
485 some positive integer.  You can drag dividers with the mouse (they show
486 a corresponding cursor when the mouse hovers over them).  You can change
487 the appearance of dividers by customizing the faces `window-divider',
488 `window-divider-first-pixel', and `window-divider-last-pixel'.  The last
489 two are useful to provide a 3D effect, or to better distinguish dividers
490 from surrounding display objects.
492 *** New functions to return the pixel sizes of window components, namely
493 `window-scroll-bar-width', `window-mode-line-height',
494 `window-header-line-height', `window-right-divider-width', and
495 `window-bottom-divider-width'.
497 *** The new function `window-text-pixel-size' returns the size of the
498 text of a window's buffer in pixels.  This allows functions like
499 `fit-frame-to-buffer' and `fit-window-to-buffer' to accurately fit a
500 window to its buffer as it will be displayed.
502 *** `fit-window-to-buffer' can now resize windows in both dimensions.
503 This behavior is controlled by the new option
504 `fit-window-to-buffer-horizontally'.  The new option
505 `fit-frame-to-buffer' allows you to fit the window's frame to its buffer.
507 *** `fit-frame-to-buffer' now fits frames in both dimensions.  The new
508 options `fit-frame-to-buffer-margins' and `fit-frame-to-buffer-sizes'
509 control the size of the frame and its position on screen.
511 *** Temp Buffer Resize Mode can now adjust the height and width of
512 windows and frames.  The new option `temp-buffer-max-width' allows you to
513 control the width of temporary buffer windows.  Moreover, if the new
514 option `fit-frame-to-buffer' is non-nil and the buffer appears in the
515 root window of a frame, Temp Buffer Resize Mode will try to adjust the
516 width and/or height of the frame.
518 *** `split-window' is now a non-interactive function, not a command.
519 As a command, it was a special case of `C-x 2' (`split-window-below'),
520 and as such superfluous.  After being reimplemented in Lisp, its
521 interactive form was mistakenly retained.
523 *** The functions `window-size' and `window-total-size' now have an
524 optional argument to return a rounded size value.
526 *** `window-state-put' now allows you to put a window state into internal
527 windows too.
529 *** New option `scroll-bar-adjust-thumb-portion'.
530 Available only on X, this option allows you to control over-scrolling
531 using the scroll bar (i.e., dragging the thumb down even when the end
532 of the buffer is visible).
534 *** New display actions functions for `display-buffer':
536 **** `display-buffer-at-bottom' chooses or creates a window at the
537 bottom of the selected frame.
539 **** `display-buffer-no-window' to not display the buffer in a window.
541 *** New display action alist entry `allow-no-window' to indicate the
542 caller of `display-buffer' is ready to handle the case of not displaying
543 the buffer in a window.
545 *** `display-buffer-in-previous-window' is now a member of
546 `display-buffer-fallback-action'.
548 ** Lisp evaluation
550 *** `eval-defun' on an already defined defcustom calls the :set function,
551 if there is one.
553 *** The commands `eval-expression' (`M-:'), `eval-last-sexp' (`C-x C-e'),
554 and `eval-print-last-sexp' (`C-j' in Lisp Interaction mode) can take a
555 zero prefix argument.  This disables truncation of lists in the output,
556 equivalent to setting `(eval-expression-)print-length' and
557 `(eval-expression-)print-level' to nil.  Additionally, it causes integers
558 to be printed in other formats (octal, hexadecimal, and character).
560 *** New hook `eval-expression-minibuffer-setup-hook' run by
561 `eval-expression' on entering the minibuffer.
563 ** `cache-long-line-scans' is now non-nil, and renamed to `cache-long-scans',
564 because it affects caching of paragraph scanning results as well.
565 There is no reason to set this to nil except for debugging purposes.
567 ** `emacs-bzr-version' has been renamed to `emacs-repository-version',
568 and works for git too, if you fetch the repository notes.
570 ** The default value of `comment-use-global-state' is now t,
571 and this variable has been marked obsolete.
573 ** `write-region-inhibit-fsync' now defaults to t in batch mode.
575 ** The option `set-mark-default-inactive' has been deleted.
576 This unfinished feature was introduced by accident in Emacs 23.1;
577 simply disabling Transient Mark mode does the same thing.
580 * Editing Changes in Emacs 24.4
582 ** Indentation
584 *** `electric-indent-mode' is now enabled by default.
585 Typing RET reindents the current line and indents the new line.
586 `C-j' inserts a newline but does not indent.  In some programming modes,
587 additional characters are electric (eg `{').
589 *** New buffer-local `electric-indent-local-mode'.
591 *** The behavior of `C-x TAB' (`indent-rigidly') has changed.
592 When invoked without a prefix argument, it now activates a transient
593 mode in which typing <left>, <right>, <S-left>, and <S-right> adjusts
594 the text indentation in the region.  Typing any other key resumes
595 normal editing behavior.
597 *** `tab-stop-list' is now implicitly extended to infinity by repeating
598 the last step.  Its default value is changed to nil, which means a tab
599 stop every `tab-width' columns.
601 ** Uniquify is enabled by default, with `post-forward-angle-brackets' style.
602 In other words, if you visit two files that have the same base name,
603 then rather than creating buffers basename and basename<2>,
604 Emacs uses basename<dirA> and basename<dirB>.  To change this,
605 customize `uniquify-buffer-name-style'.  Set it to nil for the old behavior.
607 ** New command `C-x SPC' (`rectangle-mark-mode') makes a rectangular region.
608 Most commands are still unaware of it, but kill/yank do work on the rectangle.
610 ** New option `visual-order-cursor-movement'.
611 If this is non-nil, cursor motion with arrow keys will follow the
612 visual order of characters on the screen: <left> always moves to the
613 left, <right> always moves to the right, disregarding the surrounding
614 bidirectional context.
616 ** New command `delete-duplicate-lines'.
617 This searches the region for identical lines, and removes all but one
618 copy of each repeated line.  The lines need not be sorted.
620 ** New command `cycle-spacing' acts like a smarter `just-one-space'.
621 When called in succession, it cycles between spacing conventions:
622 one space, no spaces, original spacing.
624 ** `blink-matching-paren' now only highlights the matching open-paren
625 by default, instead of moving the cursor.  Set this variable to `jump' to
626 restore the old behavior.
628 ** The new function `fill-single-char-nobreak-p' can stop fill from breaking
629 a line after a one-letter word, which is an error in some typographical
630 conventions.  To use it, add it to the `fill-nobreak-predicate' hook.
632 ** Registers
634 *** All interactive commands that read a register (`copy-to-register', etc.)
635 now display a temporary window after `register-preview-delay' seconds
636 that summarizes existing registers.  To disable this, set that option to nil.
637 Interactive commands that read registers and want to make use of this
638 should use `register-read-with-preview' to read register names.
640 *** New command `frameset-to-register' bound to `C-x r f', replacing
641 `frame-configuration-to-register'.  It offers similar functionality,
642 plus enhancements like the ability to restore deleted frames.
643 (`frame-configuration-to-register' still exists, but no longer has a
644 key binding.)
646 *** New command `C-x C-k x' (`kmacro-to-register') stores keyboard
647 macros in registers.
650 * Changes in Specialized Modes and Packages in Emacs 24.4
652 ** Backtrace and debugger
654 *** New Lisp debugger command `v' (`debugger-toggle-locals') toggles the
655 display of local variables of the current stack frame.
657 *** The Lisp debugger's `e' command (`debugger-eval-expression') now includes
658 the lexical environment when evaluating the code in the context at point
659 (and so allows you to access lexical variables).
661 *** New minor mode `jit-lock-debug-mode' helps you debug code run via JIT Lock.
663 ** Battery information can now be retrieved from BSD's `apm' utility.
665 ** In the Buffer Menu, `M-s a C-o' shows matches for a regexp in marked buffers.
667 ** Calc
669 *** Calc by default now uses the Gregorian calendar for all dates, and
670 uses January 1, 1 AD as its day number 1.  Previously Calc used the
671 Julian calendar for dates before September 14, 1752, and it used
672 December 31, 1 BC as its day number 1; the new scheme is more
673 consistent with Calendar's calendrical system and day numbering.
675 *** The new option `calc-gregorian-switch' lets you configure if
676 (and when) Calc switches from the Julian to the Gregorian calendar.
678 *** Support for ISO 8601 dates.
680 ** Calendar and Diary
682 *** New faces `calendar-weekday-header', `calendar-weekend-header',
683 and `calendar-month-header'.
685 *** New option `calendar-day-header-array'.
687 *** New variable `diary-from-outlook-function', used by the command
688 `diary-from-outlook'.
690 *** The variable `calendar-font-lock-keywords' is obsolete.
692 ** CEDET
694 *** EDE
696 **** The cpp-root project now supports executing a compile command.
697 It can be set through the new :compile-command slot or the
698 buffer-local variable `compile-command'.
700 **** Better selection of include directories for the 'linux' project.
701 Include directories now support out-of-tree build directories and
702 target architecture auto-detection.
704 *** Semantic
706 **** Improved detection of used namespaces in current scope in C++.
708 **** Parsing of default values for variables and function arguments in C/C++.
709 They are also displayed by the summarize feature in the mode line.
711 **** Improved parsing of function pointers in C/C++.
712 This also includes parsing of function pointers as function arguments.
714 **** Parsing of C/C++ preprocessor macros that open new scope.
715 For example, this enables parsing of macros that open new namespaces.
717 **** Support for 'this' pointer in inline member functions in C++.
719 ** CFEngine mode
721 *** Support for completion, ElDoc, and Flycheck has been added.
723 *** The current CFEngine syntax is parsed from "cf-promises -s json".
724 There is a fallback syntax available if you don't have cf-promises or
725 if your version doesn't support that option.  See option `cfengine-cf-promises'.
727 ** cl-lib
729 *** New macro `cl-tagbody'.
730 This executes statements while allowing for control transfer to labels.
732 *** letf is now just an alias for cl-letf.
734 ** CUA mode
736 *** CUA mode now uses `delete-selection-mode' and `shift-select-mode'.
737 Hence, you can now enable it independently from those modes, and from
738 `transient-mark-mode'.
740 *** `cua-highlight-region-shift-only' is now obsolete.
741 You can disable `transient-mark-mode' to get the same result.
743 *** CUA's rectangles can now be used without CUA by calling the command
744 `cua-rectangle-mark-mode'.
746 ** Delete Selection mode can now be used without Transient Mark mode.
748 ** Desktop
750 *** `desktop-save-mode' by default now auto-saves an existing desktop file
751 after `desktop-auto-save-timeout'.  To disable this, customize that option
752 to nil (or zero).
754 *** Desktop now saves and restores the frame/window configuration.
755 To disable this, set `desktop-restore-frames' to nil.
756 See also related options `desktop-restore-reuses-frames',
757 `desktop-restore-in-current-display', and `desktop-restore-forces-onscreen'.
759 ** New Dired minor mode `dired-hide-details-mode' toggles whether details,
760 such as file ownership or permissions, are visible in Dired buffers.
761 See the new options `dired-hide-details-hide-symlink-targets' and
762 `dired-hide-details-hide-information-lines' for customizing what to hide.
764 ** You can enable ElDoc inside the `eval-expression' minibuffer with:
765   (add-hook 'eval-expression-minibuffer-setup-hook 'eldoc-mode)
766 The results display in the mode line.
768 ** Electric Pair mode
770 *** New option `electric-pair-preserve-balance', enabled by default.
771 If non-nil, pairing/skipping only kicks in when that help the balance
772 of parentheses and quotes; i.e., the buffer should end up at least as
773 balanced as before.
775 You can further control this behavior by adjusting the predicates
776 stored in `electric-pair-inhibit-predicate' and `electric-pair-skip-self'.
778 *** New option `electric-pair-delete-adjacent-pairs', enabled by default.
779 In `electric-pair-mode', the commands `backward-delete-char' and
780 `backward-delete-char-untabify' are now bound to electric variants
781 that delete the closer when invoked between adjacent pairs.
783 *** New option `electric-pair-open-newline-between-pairs', enabled by default.
784 In `electric-pair-mode', inserting a newline between adjacent pairs
785 opens an extra newline after point, which is indented if
786 `electric-indent-mode' is also set.
788 *** New option `electric-pair-skip-whitespace', enabled by default.
789 This controls if skipping over closing delimiters should jump over any
790 whitespace slack.  Setting it to `chomp' makes it delete this
791 whitespace.  See also the variable `electric-pair-skip-whitespace-chars'.
793 *** New variables control the pairing in strings and comments.
794 You can customize `electric-pair-text-pairs' and
795 `electric-pair-text-syntax-table' to tweak pairing behavior inside
796 strings and comments.
798 ** New EPA option `epa-mail-aliases'.
799 You can set this to a list of email address aliases that `epa-mail-encrypt'
800 should use to find keys.
802 ** New ERC option `erc-accidental-paste-threshold-seconds'.
803 If set to a number, this can be used to avoid accidentally pasting large
804 amounts of data into the ERC input.
806 ** New ERT macro `skip-unless' allows skipping ERT tests.
808 ** Eshell
810 *** `eshell' now supports visual subcommands and options.
811 Eshell has been able to handle "visual" commands (interactive,
812 non-line oriented commands such as top that require display
813 capabilities not provided by eshell) by running them in an Emacs
814 terminal emulator.  See `eshell-visual-commands'.
816 This feature has been extended to subcommands and options that make a
817 usually line-oriented command a visual command.  Typical examples are
818 "git log" and "git <command> --help", which display their output in a
819 pager by default.  See `eshell-visual-subcommands' and `eshell-visual-options'.
821 *** New Eshell-Tramp module.
822 External su and sudo commands are now the default; the internal,
823 Tramp-using variants can still be used by enabling the eshell-tramp module.
825 ** New F90 mode option `f90-smart-end-names'.
827 ** New option `gnutls-verify-error', if non-nil, means that Emacs
828 should reject SSL/TLS certificates that GnuTLS determines as invalid.
829 (This option defaults to nil at present, but this is expected to change
830 in a future release.)
832 ** Hi-Lock
834 *** New global command `M-s h .' (`highlight-symbol-at-point') highlights
835 the symbol near point.
837 *** New option `hi-lock-auto-select-face'.  When non-nil, hi-lock commands
838 will cycle through faces in `hi-lock-face-defaults' without prompting.
840 ** Icomplete is now more similar to Ido.
842 *** Icomplete by default now applies to all forms of minibuffer completion.
843 The variable `icomplete-with-completion-tables' (now a user option)
844 controls this.  To restore the old behavior, set it back to
845 '(internal-complete-buffer).
847 *** You can navigate through and select completions using the keys
848 from `icomplete-minibuffer-map'.
850 *** The string that separates potential completions is now a customizable
851 option (`icomplete-separator').  The default is " | " rather than ",".
853 *** New face `icomplete-first-match'; and new options
854 `icomplete-hide-common-prefix' and `icomplete-show-matches-on-no-input'.
856 *** The option `icomplete-show-key-bindings' has been removed.
858 ** Ido
860 *** An Ido user manual is now included.
862 *** The option `ido-use-virtual-buffers' can now take the value `auto'.
863 This means to use virtual buffers if the current ido input does not match
864 an existing buffer.
866 *** The variable `ido-decorations' can optionally have two new elements,
867 which are the brackets to use around the sole remaining completion.
869 ** Image mode
871 *** New commands `n' (`image-next-file') and `p' (`image-previous-file')
872 visit the next image file and the previous image file in the same
873 directory, respectively.
875 *** New commands to show specific frames of multi-frame images.
876 `f' (`image-next-frame') and `b' (`image-previous-frame') visit the
877 next or previous frame.  `F' (`image-goto-frame') shows a specific frame.
879 *** New commands to speed up, slow down, or reverse animation.
880 `a +' (`image-increase-speed') and `a -' (`image-decrease-speed') to
881 speed up and slow down the animation.  `a r' (`image-reverse-speed')
882 to reverse it and `a 0' (`image-reset-speed') to reset it.
884 *** The command `image-mode-fit-frame' deletes other windows.
885 When toggling, it restores the frame's previous window configuration.
886 It also has an optional frame argument, which can be used by Lisp
887 callers to fit the image to a frame other than the selected frame.
889 ** New Imenu option `imenu-generic-skip-comments-and-strings'.
891 ** Info
893 *** New Info face `info-index-match', used to highlight matches in index
894 entries displayed by `Info-index-next', `Info-virtual-index' and
895 `info-apropos'.
897 *** The Info-edit command is obsolete.  Editing Info nodes by hand
898 has not been relevant for some time.
900 ** JS Mode
902 *** New option `js-switch-indent-offset'.
904 *** Better indentation of multiple-variable declarations.
905 If a declaration spans several lines, variables on the following lines
906 are lined up to the first one.
908 *** Recognition and better indentation of continuations in array comprehensions.
910 ** MH-E has been updated to version 8.5 - see separate MH-E-NEWS file.
912 ** Octave mode
914 *** Font locking for Texinfo comments and new keywords.
916 *** Completion in Octave file buffers.
918 *** ElDoc support.
920 *** Jump to definition.
922 *** Documentation lookup/search.
924 ** OPascal mode is the new name for Delphi mode
926 *** All delphi-* variables and functions have been renamed to opascal-*.
927 Obsolete aliases exist for those likely to have been used externally.
929 *** The option `delphi-newline-always-indents' has been removed.
930 Use `electric-indent-mode' instead.
932 *** The TAB key runs the standard `indent-for-tab-command', not `delphi-tab'.
934 ** Package
936 *** The package library now supports digital signing of packages.
937 Maintainers of package archives should consider signing their packages
938 to enhance security.
940 **** If the user option `package-check-signature' is non-nil,
941 Emacs tries to check package signatures at install time.
942 The value `allow-unsigned' allows installation of unsigned packages.
944 **** The user option `package-unsigned-archives' lists archives where
945 Emacs will not try to check signatures.
947 *** New option `package-pinned-packages'.  This is useful if you have multiple
948 archives enabled, with more than one offering a given package that you want.
950 *** In the `list-packages' buffer, you can use `f' (`package-menu-filter')
951 to filter the list of packages by a keyword.
953 *** In the `describe-package' buffer, there are now buttons listing the
954 keywords related to the package.  Click on a button to see other packages
955 related to that keyword.
957 *** The format of `archive-contents' files, generated by package
958 repositories, has changed to allow a new (fifth) element in the data
959 vectors, containing an associative list with extra properties.
960 (For example, `describe-package' uses the `:url' extra property to
961 display a "Homepage" header.)
963 ** In Prolog mode, `prolog-use-smie' has been removed,
964 along with the non-SMIE indentation code.
966 ** Python mode
968 *** Out of the box support for CPython, iPython and readline based shells.
969 **** `python-shell-completion-module-string-code' is no longer used.
971 *** Automatic shell prompt detection.  New user options:
972 **** `python-shell-interpreter-interactive-arg'.
973 **** `python-shell-prompt-detect-enabled'.
974 **** `python-shell-prompt-detect-failure-warning'.
975 **** `python-shell-prompt-input-regexps'.
976 **** `python-shell-prompt-output-regexps'.
978 *** Python shell support for remote hosts via tramp.
980 *** Correct display of line numbers for code sent to the Python shell.
982 ** Remember
984 *** The new command `remember-notes' creates a buffer that is saved on exit.
985 You can use it as a more permanent *scratch* buffer.
987 *** Remember can now store notes in separate files.
988 To use this, add `remember-store-in-files' to the `remember-handler-functions'
989 option.  The files are saved in `remember-data-directory' using
990 names specified by `remember-directory-file-name-format'.
992 ** Rmail
994 *** Customize `rmail-mbox-format' to influence some minor aspects of
995 how Rmail displays non-MIME messages.
997 *** The `unrmail' command now converts from BABYL to mboxrd format,
998 rather than mboxo.  Customize `unrmail-mbox-format' to change this.
1000 ** Ruby mode
1002 *** Improved syntax highlighting and indentation.
1004 *** New `electric-indent-mode' integration.
1006 *** New option `ruby-encoding-magic-comment-style'.
1008 *** New option `ruby-custom-encoding-magic-comment-template'.
1010 *** New option `ruby-align-to-stmt-keywords'.
1012 *** New option `ruby-align-chained-calls'.
1014 *** More Ruby file types have been added to `auto-mode-alist'.
1016 ** Search and Replace
1018 *** New global command `M-s .' (`isearch-forward-symbol-at-point')
1019 starts a symbol (identifier) incremental search forward with the
1020 symbol found near point added to the search string initially.
1022 *** `C-x 8 RET' in Isearch mode reads a character by its Unicode name
1023 and adds it to the search string.
1025 *** `M-s i' in Isearch mode toggles whether search matches invisible text.
1027 *** `query-replace' skips invisible text when `search-invisible' is nil,
1028 and opens overlays with hidden text when `search-invisible' is `open'.
1030 *** A negative prefix argument of replacement commands replaces backward.
1031 `M-- M-%' replaces a string backward, `M-- C-M-%' replaces a regexp
1032 backward, `M-s w words M-- M-%' replaces a sequence of words backward.
1034 *** By default, prefix arguments do not now terminate Isearch mode.
1035 Set `isearch-allow-prefix' to nil to restore the old behavior.
1037 *** More Isearch commands accept prefix arguments, namely
1038 `isearch-printing-char', `isearch-quote-char', `isearch-yank-word',
1039 `isearch-yank-line'.
1041 *** Word search now matches whitespace at the beginning/end
1042 of the search string if it contains leading/trailing whitespace.
1043 In an incremental word search or when using a non-nil LAX argument
1044 of `word-search-regexp', the lax matching can also match part of
1045 the first word (in addition to the lax matching of the last word).
1046 The same rules are now applied to the symbol search, with the difference
1047 that it matches symbols, and non-symbol characters between symbols.
1049 ** New SES command `ses-rename-cell' allows assignment of names to SES cells.
1051 ** The shell.el option `explicit-bash-args' includes --noediting by default.
1052 All non-ancient Bash versions support this option.
1054 ** Shell Script mode
1056 *** The SMIE indentation engine is now used by default - see `sh-use-smie'.
1058 *** `sh-mode' now has its own setting for `add-log-current-defun-function'.
1060 ** SMIE
1062 *** You can customize the SMIE indentation of a mode via `smie-config'.
1063 The command `smie-config-guess' can help you derive the appropriate
1064 indentation settings, if you provide it with an indented sample file.
1065 Use `smie-config-save' to save the result.
1067 *** You can customize the SMIE indentation of a file by adding an entry to
1068 the file's local variables of the form: `eval: (smie-config-local '(RULES))'.
1070 *** New commands `smie-config-show-indent' and `smie-config-set-indent'.
1072 ** SQL mode
1074 *** Improved login monitoring and appropriate response to login failures.
1075 New variable `sql-login-delay' defines maximum wait time for a connection.
1077 *** Oracle support.
1078 SQL*Plus script placeholders are properly highlighted and identified
1079 in `sql-placeholders-filter'.  When starting SQL*Plus, `sql-oracle-options'
1080 are passed before the logon parameter, as required.  The default now
1081 includes `-L', to limit the number of logon attempts per invocation.
1083 ** New Term mode option `term-suppress-hard-newline'.
1085 ** Todo mode has been rewritten and enhanced.
1086 The Todo mode user manual describes all commands and most user
1087 options.  To support some of these features, a new file format is
1088 used, which is incompatible with the old format; however, you can
1089 convert old todo and done item files to the new format on initializing
1090 the first new todo file, or at any later time with the provided
1091 conversion command.  The previous version of todo-mode.el has been
1092 renamed to otodo-mode.el and is now obsolete.  New features include:
1094 *** Support for multiple todo files and archive files of done items.
1096 *** Renaming, reordering, moving, merging, and deleting categories.
1098 *** Sortable tabular summaries of categories and the item types they contain.
1100 *** Cross-category lists of items filtered by specific criteria.
1102 *** More fine-grained interaction with the Emacs diary, by being able to
1103 decide for each todo item whether it appears in the Fancy Diary display.
1105 *** Highly flexible new item insertion and item editing.
1107 *** Moving items between categories, storing done items in their category
1108 or in archive files, undoing or unarchiving done items.
1110 *** Reprioritizing items by inputting a numerical priority.
1112 *** Extensive customizability of operation and display, including many faces.
1114 ** Trace
1116 *** `trace-function' and `trace-function-background' no longer prompt for
1117 the output buffer.  Unless you use a prefix argument, they output to
1118 `trace-buffer'.
1120 *** With a prefix argument, `trace-function' and `trace-function-background'
1121 will prompt for a "context".  This is a Lisp expression, whose value at the
1122 time the function is entered/exited is printed along with the function's
1123 name and arguments.
1125 ** Tramp
1127 *** New connection method "adb", which allows to access Android
1128 devices by the Android Debug Bridge.  The variable `tramp-adb-program'
1129 can be used to adapt the path of the "adb" program, if needed.
1131 *** Handlers for `file-acl' and `set-file-acl' for remote machines
1132 that support POSIX ACLs.
1134 *** Handlers for `file-notify-add-watch' and `file-notify-rm-watch'
1135 for remote machines that support filesystem notifications.
1137 *** The experimental url syntax for remote file names has been removed.
1139 *** The connection methods "plink1", "ssh1", "ssh2", "scp1", "scp2",
1140 "scpc" and "rsyncc" are discontinued.  The ssh option
1141 "ControlMaster=auto" is set automatically in all ssh-based methods,
1142 when possible.  See `tramp-use-ssh-controlmaster-options'.
1144 ** New URL command `url-cookie-list' displays the current cookies,
1145 and allows you to interactively remove cookies.
1147 ** VC and related modes
1149 *** In VC directory mode, `D' displays diffs between VC-controlled
1150 whole tree revisions.
1152 *** In VC directory mode, `L' lists the change log for the current VC
1153 controlled tree in a window.
1155 *** In VC directory mode, `I' shows a log of changes that will be
1156 received with a pull operation.
1158 *** `C-x v G' (globally) and `G' (in VC directory mode) ignores a file
1159 under current version control system.  When called with a prefix
1160 argument, you can remove a file from the ignored file list.
1162 ** VHDL mode
1164 *** New options: `vhdl-actual-generic-name', `vhdl-beautify-options'.
1166 *** New commands: `vhdl-fix-statement-region', `vhdl-fix-statement-buffer'.
1168 ** The Woman commands `woman-default-faces' and `woman-monochrome-faces'
1169 are obsolete.  Customize the `woman-*' faces instead.
1171 ** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>.
1172 Affected files:
1173 ~/.emacs.d/timelog      replaces  ~/.timelog
1174 ~/.emacs.d/vip          replaces  ~/.vip
1175 ~/.emacs.d/viper        replaces  ~/.viper
1176 ~/.emacs.d/ido.last     replaces  ~/.ido.last
1177 ~/.emacs.d/kkcrc        replaces  ~/.kkcrc
1178 ~/.emacs.d/quickurls    replaces  ~/.quickurls
1179 ~/.emacs.d/idlwave/     replaces  ~/.idlwave/
1180 ~/.emacs.d/bdfcache.el  replaces  ~/.bdfcache.el
1181 ~/.emacs.d/places       replaces  ~/.emacs-places
1182 ~/.emacs.d/shadows      replaces  ~/.shadows
1183 ~/.emacs.d/shadow_todo  replaces  ~/.shadow_todo
1184 ~/.emacs.d/strokes      replaces  ~/.strokes
1185 ~/.emacs.d/notes        replaces  ~/.notes
1186 ~/.emacs.d/type-break   replaces  ~/.type-break
1187 Also the following files used by the now obsolete otodo-mode.el:
1188 ~/.emacs.d/todo-do      replaces  ~/.todo-do
1189 ~/.emacs.d/todo-done    replaces  ~/.todo-done
1190 ~/.emacs.d/todo-top     replaces  ~/.todo-top
1192 ** Obsolete packages
1194 *** iswitchb.el; use icomplete-mode.
1196 *** longlines.el; use visual-line-mode.
1198 *** meese.el.
1200 *** sup-mouse.el.
1202 *** terminal.el; use term.el instead.
1204 *** the old version of todo-mode.el (renamed to otodo-mode.el).
1206 *** xesam.el (owing to the cancellation of the XESAM project).
1208 *** yow.el; use fortune.el or cookie1.el instead.
1211 * New Modes and Packages in Emacs 24.4
1213 ** New package eww.el provides a built-in web browser.
1214 This requires Emacs to have been compiled with libxml2 support.
1216 ** New package nadvice.el offers lighter-weight advice facilities.
1217 It is layered as:
1219 *** `add-function'/`remove-function', which can be used to add/remove code on
1220 any function-carrying place, such as process filters or `<foo>-function' hooks.
1222 *** `advice-add'/`advice-remove' to add/remove a piece of advice on a named
1223 function, much like `defadvice' does.
1225 ** New package frameset.el provides a set of operations to save a frameset
1226 (the state of all or a subset of the existing frames and windows, somewhat
1227 similar to a frame configuration), both in-session and persistently, and
1228 restore it at some point in the future.
1230 ** New package filenotify.el provides an interface for file system
1231 notifications.  It requires that Emacs be compiled with one of the
1232 low-level libraries gfilenotify.c, inotify.c or w32notify.c.
1234 ** New minor modes `prettify-symbols-mode' and `global-prettify-symbols-mode'
1235 display specified symbols as composed characters.  E.g., in Emacs Lisp mode,
1236 this replaces the string "lambda" with the Greek lambda character.
1238 ** New minor mode `superword-mode', which overrides the default word motion
1239 commands to treat "symbol_words" as a single word, similar to what
1240 `subword-mode' does.
1243 * Incompatible Lisp Changes in Emacs 24.4
1245 ** The default file coding for Emacs Lisp files is now utf-8.
1246 (See `file-coding-system-alist'.)  In most cases, this change is
1247 transparent, but files that contain unusual characters without
1248 specifying an explicit coding system may fail to load with obscure
1249 errors.  You should either convert them to utf-8 or add an explicit
1250 `coding:' cookie.
1252 ** Default process filters and sentinels are not nil any more.
1253 Instead they default to a function that does what the nil value used to do.
1255 ** Overlay priority does not have to be nil or a non-negative integer.
1256 Overlay priority can be other kinds of Lisp objects.  We didn't yet
1257 decide whether other types of values are stable enough, and therefore
1258 don't feel it's right to document them.  For now, don't assume in your
1259 code that the values of overlay priority can only be either nil or an
1260 integer, always test them with an appropriate predicate to be one or
1261 the other.  If you need to sort arbitrary overlays into priority
1262 order, `overlays-at' can now optionally do this.
1263 You should still only specify integer priorities on overlays you create.
1265 ** The cars of the elements in `interpreter-mode-alist' are now
1266 treated as regexps rather than literal strings.
1268 ** `overriding-terminal-local-map' no longer replaces the local keymaps.
1269 It used to disable the minor mode, major mode, and text-property keymaps,
1270 whereas now it simply has higher precedence.
1272 ** `kill-region' has lost its `yank-handler' optional argument.
1274 ** `(input-pending-p)' no longer runs other timers that are ready to run.
1275 The new optional CHECK-TIMERS parameter allows for the prior behavior.
1277 ** `defvar' and `defcustom' in a let-binding affect the "external" default.
1279 ** The syntax of ?» and ?« is now punctuation instead of matched parens.
1280 Some languages match those as Â»...«, and others as Â«...», so it is
1281 better for Emacs to stay neutral by default.
1283 ** `read-event' does not always decode chars in ttys any more.  As was the case
1284 in Emacs 22 and before, `read-event' (and `read-char') by default read raw
1285 bytes from the terminal.  If you want to read decoded chars instead (as was
1286 always the case in Emacs-23, for example), pass a non-nil
1287 `inherit-input-method' argument.
1289 ** In `symbol-function', nil and "unbound" are indistinguishable.
1290 `symbol-function' does not signal a `void-function' error any more.
1291 To determine if a symbol's function definition is void, use `fboundp'.
1293 ** `defadvice' does not honor the `freeze' flag and cannot advise
1294 special-forms any more.
1296 ** `dolist' no longer binds VAR while evaluating the RESULT form,
1297 when lexical binding is enabled.  Previously, VAR was bound to nil,
1298 which often led to spurious unused-variable warnings.
1300 ** The return value of `backup-buffer' has changed.
1301 The second argument is no longer an SELinux context, instead it is an
1302 alist of extended attributes as returned by the new function
1303 `file-extended-attributes'.  The attributes can be applied to another
1304 file using `set-file-extended-attributes'.
1306 ** By default `copy-file' no longer copies file permission bits to an
1307 existing destination; and it sets the file permission bits of a newly
1308 created destination to those of the source, masked by the default file
1309 permissions.  To copy the file permission bits, pass t as the
1310 PRESERVE-PERMISSIONS argument of `copy-file'.
1312 ** `visited-file-modtime' now returns -1 for nonexistent files.
1313 Formerly it returned a list (-1 LOW USEC PSEC), but this was ambiguous
1314 in the presence of files with negative time stamps.
1316 ** Frame-local variables that affect redisplay do not work any more.
1317 More specifically, redisplay does not bother to check for a frame-local
1318 value when looking up variables.
1320 ** In compiled Lisp files, the header no longer includes a timestamp.
1322 ** The option `inhibit-local-menu-bar-menus' has been removed.
1325 * Lisp Changes in Emacs 24.4
1327 ** Change to the Emacs Lisp coding conventions: the package descriptor
1328 and name of global variables, constants, and functions should be separated
1329 by two hyphens if the symbol is not meant to be used by other packages.
1331 ** The second argument of `eval' can now specify a lexical environment.
1333 ** New macro `define-alternatives' can be used to define generic commands.
1334 Generic commands are interactive functions whose implementation can be
1335 selected among several alternatives, as a matter of user preference.
1337 ** Numeric comparison functions =, <, >, <=, >= can now take many arguments.
1339 ** New functions `special-form-p' and `macrop'.
1341 ** New macro `with-eval-after-load'.
1342 This is like the old `eval-after-load', but better behaved.
1344 ** If you give a symbol a `defalias-fset-function' property, `defalias'
1345 on that symbol will use the associated value as a function to call
1346 in place of `fset'.
1348 ** New variable `enable-dir-local-variables'.
1349 Directory-local variables are ignored if this is nil.  This may be
1350 useful for modes that want to ignore directory-locals while still
1351 respecting file-local variables.
1353 ** `read-regexp' now uses the new variable `read-regexp-defaults-function'
1354 as a function to call to provide default values.
1356 ** New functions `group-gid' and `group-real-gid'.
1358 ** New function `get-pos-property'.
1360 ** New hook `pre-redisplay-function'.
1362 ** `byte-compile-interactive-only-functions' is now obsolete.
1363 To specify that a command should only be called interactively, give it
1364 a non-nil `interactive-only' property.
1366 ** New function `string-suffix-p'.
1368 ** `split-string' now takes an optional argument TRIM.
1369 The value, if non-nil, is a regexp that specifies what to trim from
1370 the start and end of each substring.
1372 ** Completion
1374 *** The separator used by `completing-read-multiple' is now a regexp.
1375 The default `crm-separator' has been changed to allow surrounding spaces
1376 around the comma.
1378 *** New function `completion-table-with-cache' is a wrapper for
1379 `completion-table-dynamic' that caches the result of the last lookup.
1381 *** New function `completion-table-merge' to combine several
1382 completion tables by merging their completions.
1384 *** The `common-substring' argument of `display-completion-list',
1385 which has been documented as obsolete since Emacs 23.1, is now _really_
1386 obsolete, and no longer advertised.  Instead either call
1387 `completion-hilit-commonality' to add the highlighting; or use
1388 `completion-all-completions', which returns highlighted strings.
1390 ** Encoding and decoding of text
1392 *** New coding-system `prefer-utf-8'.
1393 This is like `undecided' but prefers UTF-8 on decoding if the text to
1394 be decoded does not contain any invalid UTF-8 sequences.  On encoding,
1395 any non-ASCII characters are automatically encoded as UTF-8.
1397 *** New attributes of coding-systems whose type is `undecided'.
1398 Two new attributes, `:inhibit-null-byte-detection' and
1399 `:inhibit-iso-escape-detection', determine how to detect encoding of
1400 text that includes null bytes and ISO-2022 escape sequences, respectively.
1401 Each of these attributes can be either nil, zero, or t.  If t, decoding
1402 text ignores null bytes and ISO-2022 sequences, respectively.  If nil,
1403 null bytes cause text to be decoded with no-conversion, and ISO-2022
1404 sequences cause Emacs to assume the text is encoded in one of the ISO-2022
1405 encodings, such as iso-2022-7bit.  If zero, Emacs consults the variables
1406 `inhibit-null-byte-detection' and `inhibit-iso-escape-detection'.
1407 The new attribute `:prefer-utf-8', if non-nil, causes Emacs to prefer
1408 UTF-8 encoding and decoding, whenever possible.
1410 These attributes are only meaningful for coding-systems of type `undecided'.
1411 (The type of a coding-system is determined by its `:coding-type' attribute
1412 and can be accessed by calling the `coding-system-type' function.)
1414 ** Error-handling
1416 *** New function `define-error'.
1418 *** `with-demoted-errors' takes an additional argument `format'.
1420 *** Errors from timer functions are no longer silently discarded,
1421 but are reported as messages.  So you may see "Error running timer"
1422 messages from code that was failing silently till now.  Set
1423 `debug-on-error' non-nil to get a real error and a backtrace.
1425 ** Faces
1427 *** Face specs set via Custom themes now replace the `defface' spec
1428 rather than inheriting from it.  In other words, setting a face via a
1429 theme now behaves like setting it via Customize: you only need to
1430 specify the attributes that you want, you don't need to unset those
1431 that you don't want.
1433 *** The function `face-spec-set' is now like `setq' for face specs.
1434 Its third arg now accepts values specifying a face spec type (defface,
1435 custom, or override spec), and the relevant spec is set accordingly.
1437 *** New face spec attribute :distant-foreground
1438 specifies foreground to use if background color is near the foreground
1439 color that would otherwise have been used.
1441 *** New function `add-face-text-property', which can be used to
1442 conveniently prepend/append new face properties.
1444 *** New face characteristic (supports :underline (:style wave))
1445 specifies whether or not the terminal can display a wavy line.
1447 ** File-handling
1449 *** Support for filesystem notifications.
1450 Emacs now supports notifications of filesystem changes, such as
1451 creation, modification, and deletion of files.  This requires the
1452 `glib' API, or the 'inotify' API (on GNU/Linux systems only).  On
1453 MS-Windows systems, this is supported for Windows XP and newer.
1455 *** The 9th element returned by `file-attributes' is now unspecified.
1456 Formerly, it was t if the file's gid would change if file were deleted
1457 and recreated.  This value has been inaccurate for years on many
1458 platforms, and nobody seems to have noticed or cared.
1460 *** The 6th argument to `copy-file' has been renamed to
1461 PRESERVE-PERMISSIONS as it now handles ACL entries and the traditional
1462 Unix file permission bits as well as SELinux context.
1464 *** The function `file-ownership-preserved-p' now has an optional
1465 argument GROUP which causes it check for file group too.  This can be
1466 used in place of the 9th element of `file-attributes'.
1468 *** The function `set-visited-file-modtime' now accepts a 0 or -1 argument,
1469 with the same interpretation as the returned value of `visited-file-modtime'.
1471 ** Image API
1473 *** `image-animated-p' is now `image-multi-frame-p'.
1474 It returns non-nil for any image that contains multiple frames,
1475 whether or not it specifies a frame delay.
1477 *** New variable `image-default-frame-delay' gives the frame delay for
1478 animated images which do not specify a frame delay.
1480 *** New functions `image-current-frame' and `image-show-frame' for getting
1481 and setting the current frame of a multi-frame image.
1483 ** ImageMagick
1485 *** ImageMagick images now support the :max-width and :max-height keywords.
1487 *** When using `create-image' with image data, you can pass a :format
1488 attribute (via the property-list argument) in order to help
1489 ImageMagick detect the image type.  The value should be a MIME
1490 content-type that is found in the new variable `image-format-suffixes'.
1492 ** Revert and Autorevert
1494 *** If Emacs is compiled with file notification support, it uses notifications
1495 instead of checking file time stamps.  To disable this, set the user option
1496 `auto-revert-use-notify' to nil.  Alternatively, you can specify a regular
1497 expression matching directories to be excluded from file notifications via
1498 `auto-revert-notify-exclude-dir-regexp'.
1500 *** The default values of `buffer-stale-function', `revert-buffer-function',
1501 and `revert-buffer-insert-file-contents-function' are no longer nil.
1502 Instead they default to functions that do what the nil value used to.
1504 *** `buffer-stale-function' is now used for buffers visiting files too.
1506 *** The new user option `auto-revert-remote-files' enables reversion
1507 of remote files, if non-nil.
1509 ** Terminal
1511 *** Functions to pop up menus and dialogs now work on all terminals,
1512 including TTYs.  This includes `x-popup-menu', `x-popup-dialog',
1513 `message-box', `yes-or-no-p', etc.
1515 The function `display-popup-menus-p' will now return non-nil for a
1516 display or frame whenever a mouse is supported on that display or frame.
1518 *** New hook `tty-setup-hook', run at the end of initializing a text terminal.
1520 *** The hook `term-setup-hook' is obsolete.  It is entirely equivalent
1521 to `emacs-startup-hook'.  See also the new `tty-setup-hook'.
1523 ** Minor internal changes to the details of lock files.
1524 The lock for DIR/FILE is now _always_ DIR/.#FILE.
1525 If DIR/.#FILE already exists and is not an Emacs lock file,
1526 Emacs makes no attempt to lock DIR/FILE.  (Previously, it fell back to
1527 numbered lock files DIR/.#FILE.0...).
1528 On file systems that do not support symbolic links, the lock is now a
1529 regular file with contents being what would have been in the symlink.
1531 ** New bool-vector set operation functions:
1532 *** `bool-vector-exclusive-or'
1533 *** `bool-vector-union'
1534 *** `bool-vector-intersection'
1535 *** `bool-vector-set-difference'
1536 *** `bool-vector-not'
1537 *** `bool-vector-subsetp'
1538 *** `bool-vector-count-consecutive'
1539 *** `bool-vector-count-population'
1541 ** New library subr-x.el with miscellaneous small utility functions:
1542 *** `hash-table-keys'
1543 *** `hash-table-values'
1544 *** `string-blank-p'
1545 *** `string-empty-p'
1546 *** `string-join'
1547 *** `string-reverse'
1548 *** `string-trim-left'
1549 *** `string-trim-right'
1550 *** `string-trim'
1551 *** `string-remove-prefix'
1552 *** `string-remove-suffix'
1554 ** The `time-to-seconds' alias to `float-time' is no longer marked obsolete.
1556 ** The spelling of the rx.el category `chinese-two-byte' has been
1557 corrected (the first 'e' was missing).
1559 ** EIEIO namespace cleanup, obsolete-aliasing functions to use `eieio-' prefix:
1560 *** object-name -> eieio-object-name
1561 *** object-class -> eieio-object-class
1562 *** object-class-fast -> eieio--object-class
1563 *** object-class-name -> eieio-object-class-name
1564 *** object-name-string -> eieio-object-name-string
1565 *** object-num-slots -> eieio--object-num-slots
1566 *** object-set-name-string -> eieio-object-set-name-string
1567 *** class-of -> eieio-object-class
1568 *** class-name -> eieio-class-name
1569 *** class-parent -> eieio-class-parent
1570 *** class-parents -> eieio-class-parents
1571 *** class-parents-fast -> eieio-class-parents-fast
1572 *** class-children -> eieio-class-children
1573 *** class-num-slots -> eieio--class-num-slots
1574 *** class-precedence-list -> eieio-class-precedence-list
1575 *** class-direct-subclasses -> eieio-class-children
1576 *** class-direct-superclasses -> eieio-class-parents
1578 ** Obsoleted functions
1579 *** `log10'
1580 *** `dont-compile'
1581 *** `lisp-complete-symbol'
1582 *** `field-complete'
1583 *** `minibuffer-completion-contents'
1584 *** `isearch-nonincremental-exit-minibuffer'
1585 *** `isearch-filter-visible'
1586 *** `generic-make-keywords-list'
1587 *** `get-upcase-table' (use `case-table-get-table' instead).
1589 ** `with-wrapper-hook' is obsoleted by `add-function'.
1590 The few hooks that used with-wrapper-hook are replaced as follows:
1591 *** `abbrev-expand-function' obsoletes `abbrev-expand-functions'.
1592 *** `completion-in-region-function' obsoletes `completion-in-region-functions'.
1593 *** `filter-buffer-substring-function' obsoletes `filter-buffer-substring-functions'.
1596 * Changes in Emacs 24.4 on Non-Free Operating Systems
1598 ** New Core Text based font backend for Mac OS X 10.5 and newer.
1599 To use the old font backend, use the following on the command line:
1600   % defaults write org.gnu.Emacs FontBackend ns
1601 GNUstep and Mac OS X 10.4 use the old font backend.
1603 ** Improved fullscreen support on Mac OS X 10.7 and newer, where the
1604 default fullscreen method is now "native" fullscreen.  To use the
1605 old style fullscreen, customize `ns-use-native-fullscreen' to nil.
1607 ** On Mac OS X 10.7 and newer, Emacs can use sRGB colorspace, and does so
1608 by default.  Customize `ns-use-srgb-colorspace' to go back to the old method.
1609 Note that this does not apply to images.
1611 ** The procedure for building Emacs on MS-Windows has changed.
1612 It is now built by running the same configure script as on all other
1613 platforms.  This requires the MSYS environment and MinGW development
1614 tools.  See the updated instructions in nt/INSTALL for details.
1616 Using the Posix configure script and Makefiles also means a change in
1617 the directory structure of the Emacs installation on Windows.  It is
1618 now the same as on GNU and Unix systems.  In particular, the auxiliary
1619 programs, such as cmdproxy.exe and hexl.exe, are in
1620 libexec/emacs/VERSION/i686-pc-mingw32 (where VERSION is the Emacs
1621 version), version-independent site-lisp is in share/emacs/site-lisp,
1622 version-specific Lisp files are in share/emacs/VERSION/lisp and in
1623 share/emacs/VERSION/site-lisp, Info docs are in share/info, and data
1624 files are in share/emacs/VERSION/etc.  (Emacs knows about all these
1625 directories and will find the files in there automatically; there's no
1626 need to set any variables due to this change.)
1628 ** Emacs on Windows 2000 and later can now access files and directories
1629 whose names cannot be encoded in the current system codepage.
1631 The new variable `w32-unicode-filenames' controls this feature: if it
1632 is t, Emacs uses Unicode APIs to pass file names to system calls,
1633 which lifts the limitation of file names to the current locale.
1635 ** Lock files now work on MS-Windows.
1636 This helps to prevent losing your edits if the same file is being
1637 edited in another Emacs session or by another user.  See the node
1638 "Interlocking" in the Emacs User Manual for the details.  To disable
1639 file locking, customize `create-lockfiles' to nil.
1641 ** The "generate a backtrace on fatal error" feature now works on MS-Windows.
1642 The backtrace is written to the 'emacs_backtrace.txt' file in the
1643 directory where Emacs was running.
1645 ** The `network-interface-list' and `network-interface-info' functions
1646 are now available on MS-Windows.
1648 ** The variable `buffer-file-type' is no longer supported.
1649 Setting it has no effect, and %t in the mode-line format is ignored.
1650 Likewise, `file-name-buffer-file-type-alist' is now obsolete, and
1651 modifying it has no effect.
1654 * Installation Changes in Emacs 24.3
1656 ** The default X toolkit is now Gtk+ version 3.
1657 If you don't pass `--with-x-toolkit' to configure, or if you use
1658 `--with-x-toolkit=gtk' or `--with-x-toolkit=yes', configure will try
1659 to build with Gtk+ version 3, and if that fails, try Gtk+ version 2.
1660 You can explicitly require a specific version by passing
1661 `--with-x-toolkit=gtk2' or `--with-x-toolkit=gtk3' to configure.
1663 ** New configure option `--enable-link-time-optimization', to utilize
1664 an appropriate feature provided by GCC since version 4.5.0.
1666 ** New configure option `--without-all' to disable most of the optional
1667 features (image support, etc.) that are normally enabled by default.
1669 ** New configure option `--enable-gcc-warnings' (for developing/debugging
1670 Emacs).  If building with GCC, this enables compile-time checks that
1671 warn/give errors about possibly-questionable C code.  On a recent GNU
1672 system there should be no warnings; on older and on non-GNU systems
1673 the results may be useful to developers.
1675 ** The configure option `--enable-use-lisp-union-type' has been
1676 renamed to `--enable-check-lisp-object-type', as the resulting
1677 Lisp_Object type no longer uses a union to implement the compile time
1678 check that this option enables.
1680 ** The configure option `--disable-maintainer-mode' has been removed,
1681 as it was confusingly-named and rarely useful.
1683 ** The configure options `--program-prefix', `--program-suffix', and
1684 `--program-transform-name' apply to more than just the installed
1685 binaries.  Now they also affect the man pages, icons, and the
1686 etc/emacs.desktop file; but not the info pages, since this would break
1687 links between the various manuals.
1689 ** You can use `NO_BIN_LINK=t make install' to prevent the installation
1690 overwriting "emacs" in the installation bin/ directory with a link
1691 to "emacs-VERSION".
1693 ** Emacs uses libtinfo in preference to libncurses, if available.
1695 ** On FreeBSD and NetBSD, configure no longer adds /usr/local/lib and
1696 /usr/pkg/lib to the linker search path.  You must add them yourself if
1697 you want them.
1699 ** The standalone scripts `rcs-checkin' and `vcdiff' have been removed
1700 (from the bin and libexec directories, respectively).  The former is
1701 no longer relevant, the latter is replaced by lisp (in vc-sccs.el).
1704 * Startup Changes in Emacs 24.3
1706 ** Emacs no longer searches for `leim-list.el' files beneath the standard
1707 lisp/ directory.  There should not be any there anyway.  If you have
1708 been adding them there, put them somewhere else; e.g., site-lisp.
1710 ** The `--no-site-lisp' command line option now works for Nextstep builds.
1713 * Changes in Emacs 24.3
1715 ** Help
1717 *** `C-h f' (`describe-function') can now perform autoloading.
1718 When this command is called for an autoloaded function whose docstring
1719 contains a key substitution construct, that function's library is
1720 automatically loaded, so that the documentation can be shown
1721 correctly.  To disable this, set `help-enable-auto-load' to nil.
1723 *** `C-h f' now reports previously-autoloaded functions as "autoloaded",
1724 even after their associated libraries have been loaded (and the
1725 autoloads have been redefined as functions).
1727 ** ImageMagick
1729 *** Images displayed via ImageMagick now support transparency and the
1730 :background image specification property.
1732 *** When available, ImageMagick support is automatically enabled.
1733 It is no longer necessary to call `imagemagick-register-types'
1734 explicitly to install ImageMagick image types; that function is called
1735 automatically at startup, or when customizing an imagemagick- option.
1737 *** Setting `imagemagick-types-inhibit' to t now disables the use of
1738 ImageMagick to view images.  (You must call `imagemagick-register-types'
1739 afterwards if you do not use customize to change this.)
1741 *** The new variable `imagemagick-enabled-types' also affects which
1742 ImageMagick types are treated as images.  The function
1743 `imagemagick-filter-types' returns the list of types that will be
1744 treated as images.
1746 ** Minibuffer
1748 *** In minibuffer filename prompts, `C-M-f' and `C-M-b' now move to the
1749 next and previous path separator, respectively.
1751 *** `minibuffer-electric-default-mode' can shorten "(default ...)" to "[...]"
1752 in minibuffer prompts.  Just set `minibuffer-eldef-shorten-default'
1753 non-nil before enabling the mode.
1755 ** Mode line
1757 *** New option `mode-line-default-help-echo' specifies the help text
1758 (shown in a tooltip or in the echo area) for any part of the mode line
1759 that does not have its own specialized help text.
1761 *** You can now click mouse-3 in the coding system indicator to invoke
1762 `set-buffer-file-coding-system'.
1764 ** Server and client
1766 *** emacsclient now obeys string values for `initial-buffer-choice',
1767 if it is told to open a new frame without specifying any file to visit
1768 or expression to evaluate.
1770 *** New option `server-auth-key' specifies a shared server key.
1772 ** Emacs now generates backtraces on fatal errors.
1773 On encountering a fatal error, Emacs now outputs a textual description
1774 of the fatal signal, and a short backtrace on platforms like glibc
1775 that support backtraces.
1777 ** `C-x C-q' is now bound to the new minor mode `read-only-mode'.
1778 This minor mode replaces `toggle-read-only', which is now obsolete.
1780 ** Most `y-or-n' prompts now allow you to scroll the selected window.
1781 Typing `C-v' or `M-v' at a y-or-n prompt scrolls forward or backward
1782 respectively, without exiting from the prompt.
1784 ** In the Package Menu, newly-available packages are listed as "new",
1785 and sorted above the other "available" packages by default.
1787 ** If your Emacs was built from a repository checkout, the new variable
1788 `emacs-bzr-version' contains information about the bzr revision used.
1790 ** New option `create-lockfiles' specifies usage of lockfiles.
1791 It defaults to t.  Changing it to nil inhibits the creation of lock
1792 files (use this with caution).
1794 ** New option `enable-remote-dir-locals', if non-nil, allows directory-local
1795 variables on remote hosts.
1797 ** The entry for PCL-CVS has been removed from the Tools menu.
1798 The PCL-CVS commands are still available via the keyboard.
1800 ** Using "unibyte: t" in Lisp source files is obsolete.
1801 Use "coding: raw-text" instead.
1803 ** In the buffer made by `M-x report-emacs-bug', the `C-c m' binding
1804 has been changed to `C-c M-i' (`report-emacs-bug-insert-to-mailer').
1805 The previous binding, introduced in Emacs 24.1, was a mistake, because
1806 `C-c LETTER' bindings are reserved for user customizations.
1808 ** Internationalization
1810 *** New language environment: Persian.
1812 *** New input method `vietnamese-vni'.
1814 ** Nextstep (GNUstep / Mac OS X) port
1816 *** Support for fullscreen and the frame parameter fullscreen.
1818 *** A file dialog is used for open/save operations initiated from the
1819 menu/toolbar.
1822 * Editing Changes in Emacs 24.3
1824 ** Search and Replace
1826 *** Non-regexp Isearch now performs "lax" space matching.
1827 Each sequence of spaces in the supplied search string may match any
1828 sequence of one or more whitespace characters, as specified by the
1829 variable `search-whitespace-regexp'.  (This variable is also used by a
1830 similar existing feature for regexp Isearch.)
1832 *** New Isearch command `M-s SPC' toggles lax space matching.
1833 This applies to both ordinary and regexp Isearch.
1835 *** New option `replace-lax-whitespace'.
1836 If non-nil, `query-replace' uses flexible whitespace matching too.
1837 The default is nil.
1839 *** Global `M-s _' starts a symbol (identifier) incremental search,
1840 and `M-s _' in Isearch toggles symbol search mode.
1841 `M-s c' in Isearch toggles search case-sensitivity.
1843 ** Navigation commands
1845 *** New binding `M-g c' for `goto-char'.
1847 *** New binding `M-g TAB' for `move-to-column'.
1849 *** `M-g TAB' (`move-to-column') prompts for a column number if called
1850 interactively with no prefix arg.  Previously, it moved to column 1.
1852 ** New option `yank-handled-properties' allows processing of text
1853 properties on yanked text, in ways that are more general than just
1854 removing them (as is done by `yank-excluded-properties').
1856 ** New option `delete-trailing-lines' specifies whether
1857 M-x delete-trailing-whitespace should delete trailing lines at the end
1858 of the buffer.  It defaults to t.
1860 ** `C-u M-=' now counts lines/words/characters in the entire buffer.
1862 ** `C-x 8 RET' is now bound to `insert-char', which is now a command.
1863 `ucs-insert' is now an obsolete alias for `insert-char'.
1865 ** The `z' key no longer has a binding in most special modes.
1866 It used to be bound to `kill-this-buffer', but `z' is too easy to
1867 accidentally type.
1869 ** New command `C-x r M-w' (`copy-rectangle-as-kill').
1870 It copies the region-rectangle as the last rectangle kill.
1872 ** Registers
1874 *** `C-x r +' is now overloaded to invoke `append-to-register'.
1876 *** New option `register-separator' specifies the register containing
1877 the text to put between collected texts for use with
1878 M-x append-to-register and M-x prepend-to-register.
1881 * Changes in Specialized Modes and Packages in Emacs 24.3
1883 ** Common Lisp emulation (CL)
1885 *** CL's main entry is now (require 'cl-lib).
1886 `cl-lib' is like the old `cl' except that it uses the namespace cleanly;
1887 i.e., all its definitions have the "cl-" prefix (and internal definitions
1888 use the "cl--" prefix).
1890 If `cl' provided a feature under the name `foo', then `cl-lib'
1891 provides it under the name `cl-foo' instead; with the exceptions of the
1892 few `cl' definitions that had to use `foo*' to avoid conflicts with
1893 pre-existing Elisp entities.  These have been renamed to `cl-foo'
1894 rather than `cl-foo*'.
1896 The old `cl' is now deprecated and is mainly just a bunch of aliases that
1897 provide the old, non-prefixed names.  Some exceptions are listed below:
1899 *** `cl-flet' is not like `flet' (which is deprecated).
1900 Instead it obeys the behavior of Common-Lisp's `flet'.
1901 In particular, in cl-flet function definitions are lexically scoped,
1902 whereas in flet the scoping is dynamic.
1904 *** `cl-labels' is slightly different from `labels'.
1905 The difference is that it relies on the `lexical-binding' machinery
1906 (as opposed to the `lexical-let' machinery used previously) to capture
1907 definitions in closures, so such closures will only work if `lexical-binding'
1908 is in use.
1910 *** `cl-letf' is not exactly like `letf'.
1911 The only difference is in details that relate to some deprecated usage
1912 of `symbol-function' in place forms.
1914 *** `progv' was rewritten to use the `let' machinery.
1915 A side effect is that variables without corresponding values are bound
1916 to nil rather than being made unbound.
1918 *** The following methods of extending `setf' are obsolete
1919 (use features from gv.el instead):
1920 `define-modify-macro' (use `gv-letplace')
1921 `defsetf' (use `gv-define-simple-setter' or `gv-define-setter')
1922 `define-setf-expander' (use `gv-define-setter' or `gv-define-expander')
1923 `get-setf-method' no longer exists (see "Incompatible Lisp Changes")
1925 ** Diff mode
1927 *** Changes are now highlighted using the same color scheme as in
1928 modern VCSes.  Deletions are displayed in red (new faces
1929 `diff-refine-removed' and `smerge-refined-removed', and new definition
1930 of `diff-removed'), insertions in green (new faces `diff-refine-added'
1931 and `smerge-refined-added', and new definition of `diff-added').
1933 *** The variable `diff-use-changed-face' defines whether to use the
1934 face `diff-changed', or `diff-removed' and `diff-added' to highlight
1935 changes in context diffs.
1937 *** The new command `diff-delete-trailing-whitespace' removes trailing
1938 whitespace introduced by a diff.
1940 ** Ediff now uses the same color scheme as Diff mode.
1942 ** Python mode
1944 A new version of python.el, which provides several new features, including:
1945 per-buffer shells, better indentation, Python 3 support, and improved
1946 shell-interaction compatible with iPython (and virtually any other
1947 text based shell).
1949 *** Some user options have been replaced/renamed, including (old -> new):
1950 **** python-indent -> python-indent-offset
1951 **** python-guess-indent -> python-indent-guess-indent-offset
1952 **** python-pdbtrack-do-tracking-p -> python-pdbtrack-activate
1953 **** python-use-skeletons -> python-skeleton-autoinsert
1955 *** Some user options have been removed, including:
1957 **** `python-indent-string-contents': Strings are never indented.
1959 **** `python-honour-comment-indentation':
1960 Comments are always considered as indentation markers.
1962 **** `python-continuation-offset': Indentation is automatically
1963 calculated in a pep8 compliant way depending on the context.
1965 **** `python-shell-prompt-alist', `python-shell-continuation-prompt-alist':
1966 Have no direct mapping as the shell interaction is completely different.
1968 **** `python-python-command', `python-jython-command':
1969 Replaced by `python-shell-interpreter'.
1971 **** `inferior-python-filter-regexp', `python-remove-cwd-from-path',
1972 `python-pdbtrack-minor-mode-string', `python-source-modes':
1973 No longer relevant.
1975 *** Some commands have been replaced (old -> new):
1976 **** python-insert-class -> python-skeleton-class
1977 **** python-insert-def -> python-skeleton-def
1978 **** python-insert-for -> python-skeleton-for
1979 **** python-insert-if -> python-skeleton-if
1980 **** python-insert-try/except -> python-skeleton-try
1981 **** python-insert-try/finally -> python-skeleton-try
1982 **** python-insert-while -> python-skeleton-while
1983 **** python-find-function -> python-nav-jump-to-defun
1984 **** python-next-statement -> python-nav-forward-sentence
1985 **** python-previous-statement -> python-nav-backward-sentence
1986 **** python-beginning-of-defun-function -> python-nav-beginning-of-defun
1987 **** python-end-of-defun-function -> python-nav-end-of-defun
1988 **** python-send-buffer -> python-shell-send-buffer
1989 **** python-send-defun -> python-shell-send-defun
1990 **** python-send-region -> python-shell-send-region
1991 **** python-send-region-and-go -> emulate with python-shell-send-region
1992 and python-shell-switch-to-shell
1993 **** python-send-string -> python-shell-send-string
1994 **** python-switch-to-python -> python-shell-switch-to-shell
1995 **** python-describe-symbol -> python-eldoc-at-point
1997 ** D-Bus
1999 *** New variables `dbus-compiled-version' and `dbus-runtime-version'.
2001 *** The D-Bus object manager interface is implemented.
2003 *** Variables of type :(u)int32 and :(u)int64 accept floating points,
2004 if their value does not fit into Emacs's integer range.
2006 *** The function `dbus-call-method' is now non-blocking.
2007 It can be interrupted by `C-g'.  `dbus-call-method-non-blocking' is obsolete.
2009 *** Signals can also be sent as unicast messages.
2011 *** The argument list of `dbus-register-signal' has been extended,
2012 according to the new match rule types of D-Bus.
2014 *** `dbus-init-bus' supports private connections.
2016 *** There is a new function `dbus-setenv'.
2018 ** `desktop-path' no longer includes the "." directory.
2019 Desktop files are now located in ~/.emacs.d by default.
2021 ** Dired
2023 *** `dired-do-async-shell-command' executes each file sequentially
2024 if the command ends in `;' (when operating on multiple files).
2025 Otherwise, it executes the command on each file in parallel.
2027 *** Typing `M-n' in the minibuffer of `dired-do-chmod', `dired-do-chgrp',
2028 `dired-do-chown', and `dired-do-touch' yanks the attributes of the
2029 file at point.
2031 *** When the region is active, `m' (`dired-mark'), `u' (`dired-unmark'),
2032 `DEL' (`dired-unmark-backward'), and `d' (`dired-flag-file-deletion')
2033 mark/unmark/flag all files in the active region.
2035 *** The minibuffer default for `=' (`dired-diff') has changed.
2036 It is now the backup file for the file at point, if one exists.
2037 In Transient Mark mode the default is the file at the active mark.
2039 *** `M-=' is no longer bound to `dired-backup-diff' in Dired buffers.
2040 The global binding for `M-=', `count-words-region' is in effect.
2042 ** ERC
2044 *** New module "notifications", which can send a notification when you
2045 receive a private message or your nickname is mentioned.
2047 *** ERC will look up server/channel names via auth-source and use any
2048 channel keys found.
2050 *** New option `erc-lurker-hide-list', similar to `erc-hide-list', but
2051 only applies to messages sent by lurkers.
2053 ** reStructuredText mode
2055 *** Keybindings (see `C-c C-h'), TAB indentation, filling and auto-filling,
2056 fontification, comment handling, and customization have all been revised
2057 and improved.
2059 *** Support for `imenu' and `which-function-mode'.
2061 *** The reStructuredText syntax is more closely covered.
2062 Sphinx support has been improved.
2064 *** `rst-insert-list' inserts new list or continues existing lists.
2066 *** A negative prefix argument always works for `rst-adjust'.
2068 *** The window configuration is reset after displaying a TOC.
2070 *** The constant `rst-version' describes the rst.el package version.
2072 ** Ruby mode
2074 *** Support for percent literals and recognition of regular expressions
2075 in method calls without parentheses with more methods, including Cucumber
2076 steps definitions.
2078 *** Improved syntax highlighting and indentation.
2080 *** New command `ruby-toggle-block', bound to `C-c {'.
2082 *** Some non-standard keybindings/commands have been removed:
2084 **** `ruby-electric-brace'; use `electric-indent-mode' instead.
2086 **** `ruby-mark-defun'; use `mark-defun'.
2088 **** `ruby-beginning-of-defun' and `ruby-end-of-defun' are replaced by
2089 appropriate settings for the variables `beginning-of-defun-function'
2090 and `end-of-defun-function'.
2092 **** Non-standard keybindings for `backward-kill-word', `comment-region',
2093 `reindent-then-newline-and-indent' and `newline' have been removed.
2095 ** Shell Script mode
2097 *** Pairing of parens/quotes uses `electric-pair-mode' instead of skeleton-pair.
2099 *** `sh-electric-here-document-mode' now controls auto-insertion of here-docs.
2101 *** `sh-use-smie' lets you choose a new indentation and navigation code.
2103 ** VHDL mode
2105 *** The free software compiler GHDL is supported (and now the default).
2107 *** Support for the VHDL-AMS packages has been added/updated.
2109 *** Updated to the 2002 revision of the VHDL standard.
2111 *** Accepts \r and \f as whitespace.
2113 ** Apropos
2115 *** The faces used by Apropos are now directly customizable.
2116 These faces are named `apropos-symbol', `apropos-keybinding', and so on;
2117 see the `apropos' Custom group for details.
2119 *** The old options whose values specified faces to use have been removed
2120 (i.e. `apropos-symbol-face', `apropos-keybinding-face', `apropos-label-face',
2121 `apropos-match-face' and `apropos-property-face'.).
2123 ** Buffer Menu
2125 *** This package has been rewritten to use Tabulated List mode.
2127 *** Option `Buffer-menu-buffer+size-width' is now obsolete.
2128 Use `Buffer-menu-name-width' and `Buffer-menu-size-width' instead.
2130 ** Calc
2132 *** Algebraic simplification mode is now the default.
2133 To restrict to the limited simplifications given by the former
2134 default simplification mode, use `m I'.
2136 ** Calendar
2138 *** You can customize the header text that appears above each calendar month.
2139 See the variable `calendar-month-header'.
2141 *** New LaTeX calendar style, produced by `cal-tex-cursor-week2-summary'.
2143 *** The calendars produced by cal-html include holidays.
2144 Customize `cal-html-holidays' to change this.
2146 ** CEDET
2148 *** The major modes from the parser generators "Bovine" and "Wisent"
2149 are now properly integrated in Emacs.  The file suffixes ".by" and ".wy"
2150 are in `auto-mode-alist', and the corresponding manuals are included.
2152 *** EDE
2154 **** Menu support for the "Configuration" feature.  This allows users to
2155 choose the active configuration (such as debug or install) from the menu.
2157 **** New command `ede-set' to interactively set project-local variables.
2159 **** Support for compiling, debugging, and running in "generic" projects.
2161 **** Autoconf editing support for M4 macros with complex arguments.
2163 **** Compilation support for the "linux" project type.
2165 **** "simple" projects have been removed; use "generic" projects instead.
2167 *** Semantic
2169 **** Support for parsing #include statements inside a namespace in C/C++.
2171 **** Improved support for 'extern "C"' declarations in C/C++.
2173 **** The ability to ignore more common special C/C++ preprocessor symbols,
2174 such as '__nonnull' and '__asm'.  Add '__cplusplus' macro when parsing C++.
2175 If available, include cdefs.h as an additional source of preprocessor symbols.
2177 **** Improved C/C++ function pointer parsing.
2179 **** In Python, support for converting imports to include file names.
2181 **** Ability to dynamically determine the Python load path.
2183 **** Support for the Python 'WITH' and 'AT' keywords.
2185 **** Improved tooltip completion.
2187 *** SRecode
2189 **** The SRecode manual is now included.
2191 **** Tag generation supports constructor/destructor settings and system
2192 include differentiation.
2194 **** Addition of 'Framework' support: Frameworks are specified when a
2195 particular kind of library (such as Android) is needed in a common language
2196 mode (like Java).
2198 **** Support for nested templates and let variables override based on priority.
2200 **** Support for merging tables from multiple related modes, such as
2201 default -> c++ -> arduino.
2203 ** Compile has a new option `compilation-always-kill'.
2205 ** Customize
2207 *** `custom-reset-button-menu' now defaults to t.
2209 *** Non-option variables are never matched in `customize-apropos' and
2210 `customize-apropos-options' (i.e., the prefix argument does nothing for
2211 these commands now).
2213 ** Term
2215 *** The variables `term-default-fg-color' and `term-default-bg-color'
2216 are now deprecated in favor of the customizable face `term'.
2218 *** You can customize how to display ANSI terminal colors and styles
2219 by customizing the corresponding `term-color-<COLOR>',
2220 `term-color-underline' and `term-color-bold' faces.
2222 ** Tramp
2224 *** The syntax has been extended in order to allow ad-hoc proxy definitions.
2226 *** Remote processes are now also supported on remote MS-Windows hosts.
2228 ** URL
2230 *** Structs made by `url-generic-parse-url' have nil `attributes' slot.
2231 Previously, this slot stored semicolon-separated attribute-value pairs
2232 appended to some imap URLs, but this is not compatible with RFC 3986.
2233 So now the `filename' slot stores the entire path and query components,
2234 and the `attributes' slot is always nil.
2236 *** New function `url-encode-url' for encoding a URI string.
2237 The `url-retrieve' function now uses this to encode its URL argument,
2238 in case that is not properly encoded.
2240 ** notifications.el supports now version 1.2 of the Notifications API.
2241 The function `notifications-get-capabilities' returns the supported
2242 server properties.
2244 ** Flymake uses fringe bitmaps to indicate errors and warnings.
2245 See `flymake-fringe-indicator-position', `flymake-error-bitmap' and
2246 `flymake-warning-bitmap'.
2248 ** The FFAP option `ffap-url-unwrap-remote' can now be a list of strings,
2249 specifying URL types that should be converted to remote file names at
2250 the FFAP prompt.  The default is now '("ftp").
2252 ** New Ibuffer `derived-mode' filter, bound to `/ M'.
2253 The old binding for `/ M' (filter by used-mode) is now bound to `/ m'.
2255 ** New option `mouse-avoidance-banish-position' specifies where the
2256 `banish' mouse avoidance setting moves the mouse.
2258 ** In Perl mode, new option `perl-indent-parens-as-block' causes non-block
2259 closing brackets to be aligned with the line of the opening bracket.
2261 ** In Proced mode, new command `proced-renice' renices marked processes.
2263 ** New option `async-shell-command-buffer' specifies the buffer to use
2264 for a new asynchronous `shell-command' when the default output buffer
2265 `*Async Shell Command*' is already in use.
2267 ** SQL mode has a new option `sql-db2-escape-newlines'.
2268 If non-nil, newlines sent to the command interpreter will be escaped
2269 by a backslash.  The default does not escape the newlines and assumes
2270 that the sql statement will be terminated by a semicolon.
2272 ** New command `tabulated-list-sort', bound to `S' in Tabulated List mode
2273 (and modes that derive from it), sorts the column at point, or the Nth
2274 column if a numeric prefix argument is given.
2276 ** `which-func-modes' now defaults to t, so Which Function mode, when
2277 enabled, applies to all applicable major modes.
2279 ** `winner-mode-hook' now runs when the mode is disabled, as well as when
2280 it is enabled.
2282 ** Follow mode no longer works by using advice.
2283 The option `follow-intercept-processes' has been removed.
2285 ** `javascript-generic-mode' is now an obsolete alias for `js-mode'.
2287 ** Hooks renamed to avoid obsolete "-hooks" suffix:
2288 *** semantic-lex-reset-hooks -> semantic-lex-reset-functions
2289 *** semantic-change-hooks -> semantic-change-functions
2290 *** semantic-edits-new-change-hooks -> semantic-edits-new-change-functions
2291 *** semantic-edits-delete-change-hooks -> semantic-edits-delete-change-functions
2292 *** semantic-edits-reparse-change-hooks -> semantic-edits-reparse-change-functions
2293 *** semanticdb-save-database-hooks -> semanticdb-save-database-functions
2294 *** c-prepare-bug-report-hooks -> c-prepare-bug-report-hook
2295 *** rcirc-sentinel-hooks -> rcirc-sentinel-functions
2296 *** rcirc-receive-message-hooks -> rcirc-receive-message-functions
2297 *** rcirc-activity-hooks -> rcirc-activity-functions
2298 *** rcirc-print-hooks -> rcirc-print-functions
2299 *** dbus-event-error-hooks -> dbus-event-error-functions
2300 *** eieio-pre-method-execution-hooks -> eieio-pre-method-execution-functions
2301 *** checkdoc-style-hooks -> checkdoc-style-functions
2302 *** checkdoc-comment-style-hooks -> checkdoc-comment-style-functions
2303 *** archive-extract-hooks -> archive-extract-hook
2304 *** filesets-cache-fill-content-hooks -> filesets-cache-fill-content-hook
2305 *** hfy-post-html-hooks -> hfy-post-html-hook
2306 *** nndiary-request-create-group-hooks -> nndiary-request-create-group-functions
2307 *** nndiary-request-update-info-hooks -> nndiary-request-update-info-functions
2308 *** nndiary-request-accept-article-hooks -> nndiary-request-accept-article-functions
2309 *** gnus-subscribe-newsgroup-hooks -> gnus-subscribe-newsgroup-functions
2311 ** Obsolete packages
2313 *** assoc.el
2314 In most cases, assoc+member+push+delq work just as well.
2315 And in any case it's just a terrible package: ugly semantics, terrible
2316 inefficiency, and not namespace-clean.
2317 *** bruce.el
2318 *** cust-print.el
2319 *** ledit.el
2320 *** mailpost.el
2321 *** mouse-sel.el
2322 *** patcomp.el
2325 * Incompatible Lisp Changes in Emacs 24.3
2327 ** Docstrings starting with `*' no longer indicate user options.
2328 Only variables defined using `defcustom' are considered user options.
2329 The function `user-variable-p' is now an obsolete alias for
2330 `custom-variable-p'.
2332 ** The return values of `defalias', `defun' and `defmacro' have changed,
2333 and are now undefined.  For backwards compatibility, `defun' and
2334 `defmacro' currently return the name of the newly defined
2335 function/macro, but this should not be relied upon.
2337 ** `random' by default now returns a different random sequence in
2338 every Emacs run.  Use `(random S)', where S is a string, to set the
2339 random seed to a value based on S, in order to get a repeatable
2340 sequence in later calls.
2342 ** If the NEWTEXT arg to `replace-match' contains a substring "\?",
2343 that substring is inserted literally even if the LITERAL arg is
2344 non-nil, instead of causing an error to be signaled.
2346 ** `select-window' now always makes the window's buffer current.
2347 It does so even if the window was selected before.
2349 ** The function `x-select-font' can return a font spec, instead of a
2350 font name as a string.  Whether it returns a font spec or a font name
2351 depends on the graphical library.
2353 ** `face-spec-set' no longer sets frame-specific attributes when the
2354 third argument is a frame (that usage was obsolete since Emacs 22.2).
2356 ** `set-buffer-multibyte' now signals an error in narrowed buffers.
2358 ** The CL package's `get-setf-method' function no longer exists.
2359 Generalized variables are now part of core Emacs Lisp, and implemented
2360 differently to the way cl.el used to do it.  It is not possible to
2361 define a compatible replacement for `get-setf-method'.  See the file
2362 gv.el for internal details of the new implementation.
2364 ** The arguments of `dbus-register-signal' are no longer just strings,
2365 but keywords or keyword-string pairs.  The old argument list will
2366 still be supported for Emacs 24.x.
2368 ** Miscellaneous name changes
2369 Some Lisp symbols have been renamed to correct their spelling,
2370 or to be more consistent with standard Emacs terminology.
2372 *** Renamed functions
2373 **** hangul-input-method-inactivate -> hangul-input-method-deactivate
2374 **** inactivate-input-method -> deactivate-input-method
2375 **** quail-inactivate -> quail-deactivate
2376 **** robin-inactivate -> robin-deactivate
2377 **** viper-inactivate-input-method -> viper-deactivate-input-method
2378 **** viper-inactivate-input-method-action ->
2379      viper-deactivate-input-method-action
2380 **** ucs-input-inactivate -> ucs-input-deactivate
2382 *** Renamed hooks
2383 The old hooks are still supported for backward compatibility, but they
2384 are deprecated and will be removed eventually.
2385 **** input-method-inactivate-hook -> input-method-deactivate-hook
2386 **** robin-inactivate-hook -> robin-deactivate-hook
2387 **** quail-inactivate-hook -> quail-deactivate-hook
2389 *** Renamed variables
2390 **** follow-deactive-menu -> follow-inactive-menu
2391 **** inactivate-current-input-method-function ->
2392      deactivate-current-input-method-function
2394 ** Some obsolete functions, variables, and faces have been removed:
2395 *** `last-input-char', `last-command-char', `unread-command-char'
2396 *** `facemenu-unlisted-faces'
2397 *** `rmail-decode-mime-charset'
2398 *** `iswitchb-read-buffer'
2399 *** `sc-version', `sc-submit-bug-report'
2400 *** `set-char-table-default'
2401 *** `string-to-sequence' (use `string-to-list' or `string-to-vector')
2402 *** `compile-internal'
2403 *** `modeline'
2404 *** `mode-line-inverse-video'
2405 *** `follow-mode-off-hook'
2406 *** `cvs-commit-buffer-require-final-newline'
2407 (use `log-edit-require-final-newline' instead)
2408 *** `cvs-changelog-full-paragraphs'
2409 (use `log-edit-changelog-full-paragraphs' instead)
2410 *** `cvs-diff-ignore-marks', `cvs-diff-buffer-name'
2411 *** `vc-ignore-vc-files' (use `vc-handled-backends' instead)
2412 *** `vc-master-templates' (use `vc-handled-backends' instead)
2413 *** `vc-checkout-carefully'
2416 * Lisp Changes in Emacs 24.3
2418 ** CL-style generalized variables are now in core Elisp.
2419 `setf' is autoloaded; `push' and `pop' accept generalized variables.
2420 You can define your own generalized variables using `gv-define-simple-setter',
2421 `gv-define-setter', etc.
2423 ** Emacs tries to macroexpand interpreted (non-compiled) files during load.
2424 This can significantly speed up execution of non-byte-compiled code,
2425 but can also bump into previously unnoticed cyclic dependencies.
2426 These are generally harmless: they will simply cause the macro calls
2427 to be left for later expansion (as before), but will result in a
2428 warning ("Eager macro-expansion skipped due to cycle") describing the cycle.
2429 You may wish to restructure your code so this does not happen.
2431 ** New sampling-based Elisp profiler.
2432 Try M-x profiler-start, do some work, and then call M-x profiler-report.
2433 When finished, use M-x profiler-stop.  The sampling rate can be based on
2434 CPU time or memory allocations.
2436 ** `defun' also accepts a (declare DECLS) form, like `defmacro'.
2437 The interpretation of the DECLS is determined by `defun-declarations-alist'.
2439 ** New macros `setq-local' and `defvar-local'.
2441 ** Face underlining can now use a wave.
2443 ** `read-regexp' has a new argument HISTORY; the first argument PROMPT
2444 of `read-regexp' accepts a string ending with a colon and space, and its
2445 second argument DEFAULTS can be a list of strings accessible via `M-n'
2446 in the minibuffer ahead of other hard-coded useful regexp-related values.
2447 More commands use `read-regexp' now to read their regexp arguments.
2449 ** Completion
2451 *** New function `completion-table-with-quoting' to handle completion
2452 in the presence of quoting, such as file completion in shell buffers.
2454 *** New function `completion-table-subvert' to use an existing completion
2455 table, but with a different prefix.
2457 ** Debugger
2459 *** New error type and new function `user-error'.
2460 These do not trigger the debugger.
2462 *** New option `debugger-bury-or-kill', saying what to do with the
2463 debugger buffer when exiting debug.
2465 *** Set `debug-on-message' to enter the debugger when a certain
2466 message is displayed in the echo area.  This can be useful when trying
2467 to work out which code is doing something.
2469 *** New var `inhibit-debugger', automatically set to prevent accidental
2470 recursive invocations.
2472 ** Window handling
2474 *** New command `fit-frame-to-buffer' adjusts the frame height to
2475 fit the contents.
2477 *** The command `fit-window-to-buffer' can adjust the frame height
2478 if the new option `fit-frame-to-buffer' is non-nil.
2480 *** New macro `with-temp-buffer-window', similar to
2481 `with-output-to-temp-buffer'.
2483 *** `temp-buffer-resize-mode' no longer resizes windows that have been
2484 reused.
2486 *** New option `switch-to-buffer-preserve-window-point' to restore a
2487 window's point when switching buffers.
2489 *** New display action alist entries `window-height' and `window-width'
2490 specify the size of new windows created by `display-buffer'.
2492 *** New display action alist entry `pop-up-frame-parameters', if
2493 non-nil, specifies frame parameters to give any newly-created frame.
2495 *** New display action alist entry `inhibit-switch-frame', if non-nil,
2496 tells display action functions to avoid changing which frame is
2497 selected.
2499 *** New display action alist entry `previous-window', if non-nil,
2500 specifies window to reuse in `display-buffer-in-previous-window'.
2502 *** New display action functions `display-buffer-below-selected',
2503 and `display-buffer-in-previous-window'.
2505 *** The functions `get-lru-window', `get-mru-window' and `get-largest-window'
2506 now accept a third argument to avoid choosing the selected window.
2508 *** Additional values recognized for option `window-combination-limit'.
2510 *** The following variables are obsolete, as they can be replaced by
2511 appropriate entries in the `display-buffer-alist' function introduced
2512 in Emacs 24.1:
2513 **** `dired-shrink-to-fit'
2514 **** `display-buffer-reuse-frames'
2515 **** `display-buffer-function'
2516 **** `special-display-buffer-names'
2517 **** `special-display-frame-alist'
2518 **** `special-display-function'
2519 **** `special-display-regexps'
2521 ** Time
2523 *** `current-time-string' no longer requires that its argument's year
2524 must be in the range 1000..9999.  It now works with any year supported
2525 by the underlying C implementation.
2527 *** `current-time' now returns extended-format time stamps
2528 (HIGH LOW USEC PSEC), where the new PSEC slot specifies picoseconds.
2529 PSEC is typically a multiple of 1000 on current machines.  Other
2530 functions that use this format, such as `file-attributes' and
2531 `format-time-string', have been changed accordingly.  Old-format time
2532 stamps are still accepted.
2534 *** The format of timers in `timer-list' and `timer-idle-list' is now
2535 [TRIGGERED-P HI-SECS LO-SECS USECS REPEAT-DELAY FUNCTION ARGS IDLE-DELAY PSECS].
2536 The PSECS slot is new, and uses picosecond resolution.  It can be
2537 accessed via the new `timer--psecs' accessor.
2539 *** Last-modified time stamps in undo lists now are of the form
2540 (t HI-SECS LO-SECS USECS PSECS) instead of (t HI-SECS . LO-SECS).
2542 ** EIEIO
2544 *** Improved security when handling persistent objects:
2546 **** `eieio-persistent-read' now features optional arguments for specifying
2547 the class to load, as well as a flag stating whether subclasses are allowed;
2548 if provided, other classes will be rejected by the reader.  For
2549 compatibility with existing code, if the class is omitted only a
2550 warning is issued.
2552 **** New specialized reader for pulling in classes and signaling errors
2553 without evaluation of suspicious code.
2555 **** All slots that contain objects must have a :type.  Slots with lists
2556 of objects must use a new type predicate for a list of an object type.
2558 *** Support for `find-function' and similar utilities, through the addition
2559 of filename support to generated symbols.
2561 ** Floating point functions now always return special values like NaN,
2562 instead of signaling errors, if given invalid args; e.g., (log -1.0).
2563 Previously, they returned NaNs on some platforms but signaled errors
2564 on others.  The affected functions are acos, asin, tan, exp, expt,
2565 log, log10, sqrt, and mod.
2567 ** New fringe bitmap `exclamation-mark'.
2569 ** Miscellaneous changes to special forms and macros
2571 *** `defun' and `defmacro' are now macros rather than special forms.
2573 *** `kbd' is now a function rather than a macro.
2575 ** Miscellaneous new functions
2577 *** `set-temporary-overlay-map' sets up a temporary keymap that
2578 takes precedence over most other maps for a short while (normally one key).
2580 *** `autoloadp' tests if its argument is an autoloaded object.
2582 *** `autoload-do-load' performs the autoloading operation.
2584 *** `buffer-narrowed-p' tests if the buffer is narrowed.
2586 *** `file-name-base' returns a file name sans directory and extension.
2588 *** `function-get' fetches a function property, following aliases.
2590 *** `posnp' tests if an object is a `posn'.
2592 *** `system-users' returns the user names on the system.
2594 *** `system-groups' returns the group names on the system.
2596 *** `tty-top-frame' returns the topmost frame of a text terminal.
2598 ** The following functions and variables are obsolete:
2599 *** `automount-dir-prefix' (use `directory-abbrev-alist')
2600 *** `buffer-has-markers-at'
2601 *** `macro-declaration-function' (use `macro-declarations-alist')
2602 *** `window-system-version' (provides no useful information)
2603 *** `dired-pop-to-buffer' (use `dired-mark-pop-up')
2604 *** `query-replace-interactive'
2605 *** `font-list-limit' (has had no effect since Emacs < 23)
2608 * Changes in Emacs 24.3 on Non-Free Operating Systems
2610 ** Cygwin builds can use the native MS Windows user interface.
2611 Pass `--with-w32' to configure.  The default remains the X11 interface.
2613 ** Two new functions are available in Cygwin builds:
2614 `cygwin-convert-file-name-from-windows' and
2615 `cygwin-convert-file-name-to-windows'.  These functions allow Lisp
2616 code to access the Cygwin file-name mapping machinery to convert
2617 between Cygwin and Windows-native file and directory names.
2619 ** When invoked with the -nw switch to run on the Windows text-mode terminal,
2620 Emacs now supports `mouse-highlight', help-echo (in the echo area), and
2621 `mouse-autoselect-window'.
2623 ** On MS Windows Vista and later Emacs now supports symbolic links.
2625 ** On MS Windows, you can pass `--without-libxml2' to configure.bat to omit
2626 support for libxml2, even if its presence is detected.
2628 ** On Mac OS X, the Nextstep port requires OS X 10.4 or later.
2630 ** On Mac OS X, configure no longer automatically adds the Fink "/sw"
2631 directories to the search path.  You must add them yourself if you want them.
2634 * Changes in Emacs 24.2
2636 ** This is mainly a bug-fix release.
2639 * Installation Changes in Emacs 24.1
2641 ** Emacs can be compiled with Gtk+ 3.0 if you pass --with-x-toolkit=gtk3
2642 to configure.  Note that other libraries used by Emacs, RSVG and GConf,
2643 also depend on Gtk+.  You can disable them with --without-rsvg and
2644 --without-gconf.
2646 ** Emacs can be compiled with GnuTLS support.
2647 This happens by default if a suitably recent version of the library is
2648 found at build time.  To prevent this, use the configure option
2649 `--without-gnutls'.  See below for GnuTLS features.
2651 ** Emacs can be compiled with SELinux support.
2652 This happens by default if a suitably recent version of the library is
2653 found at build time.  To prevent this, use the configure option
2654 `--without-selinux'.  See below for SELinux features.
2656 ** Emacs can be compiled with ImageMagick support.
2657 This happens by default if a suitably recent version of the library is
2658 found at build time.  To prevent this, use the configure option
2659 `--without-imagemagick'.  See below for ImageMagick features.
2660 This feature is not available for the Nextstep or MS ports.
2662 ** Emacs can be compiled with libxml2 support.
2663 This happens by default if a suitably recent version of the library is
2664 found at build time.  To prevent this, use the configure option
2665 `--without-xml2'.  See below for libxml2 features.
2667 ** By default, the installed Info and man pages are compressed.
2668 You can disable this by configuring --without-compress-info.
2670 ** New configure option --with-wide-int.
2671 With it, Emacs integers typically have 62 bits, even on 32-bit machines.
2672 On 32-bit hosts, this raises the limit on buffer sizes from about 512 MiB
2673 to about 2 GiB.
2675 ** New configure options: --with-mmdf, --with-mail-unlink, --with-mailhost.
2676 These provide no new functionality, they just remove the need to edit
2677 lib-src/Makefile by hand in order to use the associated features.
2679 ** New configure option --enable-use-lisp-union-type.
2680 This is only useful for Emacs developers to debug certain types of bugs.
2681 This is not a new feature; only the configure flag is new.
2683 ** The standalone programs digest-doc and sorted-doc are removed.
2684 Emacs now uses Lisp commands `doc-file-to-man' and `doc-file-to-info'.
2686 ** The standalone program `fakemail' is removed.
2687 If you need it, feedmail.el provides a superset of the functionality.
2690 * Startup Changes in Emacs 24.1
2692 ** The --unibyte, --multibyte, --no-multibyte, and --no-unibyte
2693 command line arguments, and the EMACS_UNIBYTE environment variable, no
2694 longer have any effect.  (They were declared obsolete in Emacs 23.)
2696 ** New command line option `--no-site-lisp' removes site-lisp directories
2697 from load-path.  -Q now implies this.  This option does not affect the
2698 EMACSLOADPATH environment variable (and hence has no effect for
2699 Nextstep builds).
2702 * Changes in Emacs 24.1
2704 ** Completion
2706 *** Many packages now use the `completion-at-point' command,
2707 rather than implementing separate completion commands.
2709 *** `completion-at-point' now handles tags and semantic completion.
2711 *** Completion in a non-minibuffer now tries to detect the end of completion
2712 and pops down the *Completions* buffer accordingly.
2714 *** New option `completion-cycle-threshold' allows completion cycling.
2716 *** New option `completion-category-overrides' for overriding the
2717 default completion style in certain circumstances.
2719 *** New completion style `substring'.
2721 *** Completion of buffer names uses `substring' completion by default.
2723 *** The option `widget-complete-field' has been removed.
2725 ** Mail changes
2727 *** The first time you try sending mail, Emacs asks for a mail method.
2728 This is implemented by a new default for `send-mail-function', which
2729 is `sendmail-query-once'.  This offers to use the smtpmail package, or
2730 to use the old defaults relying on external mail facilities
2731 (`sendmail-send-it' on GNU/Linux and other Unix-like systems, and
2732 `mailclient-send-it' on Windows).
2734 *** Typing `C-c m' in the buffer made by `M-x report-emacs-bug'
2735 transfers the report to your desktop's preferred mail client, if there
2736 is one.  This uses either the "xdg-email" utility, or Mac OS's "open"
2737 command.
2739 *** See Changes in Specialized Modes and Packages for SMTPmail changes
2740 and Mail mode changes
2742 ** Emacs server and client changes
2744 *** New option `server-port' specifies the port for TCP Emacs servers.
2746 *** New emacsclient argument -q/--quiet suppresses some status messages.
2748 *** New emacsclient argument --frame-parameters specifies the frame
2749 parameters of any newly-created graphical frame.
2751 *** If emacsclient shuts down due to Emacs signaling an error,
2752 its exit status is 1.
2754 *** New emacsclient argument --parent-id ID.
2755 This opens a client frame in parent X window ID, via XEmbed, similar
2756 to the --parent-id argument to Emacs.
2758 ** Internationalization changes
2760 *** Emacs now supports display and editing of bidirectional text.
2761 Right-to-left (RTL) scripts, such as Arabic, Farsi, and Hebrew, are
2762 displayed in the correct visual order as expected by users of those
2763 scripts.  The display reordering is a "full bidirectionality" class
2764 implementation of the Unicode Bidirectional Algorithm (UBA).  Buffers
2765 with no RTL text should look exactly the same as before.
2767 **** New buffer-local variable `bidi-display-reordering'.
2768 To disable display reordering in a buffer, change this to nil.
2770 **** New buffer-local variable `bidi-paragraph-direction'.
2771 If nil (the default), Emacs determines the base direction of each
2772 paragraph from its text, as specified by the UBA.  Setting the value
2773 to `right-to-left' or `left-to-right' forces a base direction on each
2774 paragraph.
2776 Paragraphs with right-to-left base direction are displayed starting at
2777 the right window edge.
2779 *** Enhanced support for characters with no glyphs in available fonts,
2780 or, on text terminals, characters that cannot be encoded by the
2781 terminal coding system.  The new option `glyphless-char-display-control'
2782 specifies how to display them: as a hexadecimal code in a box, a thin
2783 1-pixel space, an empty box, etc.
2785 *** New input methods for Farsi and Bulgarian
2786 (farsi-isiri-9147, farsi-transliterate-banan, bulgarian-alt-phonetic).
2788 *** `nobreak-char-display' now also highlights Unicode hyphen chars
2789 (U+2010 and U+2011).
2791 *** New Hebrew translation of the Emacs Tutorial.
2792 Type `C-u C-h t' to choose it in case your language setup doesn't
2793 automatically select it.
2795 ** An Emacs Lisp package manager is now included.
2796 This is a convenient way to download and install additional packages,
2797 from a package repository at http://elpa.gnu.org.
2799 *** M-x list-packages shows a list of packages, which can be
2800 selected for installation.
2802 *** New command `describe-package', bound to `C-h P'.
2804 *** By default, all installed packages are loaded automatically when
2805 Emacs starts up.  To disable this, set `package-enable-at-startup' to
2806 nil.  To specify the packages to load, customize `package-load-list'.
2808 ** Custom theme changes
2810 *** New command `M-x customize-themes', which provides a convenient
2811 interface for enabling and disabling Custom themes.
2813 *** New option `custom-theme-load-path' is the load path for themes.
2814 Emacs no longer looks for Custom themes in `load-path'.  The default
2815 value of `custom-theme-load-path' says to look for themes in
2816 `custom-theme-directory', followed by a subdirectory of
2817 `data-directory' named "themes/", which contains a small selection of
2818 built-in Custom themes.
2820 *** New option `custom-safe-themes' records known-safe theme files.
2821 If a theme is not in this list, Emacs queries before loading it, and
2822 offers to save the theme to `custom-safe-themes' automatically.  By
2823 default, all themes included in Emacs are treated as safe.
2825 ** Improved GTK integration
2827 *** GTK scroll-bars are now placed on the right by default.
2828 The function `set-scroll-bar-mode' can change this.
2830 *** GTK tool bars can have just text, just images or images and text.
2831 Customize `tool-bar-style' to choose the style.  On a Gnome desktop,
2832 the default is taken from desktop settings.
2834 *** GTK tool bars can be placed on any edge of the frame.
2835 The frame-parameter tool-bar-position controls this.  It takes the
2836 values top, left, right or bottom.  The Options => Show/Hide menu has
2837 entries for this.
2839 *** The default colors for selected text (the `region' face) are taken
2840 from the GTK theme when Emacs is built with GTK.
2842 *** Emacs uses GTK tooltips by default if built with GTK.
2843 You can disable this by changing `x-gtk-use-system-tooltips' to nil.
2845 ** Graphical interface changes
2847 *** On graphical displays, the mode-line no longer ends in dashes.
2848 Also, the first dash (which does not indicate anything) is just
2849 displayed as a space.
2851 *** `menu-bar-select-buffer-function' lets you choose another operation
2852 instead of `switch-to-buffer' when selecting an item in the Buffers menu.
2854 *** Lucid menus and dialogs can display antialiased fonts if Emacs is
2855 built with Xft.  These fonts can be set via X resources, for example:
2856 Emacs.pane.menubar.font: Courier-12
2858 ** Exiting changes
2860 *** Emacs now calls `kill-emacs' if it receives SIGTERM or SIGHUP,
2861 or if it receives a SIGINT signal in batch mode.
2863 *** `kill-emacs-hook' is now also run in batch mode.
2864 Third-party code which adds to `kill-emacs-hook' should check if they
2865 do the right thing in batch mode.
2867 ** Scrolling changes
2869 *** New scrolling commands `scroll-up-command' and `scroll-down-command'
2870 (bound to C-v/[next] and M-v/[prior]) do not signal errors at top/bottom
2871 of buffer at first key-press (instead they move to top/bottom of buffer)
2872 when `scroll-error-top-bottom' is non-nil.
2874 *** New option `scroll-error-top-bottom' (see above).
2876 *** New scrolling commands `scroll-up-line' and `scroll-down-line'
2877 scroll a line instead of full screen.
2879 *** New property `scroll-command' should be set on a command's symbol to
2880 define it as a scroll command affected by `scroll-preserve-screen-position'.
2882 *** If you customize `scroll-conservatively' to a value greater than 100,
2883 Emacs will never recenter point in the window when it scrolls due to
2884 cursor motion commands or commands that move point (e.f., `M-g M-g').
2885 Previously, you needed to use `most-positive-fixnum' as the value of
2886 `scroll-conservatively' to achieve the same effect.
2888 *** "Aggressive" scrolling now honors the scroll margins.
2889 If you customize `scroll-up-aggressively' or
2890 `scroll-down-aggressively' and move point off the window, Emacs now
2891 scrolls the window so as to avoid positioning point inside the scroll
2892 margin.
2894 ** Basic SELinux support has been added.
2895 This requires Emacs to be linked with libselinux at build time.
2897 *** Emacs preserves the SELinux file context when backing up.
2898 Also, the function `copy-file' has an extra optional argument for
2899 preserving SELinux context, and the return value of `backup-buffer'
2900 now includes the SELinux context.
2902 *** New functions `file-selinux-context' and `set-file-selinux-context'
2903 get and set the SELinux context of a file.
2905 ** Trash changes
2907 *** `delete-by-moving-to-trash' now only affects commands that specify
2908 trashing.  This avoids inadvertently trashing temporary files.
2910 *** Calling `delete-file' or `delete-directory' with a prefix argument
2911 now forces true deletion, regardless of `delete-by-moving-to-trash'.
2913 ** File- and directory-local variable changes
2915 *** You can stop directory local vars from applying to subdirectories.
2916 Add an element (subdirs . nil) to the alist portion of any variables
2917 settings to indicate that the section should not apply to
2918 subdirectories.
2920 *** Directory local variables can apply to some file-less buffers.
2921 Affected modes include dired, vc-dir, and log-edit.  For example,
2922 adding "(diff-mode . ((mode . whitespace)))" to .dir-locals.el will
2923 turn on `whitespace-mode' for *vc-diff* buffers.  Modes should call
2924 `hack-dir-local-variables-non-file-buffer' to support this.
2926 *** Using "mode: MINOR-MODE" to enable a minor mode is deprecated.
2927 Instead, use "eval: (minor-mode 1)".
2929 *** The variable `inhibit-first-line-modes-regexps' has been renamed
2930 to `inhibit-local-variables-regexps'.  As the name suggests, it now
2931 applies to ALL file local variables, not just -*- lines.  The
2932 associated `inhibit-first-line-modes-suffixes' has been renamed in the
2933 corresponding way.
2935 ** Window changes
2937 *** The `quit-window' command now restores the last buffer displayed
2938 in the quitted window.
2940 *** Resizing an Emacs frame now preserves proportional window sizes,
2941 modulo restrictions like window minimum sizes and fixed-size windows.
2943 *** The behavior of `display-buffer' is now customizable in detail.
2945 **** New option `display-buffer-base-action' specifies a list of
2946 user-determined display "actions" (functions and optional arguments
2947 for choosing the displaying window).
2949 This takes precedence over the default display action, which is
2950 specified by `display-buffer-fallback-action'.
2952 **** New option `display-buffer-alist' maps buffer name regexps to
2953 display actions, taking precedence over `display-buffer-base-action'.
2955 *** New option `window-combination-limit'.
2956 The new option `window-combination-limit' allows to return the space
2957 obtained for resizing or creating a window more reliably to the window
2958 from which such space was obtained.
2960 *** New option `window-combination-resize'.
2961 The new option `window-combination-resize' allows to split a window that
2962 otherwise cannot be split because it's too small by stealing space from
2963 other windows in the same combination.  Subsequent resizing or deletion
2964 of the window will resize all windows in the same combination as well.
2966 *** New option `frame-auto-hide-function' lets you choose between
2967 iconifying or deleting a frame when burying a buffer in a dedicated
2968 frame, or quitting a window showing a buffer in a frame of its own.
2970 *** New commands `maximize-window' and `minimize-window'.
2971 These maximize and minimize the size of a window within its frame.
2973 *** New commands `switch-to-prev-buffer' and `switch-to-next-buffer'.
2974 These functions allow to navigate through the live buffers that have
2975 been shown in a specific window.
2977 ** Minibuffer changes
2979 *** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'.
2980 This is handy for minibuffer-only frames, and is also used for the feature
2981 where mouse-1 pops up *Messages*"', which can now easily be changed.
2983 *** Minibuffers set `truncate-lines' to nil.
2984 If you want to change the value to something else, you could use
2985 for example `minibuffer-setup-hook'.
2987 ** `auto-mode-case-fold' is now enabled by default.
2989 ** `backup-by-copying-when-mismatch' now defaults to t.
2991 ** New basic faces `error', `warning', `success'.
2992 These are used to highlight text indicating failure, caution or
2993 successful operation.
2995 ** New option `list-colors-sort' defines the color sort order
2996 for `list-colors-display'.
2998 ** The variable `focus-follows-mouse' now always defaults to nil.
3001 * Editing Changes in Emacs 24.1
3003 ** Search changes
3005 *** C-y in Isearch is now bound to `isearch-yank-kill', instead of
3006 `isearch-yank-line'.
3008 *** M-y in Isearch is now bound to `isearch-yank-pop', instead of
3009 `isearch-yank-kill'.
3011 *** M-s C-e in Isearch is now bound to `isearch-yank-line'.
3013 ** New commands `count-words-region' and `count-words'.
3015 *** M-= is bound to `count-words-region', not `count-lines-region'.
3016 The `count-words-region' command, when called interactively, reports
3017 the number of lines, words, and characters in the region.  It is a
3018 superset of the old `count-lines-region', which is now an obsolete
3019 alias for it.
3021 ** The command `just-one-space' (M-SPC), if given a negative argument,
3022 also deletes newlines around point.
3024 ** Deletion changes
3026 *** New option `delete-active-region'.
3027 If non-nil, [delete] and DEL delete the region if it is active and no
3028 prefix argument is given.  If set to `kill', those commands kill
3029 instead.
3031 *** New command `delete-forward-char', bound to [delete].
3032 This is meant for interactive use, and obeys `delete-active-region'.
3033 The command `delete-char' does not obey `delete-active-region'.
3035 *** `delete-backward-char' is now a Lisp function.
3036 Apart from obeying `delete-active-region', its behavior is unchanged.
3037 However, the byte compiler now warns if it is called from Lisp; Lisp
3038 callers should use delete-char with a negative argument instead.
3040 *** The option `mouse-region-delete-keys' has been deleted.
3042 ** Selection changes.
3044 The default handling of clipboard and primary selections has been
3045 changed to conform with modern X applications.  In short, most
3046 commands for killing and yanking text now use the clipboard, while
3047 mouse commands use the primary selection.
3049 In the following, we provide a list of these changes, followed by a
3050 list of steps to get the old behavior back if you prefer that.
3052 *** `select-active-regions' now defaults to t.
3053 Merely selecting text (e.g. with drag-mouse-1) no longer puts it in
3054 the kill ring.  The selected text is put in the primary selection, if
3055 the system possesses a separate primary selection facility (e.g. X).
3057 **** `select-active-regions' also accepts a new value, `only'.
3058 This means to only set the primary selection for temporarily active
3059 regions (usually made by mouse-dragging or shift-selection);
3060 "ordinary" active regions, such as those made with C-SPC followed by
3061 point motion, do not alter the primary selection.
3063 **** `mouse-drag-copy-region' now defaults to nil.
3065 *** mouse-2 is now bound to `mouse-yank-primary'.
3066 This pastes from the primary selection, ignoring the kill-ring.
3067 Previously, mouse-2 was bound to `mouse-yank-at-click'.
3069 *** `x-select-enable-clipboard' now defaults to t on all platforms.
3071 *** `x-select-enable-primary' now defaults to nil.
3072 Thus, commands that kill text or copy it to the kill-ring (such as
3073 M-w, C-w, and C-k) also use the clipboard---not the primary selection.
3075 **** The "Copy", "Cut", and "Paste" items in the "Edit" menu are now
3076 exactly equivalent to M-w, C-w, and C-y respectively.
3078 **** Note that on MS-Windows, `x-select-enable-clipboard' was already
3079 non-nil by default, as Windows does not support the primary selection
3080 between applications.
3082 *** To return to the previous behavior, do the following:
3084 **** Change `select-active-regions' to nil.
3085 **** Change `mouse-drag-copy-region' to t.
3086 **** Change `x-select-enable-primary' to t (on X only).
3087 **** Change `x-select-enable-clipboard' to nil.
3088 **** Bind `mouse-yank-at-click' to mouse-2.
3090 *** Support for X cut buffers has been removed.
3092 *** X clipboard managers are now supported.
3093 To inhibit this, change `x-select-enable-clipboard-manager' to nil.
3095 ** New command `C-x r N' (`rectangle-number-lines') numbers the lines
3096 in the current rectangle.  With a prefix argument, this prompts for a
3097 number to count from and for a format string.
3099 ** `redisplay-dont-pause' now defaults to t.
3100 This makes Emacs feel more responsive to editing commands that arrive
3101 at high rate, e.g. if you lean on some key, because stopping redisplay
3102 in the middle (when this variable is nil) forces more expensive
3103 updates later on, and Emacs appears to be unable to keep up.
3105 ** The behavior of <TAB> for active regions in Text mode has changed.
3106 In Text and related modes, typing <TAB> (`indent-for-tab-command')
3107 when the region is active causes Emacs to indent all the lines in the
3108 region, aligning them with the line previous to the first line in the
3109 region (or with the left margin if there is no previous line).
3111 ** When `occur' is called with a prefix argument, matching strings are
3112 collected into the `*Occur*' buffer without line numbers.  If there
3113 are parenthesized subexpressions in the specified regexp, `occur'
3114 reads replacement text that may contain \\& and \\N whose convention
3115 follows `replace-match'.
3118 * Changes in Specialized Modes and Packages in Emacs 24.1
3120 ** Archive Mode has basic support for browsing and updating 7z archives.
3122 ** BibTeX mode
3124 *** BibTeX mode now supports biblatex.
3125 Use the variable `bibtex-dialect' to select different BibTeX dialects.
3126 `bibtex-entry-field-alist' is now an obsolete alias for
3127 `bibtex-BibTeX-entry-alist'.
3129 *** New command `bibtex-search-entries', bound to C-c C-a.
3131 *** New `bibtex-entry-format' option `sort-fields', disabled by default.
3133 *** New variable `bibtex-search-entry-globally'.
3135 ** Browse-url
3137 *** New option `browse-url-mailto-function' specifies how to handle "mailto:"s.
3139 *** The default browser used by the package is now the "xdg-open" program,
3140 on platforms that support it.  This calls your desktop's preferred browser.
3142 ** Calc
3144 *** Support for musical notes.
3146 *** Support for logarithmic units.
3148 *** No longer uses the tex prefix for TeX specific unit names when
3149 using TeX or LaTeX mode.
3151 *** New option to highlight selections using faces.
3153 *** `calc-histogram' has the option of using a vector to determine the bins.
3155 *** New "O" option prefix.
3157 *** Use the "O" prefix to "d r" (`calc-radix') to turn on twos-complement mode.
3159 ** Calendar, Diary, and Appt
3161 *** Diary entries can contain non-printing "comments".
3162 See the variable `diary-comment-start'.
3164 *** Appointments can specify their individual warning times.
3165 See the variable `appt-warning-time-regexp'.
3167 *** The function specified by `appt-disp-window-function' may be passed
3168 lists of arguments if multiple appointments are due at similar times.
3169 If you are using a custom function for this, you should update it.
3171 *** New function `diary-hebrew-birthday'.
3173 *** Elements of `calendar-day-abbrev-array' and `calendar-month-abbrev-array'
3174 may no longer be nil, but must all be strings.
3176 *** The obsolete (since Emacs 22.1) method of enabling the appt
3177 package by adding `appt-make-list' to `diary-hook' has been removed.
3178 Use `appt-activate' instead.
3180 *** Some appt variables (obsolete since Emacs 22.1) have been removed:
3181 appt-issue-message (use the function appt-activate)
3182 appt-visible/appt-msg-window (use the variable appt-display-format)
3184 *** Some diary function aliases (obsolete since Emacs 22.1) have been removed:
3185 view-diary-entries, list-diary-entries, show-all-diary-entries
3187 ** CC Mode
3189 *** New feature to "guess" the style in an existing buffer.
3190 The main entry point is M-x c-guess.
3192 *** Java Mode now supports Java 5.0 (Tiger) and 6 (Mustang).
3194 *** `c-beginning-of-defun' and `c-end-of-defun' now respect nested scopes.
3195 Thus C-M-a will, by default, go to the beginning of the immediate function,
3196 not the top level.
3198 *** "Macros with semicolons" can be registered for correct indentation.
3199 Where such a macro ends a line (no semicolon) the next statement is no longer
3200 parsed as a statement continuation.
3202 ** Comint and modes derived from it use the standard completion code.
3204 ** Compilation mode
3206 *** Compilation mode can be used without Font Lock mode.
3207 `compilation-parse-errors-function' is now obsolete.
3209 *** New variable `compilation-filter-start', which is bound while
3210 `compilation-filter-hook' runs.  It records the start position of the
3211 text inserted by `compilation-filter'.
3213 *** `compilation-error-screen-columns' and `compilation-first-column'
3214 are obeyed in the editing buffer.  So programming language modes can
3215 set them, whereas previously only the value in the *Compilation*
3216 buffer was used.
3218 ** Customize
3220 *** Customize buffers now contain a search field.
3221 The search is performed using `customize-apropos'.
3222 To turn off the search field, set `custom-search-field' to nil.
3224 *** Options in customize group buffers start out hidden if not customized.
3225 Use the arrow to the left of the option name to toggle visibility.
3227 *** custom-buffer-sort-alphabetically now defaults to t.
3229 *** The color widget now has a "Choose" button, which allows you to
3230 choose a color via `list-colors-display'.
3232 ** D-Bus
3234 *** It is now possible to access buses other than the default system
3235 or session bus.
3237 *** The `dbus-register-method' and `dbus-register-property' functions
3238 optionally do not register names.
3240 *** The new function `dbus-register-service' registers a known service
3241 name on a D-Bus without also registering a property or a method.
3243 ** Dired-x
3245 *** C-x C-j (`dired-jump') and C-x 4 C-j (`dired-jump-other-window'),
3246 if called with a prefix argument, read a file name from the minibuffer
3247 instead of using the current buffer.
3249 *** The "dired local variables" feature of Dired-x is obsolete.
3250 The standard directory local variables feature replaces it.
3252 ** ERC changes
3254 *** New options `erc-autojoin-timing' and `erc-autojoin-delay',
3255 controlling attempts to autojoin a channel.
3257 *** New variable `erc-coding-system-precedence': If we use `undecided'
3258 as the server coding system, this variable will then be consulted.
3259 The default is to decode strings that can be decoded as utf-8 as
3260 utf-8, and do the normal `undecided' decoding for the rest.
3262 ** Eshell changes
3264 *** The default value of `eshell-directory-name' has changed
3265 to be an "eshell" directory in `user-emacs-directory'.
3266 The old "~/.eshell/" directory is still used if it exists, though.
3268 ** gdb-mi
3270 *** The M-x gdb command now uses the GDB Machine Interface protocol.
3271 It now supports multithread non-stop debugging and simultaneous
3272 debugging of several threads.
3274 ** Image mode
3276 *** RET (`image-toggle-animation') toggles animation, if applicable.
3277 Animation plays once, unless the option `image-animate-loop' is non-nil.
3279 ** Info
3281 *** New command M-x info-display-manual displays a named Info manual.
3282 If that manual is already visited in some Info buffer, it displays
3283 that buffer.  (This is handy if you have many manuals in many *info*
3284 buffers, and don't remember the name of the buffer visiting the manual
3285 you want to consult.)  Otherwise, it loads and displays the manual.
3287 *** `e' is now bound to `end-of-buffer' rather than to `Info-edit'.
3288 This is for compatibility with the stand-alone Info reader program,
3289 and also because `Info-edit' is a rarely used command that is disabled
3290 by default.
3292 ** Mail mode changes (not Message mode)
3294 *** New command M-x mail-add-attachment for adding MIME attachments
3296 *** The command M-x mail-attach-file was renamed to M-x mail-insert-file.
3297 (Its name is misleading, since it has nothing to do with MIME
3298 attachments.)  The old name is now an obsolete alias to the new name.
3300 ** MH-E has been updated to MH-E version 8.3.1.
3301 See MH-E-NEWS for details.
3303 ** Modula-2 mode provides auto-indentation.
3305 ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
3307 ** nXML mode no longer binds C-RET to `nxml-complete'.
3308 Completion is now performed via `completion-at-point', bound to C-M-i
3309 or M-TAB.  If `nxml-bind-meta-tab-to-complete-flag' is non-nil (the
3310 default), this performs tag completion.
3312 ** Org mode has been updated to version 7.8.09.
3313 See ORG-NEWS for details.
3315 ** Prolog mode has been completely revamped, with lots of additional
3316 functionality such as more intelligent indentation, electricity,
3317 support for more variants, including Mercury, and a lot more.
3319 ** Rmail
3321 *** The command `rmail-epa-decrypt' decrypts OpenPGP data
3322 in the Rmail incoming message.
3324 *** The variable `rmail-message-filter' no longer has any effect.
3325 This change was made in Emacs 23.1 but was not advertised at the time.
3326 Try using `rmail-show-message-hook' instead.
3328 ** Shell mode
3330 *** M-x shell prompts for the shell path name if the default directory
3331 is a remote file name and neither the environment variable $ESHELL nor
3332 the variable `explicit-shell-file-name' is set.
3334 *** TAB is now bound to the standard `completion-at-point' command,
3335 which now implements the pcomplete rules for shell command completion.
3337 ** SMTPmail
3339 *** SMTPmail now uses encrypted connections (via STARTTLS) by default
3340 if the mail server supports them.  This uses either built-in GnuTLS
3341 support, or the starttls.el library.  Customize `smtpmail-stream-type'
3342 to change this.
3344 *** The variable `smtpmail-auth-credentials' has been removed.
3345 By default, the information is now stored in the file ~/.authinfo.
3346 This was the default value of smtpmail-auth-credentials.  If you had
3347 customized smtpmail-auth-credentials to a list of user names and
3348 passwords, those settings are not used.  During your first connection
3349 to the smtp server, Emacs will prompt for the user name and password,
3350 and offer to save them to ~/.authinfo.  Or you can manually copy the
3351 credentials to ~/.authinfo.  For example, if you had
3353   (setq smtpmail-auth-credentials
3354         '(("mail.example.org" 25 "jim" "s!cret")))
3356 then the equivalent line in ~/.authinfo would be
3358   machine mail.example.org port 25 login jim password s!cret
3360 See the auth-source manual for more information, e.g. on encrypting
3361 the credentials file.
3363 *** The variable `smtpmail-starttls-credentials' has been removed.
3364 If you had that set, you need to put
3366   machine smtp.whatever.foo port 25 key "~/.my_smtp_tls.key" cert "~/.my_smtp_tls.cert"
3368 in your ~/.authinfo file instead.
3370 *** SMTPmail defaults to using the address in the From: header as the
3371 SMTP MAIL FROM envelope.  To override this, set `mail-envelope-from'
3372 to the address you wish to use instead.
3374 ** SQL mode
3376 *** New options `sql-port', `sql-connection-alist', `sql-send-terminator',
3377 and `sql-oracle-scan-on'.
3379 *** New options controlling prompting for login parameters.
3380 Each supported product has a custom variable `sql-*-login-params',
3381 which is a list of the parameters to be prompted for before a
3382 connection is established.
3384 *** The command `sql-product-interactive' now takes a prefix argument,
3385 which causes it to prompt for an SQL product.
3387 *** Product-specific SQL interactive commands now take prefix arguments.
3388 These commands (`sql-sqlite', `sql-postgres', `sql-mysql', etc.),
3389 given a prefix argument, prompt for a name for the SQL interactive
3390 buffer.  This reduces the need for calling `sql-rename-buffer'.
3392 *** SQL interactive modes suppress command continuation prompts, and
3393 replace tabs with spaces.  The first change impacts multiple line SQL
3394 statements entered with C-j between each line, statements yanked into
3395 the buffer and statements sent with `sql-send-*' functions.  The
3396 second prevents the MySQL and Postgres interpreters from listing
3397 object name completions when sent text via `sql-send-*' functions.
3399 *** New command `sql-connect' starts a predefined SQLi session,
3400 using the login parameters from `sql-connection-alist'.
3402 *** New "Save Connection" menu item in SQLi buffers.
3403 This gathers the login params specified for the SQLi session, if it
3404 was not started by a connection, and saves them as a new connection.
3406 *** New commands for listing database objects and details:
3407 sql-list-all and sql-list-table.
3409 *** An API for manipulating SQL product definitions has been added.
3411 ** TeX modes
3413 *** latex-electric-env-pair-mode keeps \begin..\end matched on the fly.
3415 ** Tramp
3417 *** New inline access method "ksu" (kerberized su).
3419 *** The following access methods are discontinued: "ssh1_old",
3420 "ssh2_old", "scp1_old", "scp2_old", "imap", "imaps" and "fish".
3422 *** The user option `remote-file-name-inhibit-cache' controls whether
3423 remote file attributes are cached for better performance.
3425 *** The option `ange-ftp-binary-file-name-regexp' has changed its
3426 default value to "".
3428 *** Handlers for `file-selinux-context' and `set-file-selinux-context'
3429 for remote machines which support SELinux.
3431 ** New function `url-queue-retrieve', which behaves like url-retrieve,
3432 but with limits (`url-queue-parallel-processes', `url-queue-timeout') on
3433 the degree of parallelism.
3435 ** VC and related modes
3437 *** Support for pulling on distributed version control systems.
3438 The command C-x v + (`vc-pull') runs a "pull" operation, if it is
3439 supported (currently with Bzr, Git, and Mercurial), to update the
3440 current branch and working tree.  A prefix argument means to prompt
3441 the user for specifics, e.g. a pull location.
3443 *** `vc-update' is now an alias for `vc-pull'.
3445 *** Support for merging on distributed version control systems.
3446 The command C-x v m (`vc-merge') now runs a "merge" operation, if it
3447 is supported (currently with Bzr, Git, and Mercurial), to merge
3448 changes from another branch into the current one.  It prompts for
3449 specifics, e.g. a merge source.
3451 *** New option `vc-revert-show-diff' controls whether `vc-revert'
3452 shows a diff while querying the user.  It defaults to t.
3454 *** Log entries in some Log View buffers can be toggled to display a
3455 longer description by typing RET (log-view-toggle-entry-display).
3456 This is currently supported for Bzr, Git, and Mercurial (to support
3457 another backend, define a `log-view-expanded-log-entry-function').
3458 In the Log View buffers made by C-x v L (`vc-print-root-log'), you can
3459 use this to display the full log entry for the revision at point.
3461 *** New command `vc-ediff' allows visual comparison of two revisions
3462 of a file similar to `vc-diff', but using ediff backend.
3464 *** The option `vc-initial-comment' was removed in Emacs 23.2, but
3465 this was not advertised at the time.
3467 *** `vc-toggle-read-only' is an obsolete alias for `toggle-read-only'.
3468 Since Emacs 23, it has done the same thing as `toggle-read-only', but
3469 this was not advertised at the time.
3471 ** Obsolete modes
3473 *** abbrevlist.el
3475 *** erc-hecomplete.el (use erc-pcomplete.el instead)
3477 *** partial-completion-mode (complete.el) is obsolete.
3478 You can get a comparable behavior with:
3479 (setq completion-styles '(partial-completion initials))
3480 (setq completion-pcm-complete-word-inserts-delimiters t)
3482 *** pc-mode.el is obsolete (CUA mode is much more comprehensive).
3484 *** pgg is obsolete (use EasyPG instead).
3486 *** sregex.el is obsolete, since rx.el is a strict superset.
3488 *** s-region.el and pc-select.el are obsolete.
3489 They are superseded by shift-select-mode, enabled by default since 23.1.
3491 *** vc-mcvs.el is obsolete (for lack of a maintainer).
3493 ** Miscellaneous
3495 *** The Landmark game is now invoked with `landmark', not `lm'.
3496 Its functions and variables have been similarly renamed.
3498 *** In `ido-file-completion-map', C-v is no longer bound to `ido-toggle-vc'.
3499 (This interfered with cua-mode.)
3501 *** f90.el has some support for Fortran 2008 syntax.
3503 *** `copyright-fix-years' can optionally convert consecutive years to ranges.
3505 *** New command `nato-region' converts text to NATO phonetic alphabet.
3508 * New Modes and Packages in Emacs 24.1
3510 ** Occur Edit mode applies edits made in *Occur* buffers to the
3511 original buffers.  It is bound to "e" in Occur mode.
3513 ** New global minor mode electric-pair-mode.
3514 When enabled, typing an open parenthesis automatically inserts the
3515 matching closing one.
3517 ** New global minor mode electric-indent-mode.
3518 When enabled, typing certain characters triggers reindentation.
3519 Major modes wishing to use this can set electric-indent-chars or
3520 electric-indent-functions.
3522 ** New global minor mode electric-layout-mode.
3523 When enabled, typing certain characters automatically inserts newlines.
3524 Major modes wishing to use this can set electric-layout-rules.
3526 ** tabulated-list.el provides a generic major mode for tabulated data,
3527 from which other modes can be derived.
3529 ** pcase.el provides the ML-style pattern matching macro `pcase'.
3531 ** secrets.el is an implementation of the Secret Service API, an
3532 interface to password managers like GNOME Keyring or KDE Wallet.  The
3533 Secret Service API requires D-Bus for communication.  The command
3534 `secrets-show-secrets' offers a buffer with a visualization of the
3535 secrets.
3537 ** notifications.el provides an implementation of the Desktop
3538 Notifications API.  It requires D-Bus for communication.
3540 ** soap-client.el supports access to SOAP web services from Emacs.
3541 soap-inspect.el is an interactive inspector for SOAP WSDL structures.
3543 ** New generic mode, xmodmap-generic-mode, for xmodmap files.
3545 ** New emacs-lock.el package.
3546 The previous version has been moved to obsolete/old-emacs-lock.el.
3547 Now, there is a proper minor mode `emacs-lock-mode'.  Protection
3548 against exiting Emacs and killing the buffer can be set separately.
3549 The mechanism for automatically turning off protection for buffers
3550 with dead inferior processes has been generalized.
3553 * Incompatible Lisp Changes in Emacs 24.1
3555 ** Passing a nil argument to a minor mode function call now ENABLES
3556 the minor mode unconditionally.  This is so that you can write e.g.
3558  (add-hook 'text-mode-hook 'foo-mode)
3560 to enable foo-mode in Text mode buffers, removing the need for
3561 `turn-on-foo-mode' style functions.  This affects all mode commands
3562 defined by `define-minor-mode'.  If called interactively, the mode
3563 command still toggles the minor mode.
3565 ** The return value of `backup-buffer' has changed.
3566 It is now a list of three elements, where the second element is a list
3567 describing the original file's SELinux context.  If Emacs or the
3568 system lacks SELinux support, the context list is (nil nil nil nil).
3569 See "Basic SELinux support" above, under "Changes in Emacs 24.1".
3571 ** `char-direction-table' and the `char-direction' function were deleted.
3572 They were buggy and inferior to the new support of bidirectional
3573 editing introduced in Emacs 24.  If you need the bidirectional
3574 properties of a character, use `get-char-code-property' with the last
3575 argument `bidi-class'.
3577 ** `copy-directory' now copies the source directory as a subdirectory
3578 of the target directory, if the latter is an existing directory.  The
3579 new optional arg COPY-CONTENTS, if non-nil, makes the function copy
3580 the contents directly into a pre-existing target directory.
3582 ** For mouse click input events in the text area, the Y pixel
3583 coordinate in the POSITION list now counts from the top of the text
3584 area, excluding any header line.  Previously, it counted from the top
3585 of the header line.
3587 ** Support for "old-style" backquotes, obsolete for 10+ years, has
3588 been further reduced.  Now a backquote not followed by a space is
3589 always treated as a "new-style" backquote.  Please remove all
3590 "old-style" backquotes from your code.  If your code uses backquotes
3591 as documented in the Elisp manual, and compiles without warning, then
3592 you have nothing to do in this regard.  Code not following the
3593 appropriate conventions may fail to compile.
3595 The most common cause of trouble seems to be an old-style backquote
3596 followed by a newline.  Another cause of trouble is vector notation
3597 for key sequence notation: instead of [(control ,)] and [(control ')],
3598 you should write [(control ?,)] and [(control ?')], which will work in
3599 older Emacsen too.
3601 ** The macro `eval-at-startup' was removed in Emacs 23.2, but this
3602 was not advertised at the time.  The function `custom-initialize-delay'
3603 replaced all known uses.
3605 ** `view-buffer' now treats special mode-class in the same way that
3606 `view-file' has since Emacs 22 (i.e. it won't enable View mode if the
3607 major mode is special).
3609 ** Menu and tool bar changes
3611 *** During startup, Emacs no longer adds entries for `menu-bar-lines'
3612 and `tool-bar-lines' to `default-frame-alist' and `initial-frame-alist'.
3613 With these alist entries omitted, `make-frame' checks the value of the
3614 variable `menu-bar-mode'/`tool-bar-mode' to determine whether to create
3615 a menu-bar or tool-bar, respectively.  If the alist entries are added,
3616 they override the value of `menu-bar-mode'/`tool-bar-mode'.
3618 *** The menu bar bindings's caches are not used any more.
3619 Use (where-is-internal <def> nil t) instead.
3621 ** Regions created by mouse dragging are now normal active regions,
3622 similar to those created by shift-selection (see Selection changes
3623 above).  In previous Emacs versions, these regions were delineated by
3624 `mouse-drag-overlay'; that variable has been removed.
3626 ** The fourth argument of `filter-buffer-substring' has been removed.
3627 If you want to remove text properties from the final result, simply
3628 pass the result through substring-no-properties.
3630 ** cl.el no longer provides `cl-19'.
3632 ** The following obsolete functions and aliases have been removed
3633 (the appropriate new function is given in parentheses; "not needed"
3634 means you can just remove all calls to the function in question):
3636 *** `comint-kill-output' (`comint-delete-output')
3637 *** `decompose-composite-char' (`char-to-string')
3638 *** `outline-visible' (`outline-invisible-p')
3639 *** `internal-find-face' (`facep')
3640 *** `internal-get-face' (`facep and check-face')
3641 *** `frame-update-faces' (not needed)
3642 *** `frame-update-face-colors' (`frame-set-background-mode')
3643 *** `x-frob-font-weight' and `x-frob-font-slant' (`make-face-*' functions)
3644 *** `x-make-font-bold' and `x-make-font-demibold' (`make-face-bold')
3645 *** `x-make-font-italic' and `x-make-font-oblique' (`make-face-italic')
3646 *** `x-make-font-bold-italic' (`make-face-bold-italic')
3647 *** `x-make-font-unbold' (`make-face-unbold')
3648 *** `x-make-font-unitalic' (`make-face-unitalic')
3649 *** `mldrag-drag-mode-line' (`mouse-drag-mode-line')
3650 *** `mldrag-drag-vertical-line' (`mouse-drag-vertical-line')
3651 *** `iswitchb-default-keybindings' (`iswitchb-mode')
3652 *** `char-bytes' (== 1)
3653 *** `isearch-return-char' (`isearch-printing-char')
3654 *** `make-local-hook' (not needed)
3655 *** `set-screen-height' (`set-frame-height')
3656 *** `set-screen-width' (`set-frame-width')
3658 ** The following obsolete variables and varaliases have been removed
3659 (the appropriate new variable is given in parentheses):
3661 *** `checkdoc-minor-keymap' (`checkdoc-minor-mode-map')
3662 *** `vc-header-alist' (`vc-BACKEND-header')
3663 *** `directory-sep-char' (== ?/)
3664 *** `font-lock-defaults-alist' (`font-lock-defaults')
3665 *** `e' (`float-e').
3667 ** The following obsolete files were removed:
3668 sc.el, x-menu.el, rnews.el, rnewspost.el
3670 ** The format of the finder-inf.el file has changed, since the Finder
3671 mechanism is now based on the package system.  The variable
3672 `finder-package-info' is replaced by `package--builtins' and
3673 `finder-keywords-hash'.
3675 ** When generating autoloads, `update-directory-autoloads' no longer
3676 assumes every inspected file is in your `load-path'.  It instead
3677 generates relative names according to the current `load-path'.
3680 * Lisp Changes in Emacs 24.1
3682 ** Code can now use lexical scoping by default instead of dynamic scoping.
3683 The `lexical-binding' variable enables lexical scoping for local
3684 variables.  It is typically set via a file-local variable in the first
3685 line of the file, in which case it applies to all the code in that
3686 file.
3688 *** `eval' takes a new optional argument `lexical' to choose the new lexical
3689 binding instead of the old dynamic binding mode.
3691 *** Lexically scoped interpreted functions are represented with a new form
3692 of function value which looks like (closure ENV ARGS &rest BODY).
3694 *** New macro `letrec' to define recursive local functions.
3696 *** `defvar' and `defconst' now mark the variable as special (dynamic).
3697 So do `defcustom' and other forms that call `defvar' as a subroutine.
3699 *** New function `special-variable-p' to check whether a variable is
3700 declared as dynamically bound.
3702 *** The form ((lambda ...) ...) is deprecated.
3704 ** An Emacs Lisp testing tool is now included.
3705 Emacs Lisp developers can use this tool to write automated tests for
3706 their code.  See the ERT info manual for details.
3708 ** Changes for bidirectional display and editing
3710 *** New function `current-bidi-paragraph-direction'.
3711 This returns the base direction of the paragraph at point.
3713 *** New function `bidi-string-mark-left-to-right'.
3714 Given a string containing characters from right-to-left scripts, this
3715 function returns another string which can be safely inserted into a
3716 buffer, such that any following text will be always displayed to the
3717 right of that string.  (This works by appending an invisible Unicode
3718 "LEFT-TO-RIGHT MARK" character if the argument string might need it.)
3720 This is useful when the buffer has overall left-to-right paragraph
3721 direction and you need to insert a string whose contents are not known
3722 in advance, without disrupting the layout of the line.
3724 ** Window changes
3726 *** Window tree functions are accessible in Elisp.
3727 Functions are provided to return the parent, siblings or child windows
3728 of any window including internal windows (windows not associated with a
3729 buffer) in the window tree.
3731 **** New function `window-valid-p' gives non-nil for live and internal
3732 windows.
3734 **** Window manipulation can deal with internal windows.
3735 Many window handling functions like `split-window', `delete-window', or
3736 `delete-other-windows' as well as the window resizing functions can now
3737 act on any window including internal ones.
3739 *** window-total-height/-width vs window-body-height/-width.
3740 The function `window-height' has been renamed to `window-total-height'
3741 and `window-width' has been renamed to `window-body-width'.  The old
3742 names are provided as aliases.  Two new functions `window-total-width'
3743 and `window-body-height' are provided.
3745 *** Window parameters specific to window handling functions.
3746 For each window you can specify a parameter to override the default
3747 behavior of a number of functions like `split-window', `delete-window'
3748 and `delete-other-windows'.  The variable `ignore-window-parameters'
3749 allows to ignore processing such parameters.
3751 *** New semantics of third argument of `split-window'.
3752 The third argument of `split-window' has been renamed to SIDE and can be
3753 set to any of the values 'below, 'right, 'above, or 'left to make the
3754 new window appear on the corresponding side of the window that shall be
3755 split.  Any other value of SIDE will cause `split-window' to split the
3756 window into two side-by-side windows as before.
3758 *** Window resizing functions.
3759 A new standard function for resizing windows called `window-resize' has
3760 been introduced.  This and all other functions for resizing windows no
3761 longer delete any windows when they become too small.
3763 *** Deleting the selected window now selects the most recently selected
3764 live window on that frame instead.
3766 *** `adjust-window-trailing-edge' adjustments.
3767 `adjust-window-trailing-edge' can now deal with fixed-size windows and
3768 is able to resize other windows if a window adjacent to the trailing
3769 edge cannot be shrunk any more.  This makes its behavior more similar to
3770 that of Emacs 21 without compromising, however, its inability to delete
3771 windows which was introduced in Emacs 22.
3773 *** Window-local buffer lists.
3774 Windows now have local buffer lists.  This means that removing a buffer
3775 from display in a window will preferably show the buffer previously
3776 shown in that window with its previous window-start and window-point
3777 positions.  This also means that the same buffer may be automatically
3778 shown twice even if it already appears in another window.
3780 *** `switch-to-buffer' has a new optional argument FORCE-SAME-WINDOW,
3781 which if non-nil requires the buffer to be displayed in the currently
3782 selected window, signaling an error otherwise.  If nil, another window
3783 can be used, e.g. if the selected one is strongly dedicated.
3785 *** `split-window-vertically' and `split-window-horizontally' renamed
3786 to `split-window-below' and `split-window-right' respectively.
3787 The old names are kept as aliases.
3789 *** Display actions
3791 **** The second arg to `display-buffer' and `pop-to-buffer' is now
3792 named ACTION, and takes a display action of the same form as
3793 `display-buffer-base-action' (see Changes, above).  A non-nil,
3794 non-list value is treated specially, as the old meaning.
3796 **** New variable `display-buffer-overriding-action'.
3798 **** The procedure of `display-buffer' etc. to choose a window is
3799 determined by combining `display-buffer-overriding-action',
3800 `display-buffer-alist', the ACTION arg, `display-buffer-base-action',
3801 and `display-buffer-fallback-action'.  The second and fourth of these
3802 are user-customizable variables.
3804 See the docstring of `display-buffer' for details.
3806 *** New functions `window-state-get' and `window-state-put'.
3807 These functions allow to save and restore the state of an arbitrary
3808 frame or window as an Elisp object.
3810 ** Completion
3812 *** New variable `completion-extra-properties' used to specify extra
3813 properties of the current completion:
3814 - :annotate-function, same as the old completion-annotate-function.
3815 - :exit-function, function to call after completion took place.
3817 *** Functions on `completion-at-point-functions' can return any of the
3818 properties valid for `completion-extra-properties'.
3820 *** `completion-annotate-function' is obsolete.
3822 *** New `metadata' method for completion tables.  The metadata thus returned
3823 can specify various details of the data returned by `all-completions':
3824 - `category' is the kind of objects returned (e.g., `buffer', `file', ...),
3825   used to select a style in completion-category-overrides.
3826 - `annotation-function' to add annotations in *Completions*.
3827 - `display-sort-function' to specify how to sort entries in *Completions*.
3828 - `cycle-sort-function' to specify how to sort entries when cycling.
3830 *** `minibuffer-local-filename-must-match-map' is not used any more.
3831 Instead, the bindings in `minibuffer-local-filename-completion-map'
3832 are combined with `minibuffer-local-must-match-map'.
3834 *** New variable `completing-read-function' allows overriding the
3835 behavior of `completing-read'.
3837 ** `glyphless-char-display' can now distinguish between graphical and
3838 text terminal display, via a char-table entry that is a cons cell.
3840 ** `pre-command-hook'/`post-command-hook' are not reset to nil on error.
3841 Instead, the offending function is removed.
3843 ** New hook types
3845 *** New function `run-hook-wrapped' for running an abnormal hook by
3846 passing the hook functions as arguments to a "wrapping" function.
3847 Like `run-hook-with-args-until-success', it stops at the first
3848 non-nil return value.
3850 *** New macro `with-wrapper-hook' for running an abnormal hook as a
3851 set of "wrapping" filters, similar to around advice.
3852 (A version of this macro was actually added in Emacs 23.2 but was not
3853 advertised at the time.)
3855 ** Debugger changes
3857 *** New macro `condition-case-unless-debug' (this was actually added in
3858 Emacs 23.1 as condition-case-no-debug, but not advertised)
3860 *** The macro `with-demoted-errors' was added in Emacs 23.1, but not advertised.
3862 *** Variable `stack-trace-on-error' removed.
3864 *** The debugger can now "continue" from an error, which means it will
3865 jump to the error handler as if the debugger had not been invoked
3866 instead of jumping all the way to the top-level.
3868 *** Set `debug-on-event' to enter the debugger on events like SIGUSR1.
3869 This can be useful when `inhibit-quit' is set.
3871 ** The new function `server-eval-at' allows evaluation of Lisp forms on
3872 named Emacs server instances.
3874 ** `call-process' and `call-process-region' allow a `(:file "file")' spec
3875 to redirect STDOUT to a file.
3877 ** The function `format-time-string' now supports the %N directive,
3878 for higher-resolution time stamps.
3880 ** New input reading functions
3882 *** New function `read-char-choice' reads a restricted set of
3883 characters, discarding any inputs not inside the set.
3885 *** The command `read-color' now requires a match for a color name
3886 or RGB triplet, instead of signaling an error if the user provides
3887 invalid input.
3889 **** `facemenu-read-color' is now an alias for `read-color'.
3891 ** `image-library-alist' is renamed to `dynamic-library-alist'.
3892 The variable is now used to load all kind of supported dynamic libraries,
3893 not just image libraries.  The previous name is still available as an
3894 obsolete alias.
3896 ** Syntax parsing changes
3898 *** New variable `syntax-propertize-function'.
3899 This replaces `font-lock-syntactic-keywords' which is now obsolete.
3900 This allows syntax-table properties to be set independently from font-lock:
3901 just call syntax-propertize to make sure the text is propertized.
3902 Together with this new variable come a new hook
3903 syntax-propertize-extend-region-functions, as well as two helper functions:
3904 syntax-propertize-via-font-lock to reuse old font-lock-syntactic-keywords
3905 as-is; and syntax-propertize-rules which provides a new way to specify
3906 syntactic rules.
3908 *** Syntax tables support a new "comment style c" additionally to style b.
3910 ** New hook `post-self-insert-hook', run after `self-insert-command'.
3912 ** frame-local variables cannot be let-bound any more.
3914 ** Major and minor mode changes
3916 *** `set-auto-mode' now respects mode: local variables at the end of files,
3917 as well as those in the -*- line.
3919 *** `prog-mode' is a new major mode from which programming modes
3920 should be derived.
3922 **** `prog-mode-hook' can be used to enable features for programming
3923 modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
3924 on-the-fly spell checking for comments and strings.
3926 *** New hook `change-major-mode-after-body-hook', run by
3927 `run-mode-hooks' just before any other mode hooks.
3929 *** Enabled globalized minor modes can be disabled in specific major modes.
3930 If the global mode is global-FOO-mode, then run (FOO-mode -1) in the
3931 major mode's hook, where FOO-mode toggles the mode on a per-buffer basis.
3933 *** `define-minor-mode' accepts new keywords :variable, :after-hook.
3935 ** File-handling changes
3937 *** `delete-file' and `delete-directory' now accept optional arg TRASH.
3938 Trashing is performed if TRASH and `delete-by-moving-to-trash' are
3939 both non-nil.  Interactively, TRASH defaults to t, unless a prefix
3940 argument is supplied (see Trash changes, above).
3942 *** New file predicates: `file-equal-p', `file-in-directory-p'.
3944 ** Tool-bars can display separators.
3945 Tool-bar separators are handled like menu separators in menu-bar maps,
3946 i.e. via menu entries of the form `(menu-item "--")'.
3948 ** Image API
3950 *** Animated images support (currently animated gifs only).
3952 **** `image-animated-p' returns non-nil if an image can be animated.
3954 **** `image-animate' animates a supplied image spec.
3956 **** `image-animate-timer' returns the timer object for an image that
3957 is being animated.
3959 *** `image-extension-data' has been renamed to `image-metadata'.
3960 The old name is an obsolete alias to the new one.
3962 *** Image mode can view any image type that ImageMagick supports.
3963 This requires Emacs to be built with ImageMagick support.
3965 **** New function `imagemagick-types', defined if ImageMagick support
3966 is enabled, returns a list of image file extensions that your
3967 ImageMagick installation supports.
3969 **** New function `imagemagick-register-types' enables ImageMagick
3970 image types in Image mode and in `create-image' and other helper
3971 functions.
3973 **** New option `imagemagick-types-inhibit' excludes certain
3974 ImageMagick image types from `imagemagick-register-types'.
3976 **** With ImageMagick support, there are extra Image mode commands to
3977 resize and rotate images: `image-transform-fit-to-height',
3978 `image-transform-fit-to-width', `image-transform-set-rotation', and
3979 `image-transform-set-scale'.
3981 ** `compose-mail' now accepts an optional 8th arg, RETURN-ACTION, and
3982 passes it to the mail user agent function.  This argument specifies an
3983 action for returning to the caller after finishing with the mail.  For
3984 example, this is used by Rmail to optionally delete a mail window.
3986 ** XML and HTML parsing
3987 If Emacs is compiled with libxml2 support, there are two new
3988 functions: `libxml-parse-html-region' (which parses "real world" HTML)
3989 and `libxml-parse-xml-region' (which parses XML).  Both return an
3990 Emacs Lisp parse tree.
3992 ** Networking and encryption changes
3994 *** `open-network-stream' can now be used to open an encrypted stream.
3995 It now accepts an optional `:type' parameter for initiating a TLS
3996 connection, directly or via STARTTLS.  To do STARTTLS, additional
3997 parameters (`:end-of-command', `:success', `:capabilities-command')
3998 must also be supplied.
4000 *** New library gnutls.el.
4001 The new function `gnutls-available-p' returns non-nil if Emacs is
4002 built with GnuTLS support.  The main entry points are
4003 `open-gnutls-stream' and `gnutls-negotiate'.  It's easiest to use
4004 these functions through `open-network-stream', because that can
4005 upgrade connections through STARTTLS opportunistically or use plain
4006 SSL, depending on your needs.  For debugging, set `gnutls-log-level'
4007 greater than 0.
4009 *** New primitive `secure-hash' that supports many secure hash algorithms:
4010 md5, sha1, sha2, sha224, sha256, sha384, and sha512.  The lisp library
4011 sha1.el has been removed.  The `sha1' feature is provided by default.
4013 ** Isearch
4015 *** New hook `isearch-update-post-hook' that runs in `isearch-update'.
4017 ** Progress reporters can now "spin".
4018 The MIN-VALUE and MAX-VALUE arguments of `make-progress-reporter' can
4019 now be nil, or omitted.  This makes a "non-numeric" reporter.  Each
4020 time you call `progress-reporter-update' on that progress reporter,
4021 with a nil or omitted VALUE argument, the reporter message is
4022 displayed with a "spinning bar".
4024 ** New variable `revert-buffer-in-progress-p' is true while a buffer is
4025 being reverted, even if the buffer has a local `revert-buffer-function'.
4027 ** New variables `delayed-warnings-list' and `delayed-warnings-hook'.
4028 If delayed-warnings-list is non-nil, the command loop calls
4029 `delayed-warnings-hook' after `post-command-hook'.  At present, this
4030 is only used by Emacs on some platforms to display warnings during
4031 startup, which might otherwise not be noticed.  This uses the
4032 functions `display-delayed-warnings' and `collapse-delayed-warnings'.
4034 ** rx.el has a new `group-n' construct for explicitly numbered groups.
4036 ** New function `make-composed-keymap' that constructs a new keymap
4037 from multiple input maps.  You can use this to make a keymap that
4038 inherits from multiple maps, eg:
4039  (set-keymap-parent newmap (make-composed-keymap othermap parent))
4041 ** New function `string-prefix-p'.
4042 (This was actually added in Emacs 23.2 but was not advertised at the time.)
4044 ** New reader macro ## that stands for the empty symbol.
4045 This means that the empty symbol can now be read back.  Also, #: by itself
4046 (when not immediately followed by a possible symbol character) stands for
4047 an empty uninterned symbol.
4049 ** New math functions `isnan', `copysign', `frexp', `ldexp'.
4051 ** The following functions and variables are obsolete:
4053 *** `tooltip-use-echo-area' is obsolete.
4054 Rather than setting this to t, disable Tooltip mode instead.
4056 *** buffer-substring-filters is obsolete.
4057 Use `filter-buffer-substring-functions' instead.
4059 *** `byte-compile-disable-print-circle' is obsolete.
4061 *** `deferred-action-list' and `deferred-action-function' are obsolete.
4062 Use `post-command-hook' instead.
4064 *** `font-lock-maximum-size' is obsolete.
4067 * Changes in Emacs 24.1 on Non-Free Operating Systems
4069 ** On MS Windows, Emacs warns when using the obsolete init file _emacs,
4070 and also when HOME is set to C:\ by default.
4072 ** New configure.bat options
4074 *** --enable-checking builds Emacs with extra runtime checks.
4076 *** --distfiles specifies files to be included in binary distribution.
4078 *** --without-gnutls disables automatic GnuTLS detection.
4080 *** --lib for general library linkage, works with the USER_LIBS build variable.
4082 ** New make target `dist' to create binary distribution for MS Windows.
4084 ** The Lisp function `w32-default-color-map' is now obsolete.
4085 (It is only used internally in the Emacs C code.)
4087 ** Customize ns-auto-hide-menu-bar to have the menu-bar hidden, but
4088 reappear on mouse-over.  (Requires OS X 10.6 or later.)
4090 ** On Mac OS X, dragging a file into Emacs visits the file, like on
4091 other platforms, rather than inserting its contents into the buffer.
4094 ----------------------------------------------------------------------
4095 This file is part of GNU Emacs.
4097 GNU Emacs is free software: you can redistribute it and/or modify
4098 it under the terms of the GNU General Public License as published by
4099 the Free Software Foundation, either version 3 of the License, or
4100 (at your option) any later version.
4102 GNU Emacs is distributed in the hope that it will be useful,
4103 but WITHOUT ANY WARRANTY; without even the implied warranty of
4104 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4105 GNU General Public License for more details.
4107 You should have received a copy of the GNU General Public License
4108 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
4111 Local variables:
4112 coding: utf-8
4113 mode: outline
4114 paragraph-separate: "[  \f]*$"
4115 end: