Replace refs to obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'
[bpt/emacs.git] / etc / NEWS
CommitLineData
29b7722a 1GNU Emacs NEWS -- history of user-visible changes.
5b87ad55 2
ba318903 3Copyright (C) 2010-2014 Free Software Foundation, Inc.
5b87ad55 4See the end of the file for license conditions.
a933dad1 5
893db5bc 6Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
9a21d88b
KS
7If possible, use M-x report-emacs-bug.
8
eb199145 9This file is about changes in Emacs version 24.
9a21d88b 10
eb199145
GM
11See files NEWS.23, NEWS.22, NEWS.21, NEWS.20, NEWS.19, NEWS.18,
12and NEWS.1-17 for changes in older Emacs versions.
9a21d88b
KS
13
14You can narrow news to a specific version by calling `view-emacs-news'
15with a prefix argument or by typing C-u C-h C-n.
3f7194ed 16
a1ed8b05 17Temporary note:
d856c4a9
GM
18+++ indicates that all necessary documentation updates are complete.
19 (This means all relevant manuals in doc/ AND lisp doc-strings.)
219afb88 20--- means no change in the manuals is needed.
d856c4a9 21When you add a new item, use the appropriate mark if you are sure it applies,
219afb88 22otherwise leave it unmarked.
a1ed8b05
GM
23
24\f
95a32efb 25* Installation Changes in Emacs 24.4
7c3d167f 26
70c8f5ca 27** Emacs can now be compiled with ACL support.
7c3d167f
RF
28This happens by default if a suitable support library is found at
29build time, like libacl on GNU/Linux. To prevent this, use the
ffdc270a 30configure option `--disable-acl'.
7c3d167f 31
70c8f5ca 32** Emacs can now be compiled with file notification support.
671d4bfc
GM
33This happens by default if a suitable system library is found at
34build time. To prevent this, use the configure option
35`--with-file-notification-no'. See below for file-notify features.
36FIXME? This feature is not available for the Nextstep port. (?)
2f23b3ab 37
d65a92bb 38---
70c8f5ca
CY
39** The configure option `--without-compress-info' has been generalized,
40and renamed to `--without-compress-install'. It now prevents compression
335142f9
GM
41of _any_ files during installation.
42
d65a92bb 43---
70c8f5ca 44** The configure option `--with-crt-dir' has been removed.
a22359a7 45It is no longer needed, as the crt*.o files are no longer linked specially.
f1e496a5 46
d65a92bb 47---
ae7bfbf5
JB
48** Directories passed to configure option `--enable-locallisppath' are
49no longer created during installation.
50
70c8f5ca
CY
51** Emacs can be compiled with zlib support.
52If this library is present (which it normally is on most systems), the
53function `zlib-decompress-region' becomes available, which can
54decompress gzip- and zlib-format compressed data.
313546eb 55
9524a13d 56---
8251c3f8
GM
57** Emacs for NS (Mac OS X, GNUstep) can be built with ImageMagick support.
58This requires pkg-config to be available at configure time.
9524a13d 59
c57b2d76 60\f
95a32efb 61* Startup Changes in Emacs 24.4
c57b2d76 62
17e0445b
GM
63+++
64** When initializing `load-path', an empty element in the EMACSLOADPATH
65environment variable (either leading, e.g., ":/foo"; trailing, e.g.,
66"/foo:"; or embedded, e.g., "/foo::/bar") is replaced with the default
67load-path (the one that would have been used if EMACSLOADPATH was unset).
68This makes it easier to _extend_ the load-path via EMACSLOADPATH
69(previously, EMACSLOADPATH had to specify the complete load-path,
70including the defaults). (In older versions of Emacs, an empty element
71was replaced by ".", so use an explicit "." now if that is what you want.)
72
a0833f62
GM
73+++
74** The -L option, which normally prepends its argument to load-path,
2df10228
GM
75will instead append, if the argument begins with `:' (or `;' on MS Windows;
76i.e., `path-separator').
a0833f62 77
06a4f110
GM
78+++
79** If you use either site-load.el or site-init.el to customize the dumped
80Emacs executable, any changes to `load-path' that these files make
81will no longer be present after dumping. To affect a permanent change
82to `load-path', use the `--enable-locallisppath' option of `configure'.
83
70c8f5ca
CY
84+++
85** The user option `initial-buffer-choice' can now specify a function
86to set up the initial buffer.
87
c57b2d76 88\f
95a32efb 89* Changes in Emacs 24.4
c6c08d3f 90
d8a2993d
TZ
91+++
92** New option `gnutls-verify-error', if non-nil, means that Emacs
93should reject SSL/TLS certificates that GnuTLS determines as invalid.
94(This option defaults to nil at present, but this is expected to change
95in a future release.)
96
0a12fca0
EZ
97+++
98** Emacs now supports menus on text-mode terminals.
99If the terminal supports a mouse, clicking on the menu bar, or on
100sensitive portions of the mode line or header line, will drop down the
101menu defined at that position. Likewise, clicking C-mouse-2 or
102C-mouse-2 or C-mouse-3 on the text area will pop up the menus defined
103for those locations.
104
105If the text terminal does not support a mouse, you can activate the
106first menu-bar menu by typing F10, which invokes `menu-bar-open'.
107
108If you want the previous behavior, whereby F10 invoked `tmm-menubar',
109customize the option `tty-menu-open-use-tmm' to a non-nil value.
110(Typing M-` will always invoke `tmm-menubar', even if
111`tty-menu-open-use-tmm' is nil.)
112
a34a0ac8 113+++
70c8f5ca
CY
114** The *Messages* buffer is created in `messages-buffer-mode',
115a new major mode, with read-only status. Any code that might create
116the *Messages* buffer should call the function `messages-buffer' to do
117so and set up the mode.
61a5bb85 118
70c8f5ca 119** Emacs now supports ACLs (access control lists).
7c3d167f
RF
120+++
121*** Emacs preserves the ACL entries of files when backing up.
122+++
123*** New functions `file-acl' and `set-file-acl' get and set the ACL
66447e07
EZ
124entries of a file. On GNU/Linux, the POSIX ACL interface is used via
125libacl. On MS-Windows, the NT Security APIs are used to emulate the
126POSIX ACL interfaces.
7c3d167f 127
4e3f9230
YM
128** Multi-monitor support has been added.
129
130*** New functions `display-monitor-attributes-list' and
131`frame-monitor-attributes' can be used to obtain information about
132each physical monitor on multi-monitor setups.
133
cf13177e
YM
134*** The functions `display-pixel-width' and `display-pixel-height' now
135behave consistently among the platforms: they return the pixel width
136or height for all physical monitors associated with the given display
950fb38d 137as if they were on X11. To get information for each physical
cf13177e
YM
138monitor, use the new functions above. Similar notes also apply to
139`x-display-pixel-width', `x-display-pixel-height', `display-mm-width',
140`display-mm-height', `x-display-mm-width', and `x-display-mm-height'.
141
70c8f5ca
CY
142+++
143** The cursor stops blinking after 10 blinks (by default) on X and NS.
144You can change the default by customizing `blink-cursor-blinks'.
61e56e2c 145
70c8f5ca
CY
146+++
147** In keymaps where SPC scrolls forward, S-SPC now scrolls backward.
148This affects View mode, etc.
149
150** Help changes
f88ac3bb 151
98104aea 152+++
70c8f5ca
CY
153*** The command `apropos-variable' is renamed to `apropos-user-option'.
154`apropos-user-option' shows all user options while `apropos-variable'
155shows all variables. When called with a universal prefix argument,
156the two commands swap their behaviors. When `apropos-do-all' is
157non-nil, they output the same results.
18c26d81 158
70c8f5ca
CY
159+++
160*** The key `?' now describes prefix bindings, like `C-h'.
6585d561 161
8251c3f8 162*** The command `describe-function' has been extended for EIEIO.
3ca34b22 163Running it on constructors will show a full description of the
d6a62260 164generated class. For generic functions, it will show all
3ca34b22
DE
165implementations together with links to the source. The old commands
166`describe-class', `describe-constructor' and `describe-generic' were
167removed.
168
44e76f9d
GM
169---
170*** The function `quail-help' is no longer an interactive command.
8251c3f8 171Use `C-h C-\' (`describe-input-method') instead.
6950f152 172
b29daf07
GM
173** ImageMagick
174
4e7d26fc 175+++
8251c3f8 176*** ImageMagick images now support the :max-width and :max-height keywords.
b29daf07 177
7b997b14
GM
178+++
179*** When using `create-image' with image data, you can pass a :format
180attribute (via the property-list argument) in order to help
181ImageMagick detect the image type. The value should be a MIME
182content-type that is found in the new variable `image-format-suffixes'.
b29daf07 183
70c8f5ca 184** Frame and window changes
da9ea6d9 185
70c8f5ca
CY
186+++
187*** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized',
188bound to <f11> and M-<f10>, respectively.
0a749fa0 189
70c8f5ca
CY
190*** New command `frameset-to-register' is now bound to `C-x r f', replacing
191`frame-configuration-to-register'. It offers similar functionality,
192plus enhancements like the ability to restore deleted frames. The
193command `frame-configuration-to-register' still exists, but is unbound.
0a749fa0 194
dc20a9d2 195+++
70c8f5ca
CY
196*** New hooks `focus-in-hook', `focus-out-hook'.
197These are normal hooks run when an Emacs frame gains or loses input focus.
198
199---
200*** `split-window' is now a non-interactive function, not a command.
201As a command, it was a special case of `C-x 2' (`split-window-below'),
202and as such superfluous. After being reimplemented in Lisp, its
203interactive form was mistakenly retained.
4f0552c2 204
daef8ab1 205+++
70c8f5ca
CY
206*** New option `scroll-bar-adjust-thumb-portion'.
207Available only on X, this option allows to control over-scrolling
208using the scroll bar (i.e. dragging the thumb down even when the end
209of the buffer is visible).
210
211** Lisp evaluation changes
75a1e034 212+++
70c8f5ca
CY
213*** `eval-defun' on an already defined defcustom calls the :set function,
214if there is one.
215
c51e81ef 216+++
d856c4a9 217*** The commands `eval-expression' (`M-:'), `eval-last-sexp' (`C-x C-e'),
c51e81ef
GM
218and `eval-print-last-sexp' (`C-j' in Lisp Interaction mode) can take a
219zero prefix argument. This disables truncation of lists in the output,
220equivalent to setting `(eval-expression-)print-length' and
4d000e69 221`(eval-expression-)print-level' to nil. Additionally, it causes integers
c51e81ef 222to be printed in other formats (octal, hexadecimal, and character).
70c8f5ca
CY
223
224---
225** `write-region-inhibit-fsync' now defaults to t in batch mode.
da048127 226
2cd12d28 227+++
70c8f5ca
CY
228** `cache-long-line-scans' has been renamed to `cache-long-scans'
229because it affects caching of paragraph scanning results as well.
8251c3f8 230Also, it is now enabled by default.
4e36a6a6 231
70c8f5ca
CY
232---
233** The option `set-mark-default-inactive' has been deleted.
234This unfinished feature was introduced by accident in Emacs 23.1;
235simply disabling Transient Mark mode does the same thing.
236
8251c3f8 237** The default value of `comment-use-global-state' is now t,
70c8f5ca
CY
238and this variable has been marked obsolete.
239
8251c3f8 240---
e2a095b1
GM
241** `emacs-bzr-version' has been renamed to `emacs-repository-version',
242and works for git too, if you fetch the repository notes.
8251c3f8 243
a22359a7 244** `read-regexp-defaults-function' defines a function to read regexps,
8251c3f8
GM
245used by commands like `rgrep', `lgrep' `occur', `highlight-regexp', etc.
246You can customize this to specify a function that provides a default
247value from the regexp last history element, or from the symbol found
248at point.
642d7ae8 249
ec918aab 250+++
a22359a7
GM
251** New option `load-prefer-newer' affects how the `load' function chooses
252the file to load. If this is non-nil, then when both .el and .elc
642d7ae8
CY
253versions of a file exist, and the caller did not explicitly specify
254which one to load, then the newer file is loaded. The default, nil,
255means to always load the .elc file.
256
70c8f5ca
CY
257\f
258* Editing Changes in Emacs 24.4
259
260** Indentation changes
261
262+++
263*** The behavior of `C-x TAB' (`indent-rigidly') has changed.
264When invoked without a prefix argument, it now activates a transient
265mode in which typing <left>, <right>, <S-left>, and <S-right> adjusts
266the text indentation in the region. Typing any other key resumes
267normal editing behavior.
3472b6c6 268
70c8f5ca 269*** `electric-indent-mode' is enabled by default.
b7d5bd82 270
e1e9d7cc 271+++
70c8f5ca 272*** `tab-stop-list' is now implicitly extended to infinity by repeating
8251c3f8 273the last step. Its default value is changed to nil, which means a tab
3ccc2d28 274stop every `tab-width' columns.
b7d5bd82 275
5e61c1ef
GM
276+++
277** New command `cycle-spacing' acts like a smarter `just-one-space'.
278When called in succession, it cycles between spacing conventions:
279one space, no spaces, original spacing.
70c8f5ca 280
793ffe81 281+++
5e61c1ef
GM
282** The new function `fill-single-char-nobreak-p' can stop fill from breaking
283a line after a one-letter word, which is an error in some typographical
0a60cc0d 284conventions. To use it, add it to the `fill-nobreak-predicate' hook.
37f38bca 285
30aafaf5 286+++
8251c3f8 287** Uniquify is enabled by default, with `post-forward-angle-brackets' style.
70c8f5ca
CY
288
289** New command `C-x SPC' (`rectangle-mark-mode') makes a rectangular region.
290Most commands are still unaware of it, but kill/yank do work on the rectangle.
958614cf 291
4c672a0f
EZ
292+++
293** New option `visual-order-cursor-movement'.
294If this is non-nil, cursor motion with arrow keys will follow the
295visual order of characters on the screen: <left> always moves to the
296left, <right> always moves to the right, disregarding the surrounding
297bidirectional context.
298
70c8f5ca 299** Register changes
c8af480d 300
70c8f5ca 301*** All register commands can now show help with preview.
0b1619da 302
ced5cc29
XF
303+++
304*** New command `C-x C-k x' (`kmacro-to-register') stores keyboard
305macros in registers.
ac2f8659 306
70c8f5ca
CY
307*** New command `C-x r f' (`frameset-to-register').
308See Changes in Emacs 24.4, above.
309
169d6004 310+++
70c8f5ca 311** New command `delete-duplicate-lines'.
169d6004
GM
312This searches the region for identical lines, and removes all but one
313copy of each repeated line. The lines need not be sorted.
ac2f8659 314
4f0552c2 315\f
95a32efb 316* Changes in Specialized Modes and Packages in Emacs 24.4
4f0552c2 317
ece4bae5 318+++
fba1763d 319** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>.
940e5099
SM
320Affected files:
321~/.emacs.d/timelog replaces ~/.timelog
940e5099
SM
322~/.emacs.d/vip replaces ~/.vip
323~/.emacs.d/viper replaces ~/.viper
324~/.emacs.d/ido.last replaces ~/.ido.last
325~/.emacs.d/kkcrc replaces ~/.kkcrc
326~/.emacs.d/quickurls replaces ~/.quickurls
ece4bae5 327~/.emacs.d/idlwave/ replaces ~/.idlwave/
940e5099
SM
328~/.emacs.d/bdfcache.el replaces ~/.bdfcache.el
329~/.emacs.d/places replaces ~/.emacs-places
330~/.emacs.d/shadows replaces ~/.shadows
331~/.emacs.d/shadow_todo replaces ~/.shadow_todo
332~/.emacs.d/strokes replaces ~/.strokes
333~/.emacs.d/notes replaces ~/.notes
334~/.emacs.d/type-break replaces ~/.type-break
d29bf51c
SB
335Also the following files used by the now obsolete otodo-mode.el:
336~/.emacs.d/todo-do replaces ~/.todo-do
337~/.emacs.d/todo-done replaces ~/.todo-done
338~/.emacs.d/todo-top replaces ~/.todo-top
339
70c8f5ca 340** Backtrace and debugger
e56221d5 341
70c8f5ca
CY
342*** The Lisp debugger's `e' command now includes the lexical environment
343when evaluating the code in the context at point. Hence, it now lets
344you access lexical variables.
24da7273 345
c9832cd8
XF
346+++
347*** New command `v' (`debugger-toggle-locals') displays local vars.
b14abca9 348
70c8f5ca
CY
349*** New minor mode `jit-lock-debug-mode' lets you use the debuggers on
350code run via JIT Lock.
4b72c12b 351
44b9b800 352---
ece4bae5 353** Battery information can now be retrieved from BSD's `apm' utility.
19b748ad 354
ece4bae5
GM
355---
356** In the Buffer Menu, `M-s a C-o' shows matches for a regexp in marked buffers.
96673afe 357
fd3a9a6b
GM
358** Calendar and Diary
359
8d3c54a0 360---
70c8f5ca
CY
361*** New faces `calendar-weekday-header', `calendar-weekend-header',
362and `calendar-month-header'.
3b5c03d3 363
11c06c77 364+++
3b5c03d3
GM
365*** New option `calendar-day-header-array'.
366
fd3a9a6b 367+++
f8780a05 368*** New variable `diary-from-outlook-function', used by the command
fd3a9a6b
GM
369`diary-from-outlook'.
370
11c06c77 371---
70c8f5ca 372*** The variable `calendar-font-lock-keywords' is obsolete.
ba30c70f 373
0e70ce93
PE
374** Calc
375
68d01ccc 376+++
0e70ce93
PE
377*** Calc by default now uses the Gregorian calendar for all dates, and
378uses January 1, 1 AD as its day number 1. Previously Calc used the
379Julian calendar for dates before September 14, 1752, and it used
380December 31, 1 BC as its day number 1; the new scheme is more
381consistent with Calendar's calendrical system and day numbering.
382
68d01ccc
GM
383+++
384*** The new option `calc-gregorian-switch' lets you configure if
385(and when) Calc switches from the Julian to the Gregorian calendar.
0e70ce93 386
68d01ccc 387+++
86e100a6
GM
388*** Support for ISO 8601 dates.
389
70c8f5ca
CY
390** CEDET
391
392*** EDE
393
394**** The cpp-root project now supports executing a compile command.
395It can be set through the new :compile-command slot or the
396buffer-local variable `compile-command'.
397
398**** Better selection of include directories for the 'linux' project.
399Include directories now support out-of-tree build directories and
400target architecture auto-detection.
401
402*** Semantic
403
404**** Improved detection of used namespaces in current scope in C++.
405
406**** Parsing of default values for variables and function arguments in C/C++.
a22359a7 407They are also displayed by the summarize feature in the mode line.
70c8f5ca
CY
408
409**** Improved parsing of function pointers in C/C++.
410This also includes parsing of function pointers as function arguments.
411
a22359a7
GM
412**** Parsing of C/C++ preprocessor macros that open new scope.
413For example, this enables parsing of macros that open new namespaces.
70c8f5ca
CY
414
415**** Support for 'this' pointer in inline member functions in C++.
416
417** cl-lib
418
8d3c54a0 419*** New macro `cl-tagbody'.
70c8f5ca
CY
420
421+++
422*** letf is now just an alias for cl-letf.
423
424** CUA mode
425
642d7ae8 426*** CUA mode now uses `delete-selection-mode' and `shift-select-mode'.
5ad1fede
GM
427Hence, you can now enable it independently from those modes, and from
428`transient-mark-mode'.
642d7ae8 429
52695556 430---
642d7ae8
CY
431*** `cua-highlight-region-shift-only' is now obsolete.
432You can disable `transient-mark-mode' to get the same result.
70c8f5ca
CY
433
434*** CUA's rectangles can now be used via `cua-rectangle-mark-mode'.
435
d8a2993d
TZ
436** CFEngine mode
437
5ad1fede 438---
d8a2993d
TZ
439*** Support for completion, ElDoc, and Flycheck has been added.
440
5ad1fede 441---
d8a2993d
TZ
442*** The current CFEngine syntax is parsed from "cf-promises -s json".
443There is a fallback syntax available if you don't have cf-promises or
5ad1fede 444if your version doesn't support that option. See option `cfengine-cf-promises'.
d8a2993d 445
70c8f5ca
CY
446** Delete Selection mode can now be used without `transient-mark-mode'.
447
5db9dace
JL
448** Desktop
449
6c8e0ae6
JL
450*** `desktop-auto-save-timeout' defines the number of seconds idle time
451before auto-save of the desktop.
5db9dace 452
b958c0ad 453*** `desktop-restore-frames', enabled by default, allows saving and
6585d561 454restoring the frame/window configuration (frameset). Additional options
36bec1b6 455`desktop-restore-in-current-display', `desktop-restore-reuses-frames'
6585d561 456and `desktop-restore-forces-onscreen' offer further customization.
39c0e36f 457
4ed67814 458+++
52695556
GM
459** New Dired minor mode `dired-hide-details-mode' toggles whether details,
460such as file ownership or permissions, are visible.
a2a538b1 461
70c8f5ca 462** Eldoc Mode works properly in the minibuffer.
21859ebc 463
3b8d5131 464** Electric Pair mode
3b8d5131 465
8251c3f8
GM
466*** New option `electric-pair-preserve-balance', enabled by default.
467If non-nil, pairing/skipping only kicks in when that help the balance
468of parentheses and quotes, i.e. the buffer should end up at least as
3b8d5131
JT
469balanced as before.
470
da5ecfa9 471You can further control this behavior by adjusting the predicates
8251c3f8 472stored in `electric-pair-inhibit-predicate' and `electric-pair-skip-self'.
3b8d5131 473
8251c3f8 474*** New option `electric-pair-delete-adjacent-pairs', enabled by default.
3b8d5131
JT
475In `electric-pair-mode', the commands `backward-delete-char' and
476`backward-delete-char-untabify' are now bound to electric variants
477that delete the closer when invoked between adjacent pairs.
478
8251c3f8 479*** New option `electric-pair-open-newline-between-pairs', enabled by default.
3b8d5131
JT
480In `electric-pair-mode', inserting a newline between adjacent pairs
481opens an extra newline after point, which is indented if
482`electric-indent-mode' is also set.
483
8251c3f8
GM
484*** New option `electric-pair-skip-whitespace', enabled by default.
485This controls if skipping over closing delimiters should jump over any
486whitespace slack. Setting it to `chomp' makes it delete this
487whitespace. See also the variable `electric-pair-skip-whitespace-chars'.
3b8d5131
JT
488
489*** New variables control the pairing in strings and comments.
3b8d5131 490You can customize `electric-pair-text-pairs' and
da5ecfa9 491`electric-pair-text-syntax-table' to tweak pairing behavior inside
3b8d5131
JT
492strings and comments.
493
b89878d3 494** New EPA option `epa-mail-aliases'.
ed02dcfa
RS
495You can set this to a list of alias expansions for keys to use
496in `epa-mail-encrypt'.
497
498If one element of the variable's value is ("foo@bar.com" "foo@hello.org"),
499that means: when one of the recipients of the message being encrypted
500is `foo@bar.com', encrypt the message for `foo@hello.org' instead.
501
502If one element of the variable's value is ("foo@bar.com"),
503that means: when one of the recipients of the message being encrypted
504is `foo@bar.com', ignore that name as regards encryption.
505This is useful to avoid a query when you have no key for that name.
506
b89878d3 507** New ERC option `erc-accidental-paste-threshold-seconds'.
2040a2fe 508If set to a number, this can be used to avoid accidentally pasting large
70c8f5ca
CY
509amounts of data into the ERC input.
510
511+++
8251c3f8 512** New ERT macro `skip-unless' allows skipping ERT tests.
70c8f5ca
CY
513See the ERT manual for details.
514
515** Eshell
516
517+++
8251c3f8 518*** `eshell' now supports visual subcommands and options.
70c8f5ca
CY
519Eshell has been able to handle "visual" commands (interactive,
520non-line oriented commands such as top that require display
521capabilities not provided by eshell) by running them in an Emacs
522terminal emulator. See `eshell-visual-commands'.
523
524This feature has been extended to subcommands and options that make a
525usually line-oriented command a visual command. Typical examples are
8251c3f8 526"git log" and "git <command> --help", which display their output in a
70c8f5ca
CY
527pager by default. See `eshell-visual-subcommands' and
528`eshell-visual-options'.
529
530---
8251c3f8 531*** New Eshell-Tramp module.
70c8f5ca
CY
532External su and sudo commands are now the default; the internal,
533Tramp-using variants can still be used by enabling the eshell-tramp
534module.
535
70c8f5ca 536---
b89878d3 537** New F90 mode option `f90-smart-end-names'.
70c8f5ca
CY
538
539** Icomplete is a bit more like Ido.
8d3c54a0 540
8251c3f8 541*** Key bindings to navigate through and select the completions.
8d3c54a0 542
70c8f5ca 543*** The icomplete-separator is customizable, and its default has changed.
8d3c54a0 544
8251c3f8 545*** Removed `icomplete-show-key-bindings'.
8d3c54a0 546
70c8f5ca
CY
547*** Icomplete-mode by defaults applies to all forms of minibuffer completion.
548(setq icomplete-with-completion-tables '(internal-complete-buffer))
549will revert to the old behavior.
550
551** Ido
8d3c54a0 552
70c8f5ca 553*** Ido has a manual now.
8d3c54a0 554
70c8f5ca 555*** `ido-use-virtual-buffers' takes a new value 'auto.
8d3c54a0 556
70c8f5ca
CY
557*** `ido-decorations' has been slightly extended to give a bit more control.
558
559** Image mode
560
8d3c54a0 561+++
70c8f5ca
CY
562*** New commands `n' (`image-next-file') and `p' (`image-previous-file')
563visit the next image file and the previous image file in the same
564directory, respectively.
565
a7fecaa0 566+++
70c8f5ca
CY
567*** New commands to show specific frames of multi-frame images.
568`f' (`image-next-frame') and `b' (`image-previous-frame') visit the
569next or previous frame. `F' (`image-goto-frame') shows a specific frame.
570
a7fecaa0 571+++
70c8f5ca 572*** New commands to speed up, slow down, or reverse animation.
a7fecaa0
RS
573`a +' (`image-increase-speed') and `a -' (`image-decrease-speed') to
574speed up and slow down the animation. `a r' (`image-reverse-speed')
575to reverse it and `a 0' (`image-reset-speed') to reset it.
576
70c8f5ca
CY
577---
578*** The command `image-mode-fit-frame' deletes other windows.
579When toggling, it restores the frame's previous window configuration.
580It also has an optional frame argument, which can be used by Lisp
581callers to fit the image to a frame other than the selected frame.
582
583** Hi-Lock
584
585*** New option `hi-lock-auto-select-face'. When non-nil, hi-lock commands
586will cycle through faces in `hi-lock-face-defaults' without prompting.
587
588+++
589*** New global command `M-s h .' (`highlight-symbol-at-point')
590highlights the symbol found near point without prompting,
591using the next face automatically.
592
8251c3f8 593** New Imenu option `imenu-generic-skip-comments-and-strings'.
70c8f5ca 594
c9352587 595---
8251c3f8 596** New Info face `info-index-match', used to highlight matches in index
70c8f5ca
CY
597entries displayed by `Info-index-next', `Info-virtual-index' and
598`info-apropos'.
599
600** JS Mode
601
ee325f58
GM
602---
603*** New option `js-switch-indent-offset'.
604
605---
70c8f5ca 606*** Better indentation of multiple-variable declarations.
ee325f58 607If a declaration spans several lines, variables on the following lines
70c8f5ca
CY
608are lined up to the first one.
609
ee325f58
GM
610---
611*** Recognition and better indentation of continuations in array comprehensions.
70c8f5ca 612
ee325f58
GM
613+++
614** MH-E has been updated to version 8.5 - see separate MH-E-NEWS file.
70c8f5ca
CY
615
616+++
617** Octave mode
8251c3f8
GM
618
619*** Font locking for texinfo comments and new keywords.
620
621*** Completion in Octave file buffers.
622
623*** Eldoc support.
624
625*** Jump to definition.
626
627*** Documentation lookup/search.
70c8f5ca 628
de6a923b
GM
629+++
630** OPascal mode is the new name for Delphi mode
70c8f5ca 631
de6a923b 632---
70c8f5ca 633*** All delphi-* variables and functions have been renamed to opascal-*.
de6a923b 634Obsolete aliases exist for those likely to have been used externally.
8251c3f8 635
de6a923b
GM
636---
637*** The option `delphi-newline-always-indents' has been removed.
70c8f5ca 638Use `electric-indent-mode' instead.
8251c3f8 639
de6a923b
GM
640---
641*** The TAB key runs the standard `indent-for-tab-command', not `delphi-tab'.
70c8f5ca
CY
642
643** Package
644
645*** The format of `archive-contents' files, generated by package
646repositories, has changed to allow a new (fifth) element in the data
647vectors, containing an associative list with extra properties.
648
649*** `describe-package' buffer uses the `:url' extra property to
650display a `Homepage' header, if it's present.
651
d8a2993d
TZ
652*** In the buffer produced by `describe-package', there are now buttons
653listing the keywords related to that package. You can click on them
654to see other packages related to any given keyword.
655
656*** In the *Packages* buffer, `f' or the Package->Filter menu filters
657the packages by a keyword.
658
8251c3f8
GM
659---
660** In Prolog mode, `prolog-use-smie' has been removed,
661along with the non-SMIE indentation code.
1db9ceee 662
70c8f5ca 663** Remember
f2cbfd44 664
8251c3f8
GM
665*** The new command `remember-notes' creates a buffer that is saved on
666`kill-emacs'. You can think of it as a *scratch* buffer whose content
667is preserved. In fact, it was designed as a replacement for *scratch*
668buffer and can be used that way by setting `initial-buffer-choice' to
70c8f5ca 669`remember-notes' and `remember-notes-buffer-name' to "*scratch*".
8251c3f8
GM
670Without the second change, the *scratch* buffer will still be there
671for notes that do not need to be preserved.
20de6ab6 672
70c8f5ca
CY
673*** The Remember package can now store notes in separates files.
674You can use the new function `remember-store-in-files' within the
8251c3f8
GM
675`remember-handler-functions' option. See `remember-data-directory'
676and `remember-directory-file-name-format' for new options related to
677this function.
c0211c4e 678
70c8f5ca
CY
679** Rmail
680
681*** Customize `rmail-mbox-format' to influence some minor aspects of
682how Rmail displays non-MIME messages.
3a2ddc2d 683
2a43515a 684---
70c8f5ca
CY
685*** The `unrmail' command now converts from BABYL to mboxrd format,
686rather than mboxo. Customize `unrmail-mbox-format' to change this.
2a43515a 687
70c8f5ca 688** Ruby mode
e38e6780 689
de6a923b
GM
690---
691*** Improved syntax highlighting and indentation.
e38e6780 692
de6a923b
GM
693---
694*** New `electric-indent-mode' integration.
e5e4a942 695
de6a923b
GM
696---
697*** New option `ruby-encoding-magic-comment-style'.
70c8f5ca 698
de6a923b
GM
699---
700*** New option `ruby-custom-encoding-magic-comment-template'.
70c8f5ca 701
de6a923b 702---
70c8f5ca 703*** New option `ruby-align-to-stmt-keywords'.
e5e4a942 704
de6a923b
GM
705---
706*** More Ruby file types have been added to `auto-mode-alist'.
6cddebc1 707
d289938a 708** Search and Replace
279f9b06 709
07e9eaa2 710+++
e5e4a942
JL
711*** New global command `M-s .' (`isearch-forward-symbol-at-point')
712starts a symbol (identifier) incremental search forward with the
713symbol found near point added to the search string initially.
714
de7ce2d1 715+++
279f9b06
JL
716*** `C-x 8 RET' in Isearch mode reads a character by its Unicode name
717and adds it to the search string.
718
2db59b1d
XF
719*** `M-s i' in Isearch mode toggles the variable `isearch-invisible'
720between nil and the value of the option `search-invisible' (or `open'
721when it's nil).
01dea85f 722
d289938a
JL
723*** `query-replace' skips invisible text when `search-invisible' is nil,
724and opens overlays with hidden text when `search-invisible' is `open'.
725
57b837ab 726+++
3ee4cd64
JL
727*** A negative prefix arg of replacement commands replaces backward.
728`M-- M-%' replaces a string backward, `M-- C-M-%' replaces a regexp
729backward, `M-s w words M-- M-%' replaces a sequence of words backward.
730
80fa505f
AM
731+++
732*** By default, prefix arguments do not now terminate Isearch mode.
733Set `isearch-allow-prefix' to nil to restore old behavior.
734
de7ce2d1 735+++
6e8cfc81
JL
736*** More Isearch commands accept prefix arguments, namely
737`isearch-printing-char', `isearch-quote-char', `isearch-yank-word',
738`isearch-yank-line'.
739
de7ce2d1 740+++
a22289f7
JL
741*** Word search now matches whitespace at the beginning/end
742of the search string if it contains leading/trailing whitespace.
743In an incremental word search or when using a non-nil LAX argument
744of `word-search-regexp', the lax matching can also match part of
745the first word (in addition to the lax matching of the last word).
746The same rules are now applied to the symbol search with the difference
747that it matches symbols, and non-symbol characters between symbols.
748
70c8f5ca 749+++
a22359a7 750** New SES command `ses-rename-cell' allows assignment of names to SES cells.
6827cac1 751
de7ce2d1 752---
21cf4545 753** The shell.el option `explicit-bash-args' includes --noediting by default.
8251c3f8 754All non-ancient Bash versions support this option.
4f0552c2 755
70c8f5ca 756** Shell Script mode
8b62d742 757
a22359a7
GM
758---
759*** The SMIE indentation engine is now used by default - see `sh-use-smie'.
c38a186c 760
a22359a7
GM
761---
762*** `sh-mode' now has its own setting for `add-log-current-defun-function'.
b345c561 763
70c8f5ca 764** SMIE indentation can be customized via `smie-config'.
2040a2fe
GM
765Emacs can learn the appropriate indentation settings if you provide it
766with an indented sample file.
70c8f5ca 767
de6a923b 768---
8251c3f8 769** New Term mode option `term-suppress-hard-newline'.
ad4de702 770
303ea1dd 771+++
d29bf51c 772** Todo mode has been rewritten and enhanced.
2d3c36db
GM
773The Todo mode user manual describes all commands and most user
774options. To support some of these features, a new file format is
775used, which is incompatible with the old format; however, you can
776convert old todo and done item files to the new format on initializing
777the first new todo file, or at any later time with the provided
778conversion command. The previous version of todo-mode.el has been
303ea1dd
GM
779renamed to otodo-mode.el and is now obsolete. New features include:
780
781*** Support for multiple todo files and archive files of done items.
782
783*** Renaming, reordering, moving, merging, and deleting categories.
784
785*** Sortable tabular summaries of categories and the item types they contain.
786
787*** Cross-category lists of items filtered by specific criteria.
788
789*** More fine-grained interaction with the Emacs diary, by being able to
790decide for each todo item whether it appears in the Fancy Diary display.
791
792*** Highly flexible new item insertion and item editing.
793
794*** Moving items between categories, storing done items in their category
795or in archive files, undoing or unarchiving done items.
796
797*** Reprioritizing items by inputting a numerical priority.
798
799*** Extensive customizability of operation and display, including many faces.
2d3c36db
GM
800
801** trace-function
802
803*** No prompting for the destination buffer, unless a prefix argument is used.
804
805*** With a prefix argument, you can enter a "context"; i.e., a Lisp
806expression whose value at the time the function is entered/exited will
807be printed along with the function name and arguments. For example,
808you can use this to trace the value of current-buffer or point.
70c8f5ca 809
aefa2ead 810** Tramp
26280467 811
2040a2fe 812*** The experimental url syntax for remote file names has been removed.
179923f7 813
aefa2ead
MA
814+++
815*** New connection method "adb", which allows to access Android
19dc8b9e
MA
816devices by the Android Debug Bridge. The variable `tramp-adb-program'
817can be used to adapt the path of the "adb" program, if needed.
26280467 818
19dc8b9e
MA
819*** The connection methods "plink1", "ssh1", "ssh2", "scp1", "scp2",
820"scpc" and "rsyncc" are discontinued. The ssh option
821"ControlMaster=auto" is set automatically in all ssh-based methods,
822when possible.
26280467 823
ed7367b1
MA
824+++
825*** Handlers for `file-acl' and `set-file-acl' for remote machines
826which support POSIX ACLs.
aefa2ead 827
f1c7dee9
MA
828+++
829*** Handlers for `file-notify-add-watch' and `file-notify-rm-watch'
830for remote machines which support filesystem notifications.
831
b29daf07
GM
832** New command `url-cookie-list' displays all the current cookies, and
833allows deleting selected cookies.
834
70c8f5ca 835** VC and related modes
bb102690 836
7899adea 837+++
70c8f5ca
CY
838*** In VC directory mode, `D' displays diffs between VC-controlled
839whole tree revisions.
fa5265fc 840
7899adea 841+++
70c8f5ca
CY
842*** In VC directory mode, `L' lists the change log for the current VC
843controlled tree in a window.
fa5265fc 844
7899adea 845+++
70c8f5ca
CY
846*** In VC directory mode, `I' shows a log of changes that will be
847received with a pull operation.
fa5265fc 848
7899adea 849+++
70c8f5ca
CY
850*** `C-x v G' (globally) and `G' (in VC directory mode) ignores a file
851under current version control system. When called with a prefix
852argument, you can remove a file from the ignored file list.
fa5265fc 853
70c8f5ca 854** VHDL mode
fa5265fc 855
2040a2fe 856---
70c8f5ca 857*** New options: `vhdl-actual-generic-name', `vhdl-beautify-options'.
fa5265fc 858
2040a2fe 859---
70c8f5ca 860*** New commands: `vhdl-fix-statement-region', `vhdl-fix-statement-buffer'.
fa5265fc 861
03f3b318 862---
8251c3f8 863** The Woman commands `woman-default-faces' and `woman-monochrome-faces'
70c8f5ca 864are obsolete. Customize the `woman-*' faces instead.
fa5265fc 865
a22359a7 866** Obsolete packages
770de7cf 867
122a7e46
SM
868*** Iswitchb is made obsolete by icomplete-mode.
869
770de7cf
CY
870*** longlines.el is obsolete; use visual-line-mode instead.
871
27c8b6eb
GM
872+++
873*** sup-mouse.el.
874
5ace6c29 875---
ce3e7725
CY
876*** terminal.el is obsolete; use term.el instead.
877
303ea1dd 878---
d29bf51c
SB
879*** The previous version of todo-mode.el is obsolete and renamed otodo-mode.el.
880
03f3b318 881---
d5081c1e 882*** xesam.el is obsolete, because the XESAM project has been canceled.
30bce3f0 883
4e16ddf4
GM
884+++
885*** yow.el is obsolete; use fortune.el or cookie1.el instead.
886
5313bbc7
GM
887---
888*** The Info-edit command is obsolete. Editing Info nodes by hand
889has not been relevant for some time.
890
4f0552c2 891\f
95a32efb 892* New Modes and Packages in Emacs 24.4
02f473a4 893
548a1b28 894+++
70c8f5ca
CY
895** New package `eww' is a built-in web browser.
896It is only available if Emacs is compiled with libxml2 support.
897
2040a2fe
GM
898** New minor mode `superword-mode'.
899This overrides the default word motion commands to treat "symbol_words"
900as a single word, similar to what `subword-mode' does.
002668e1 901
122ff675 902+++
70c8f5ca 903** New package nadvice.el offers lighter-weight advice facilities.
231d8498 904It is layered as:
2d3c36db
GM
905
906*** add-function/remove-function, which can be used to add/remove code on any
907function-carrying place, such as process-filters or `<foo>-function' hooks.
908
909*** advice-add/advice-remove to add/remove a piece of advice on a named
910function,much like `defadvice' does.
231d8498 911
70c8f5ca 912** New package frameset.el.
8cd4636c
JB
913It provides a set of operations to save a frameset (the state of all
914or a subset of the existing frames and windows, somewhat similar to a
915frame configuration), both in-session and persistently, and restore it
916at some point in the future.
917
fb830820 918+++
70c8f5ca
CY
919** New package filenotify.el provides an interface for file system
920notifications. It requires that Emacs be compiled with one of the
f1c7dee9
MA
921low-level libraries gfilenotify.c, inotify.c or w32notify.c.
922
c57b2d76 923\f
95a32efb 924* Incompatible Lisp Changes in Emacs 24.4
da03ef8a 925
c9352587 926---
2040a2fe 927** `kill-region' has lost its `yank-handler' optional argument.
3472b6c6 928
c9352587 929+++
2040a2fe
GM
930** `(input-pending-p)' no longer runs other timers that are ready to run.
931The new optional CHECK-TIMERS parameter allows for the prior behavior.
ef566920 932
81c7d631 933+++
a104f656
SM
934** `defvar' and `defcustom' in a let-binding affect the "external" default.
935
c9352587 936---
2040a2fe
GM
937** The syntax of ?» and ?« is now punctuation instead of matched parens.
938Some languages match those as »...«, and others as «...», so it is
939better for Emacs to stay neutral by default.
db3b7db5 940
b345c561 941---
70c8f5ca
CY
942** In compiled Lisp files, the header no longer includes a timestamp.
943
c9352587 944+++
0b31660d 945** The default file coding for Emacs Lisp files is now utf-8.
70c8f5ca
CY
946(See `file-coding-system-alist'.) In most cases, this change is
947transparent, but files that contain unusual characters without
948specifying an explicit coding system may fail to load with obscure
949errors. You should either convert them to utf-8 or add an explicit
950`coding:' cookie.
0b31660d 951
c9352587 952+++
70c8f5ca 953** `overriding-terminal-local-map' no longer replaces the local keymaps.
bfa3acd6
SM
954It used to disable the minor mode, major mode, and text-property keymaps,
955whereas now it simply has higher precedence.
956
a0eb10b3 957** Default process filters and sentinels are not nil any more.
2040a2fe 958Instead they default to a function that does what the nil value used to do.
1aa8d505 959
0f1d2934 960+++
25c09217 961** `read-event' does not return decoded chars in ttys any more.
0f1d2934
CY
962As was the case in Emacs 22 and before, the decoding of terminal
963input, according to `keyboard-coding-system', is not performed in
964`read-event' any more. But unlike in Emacs 22, this decoding is still
965done before input-decode-map, function-key-map, etc.
25c09217 966
c9352587 967---
2040a2fe 968** The option `inhibit-local-menu-bar-menus' has been removed.
99d0d6dc 969
c9352587
CY
970---
971** Frame-local variables that affect redisplay do not work any more.
2040a2fe 972More specifically, redisplay does not bother to check for a frame-local
e02230bf
SM
973value when looking up variables.
974
0f1d2934 975+++
642d7ae8 976** nil and "unbound" are indistinguishable in `symbol-function'.
0f1d2934
CY
977`symbol-function' does not signal a `void-function' error any more.
978To determine if a symbol's function definition is void, use `fboundp'.
eadf1faa 979
0f1d2934 980+++
3c442f8b
SM
981** `defadvice' does not honor the `freeze' flag and cannot advise
982special-forms any more.
7db1bda8 983
2200a8c9
CY
984---
985** `dolist' no longer binds VAR while evaluating the RESULT form,
986when lexical binding is enabled. Previously, VAR was bound to nil,
987which often led to spurious unused-variable warnings.
da03ef8a 988
81c7d631 989+++
7c3d167f
RF
990** The return value of `backup-buffer' has changed.
991The second argument is no longer an SELinux context, instead it is an
992alist of extended attributes as returned by the new function
993`file-extended-attributes'. The attributes can be applied to another
994file using `set-file-extended-attributes'.
995
de7ce2d1 996+++
a560b856
PE
997** By default `copy-file' no longer copies file permission bits to an
998existing destination; and it sets the file permission bits of a newly
999created destination to those of the source, masked by the default file
1000permissions. To copy the file permission bits, pass t as the
1001PRESERVE-PERMISSIONS argument of `copy-file'.
1002
4364185f 1003+++
954b166e
PE
1004** `visited-file-modtime' now returns -1 for nonexistent files.
1005Formerly it returned a list (-1 LOW USEC PSEC), but this was ambiguous
1006in the presence of files with negative time stamps.
1af4c220 1007
4364185f 1008+++
642d7ae8 1009** The cars of the elements in `interpreter-mode-alist' are now
4364185f 1010treated as regexps rather than literal strings.
1af4c220 1011
c57b2d76 1012\f
97a1cd9d 1013* Lisp Changes in Emacs 24.4
57618ecf 1014
362397ed 1015+++
642d7ae8
CY
1016** The second argument of `eval' can now specify a lexical environment.
1017
b345c561 1018+++
642d7ae8 1019** New functions `special-form-p' and `macrop'.
70c8f5ca
CY
1020
1021** New macro `define-alternatives' can be used to define generic commands.
1022Generic commands are interactive functions whose implementation can be
1023selected among several alternatives, as a matter of user preference.
1024
642d7ae8
CY
1025** The `defalias-fset-function' property lets you catch `defalias'
1026calls, and redirect them to your own function, instead of `fset'.
1027
05e8f1ae 1028+++
642d7ae8
CY
1029** New variable `enable-dir-local-variables'.
1030Directory-local variables are ignored if this is nil. This may be
1031useful for modes that want to ignore directory-locals while still
1032respecting file-local variables.
70c8f5ca 1033
642d7ae8
CY
1034+++
1035** New function `get-pos-property'.
70c8f5ca 1036
642d7ae8 1037** Completion changes
70c8f5ca 1038
642d7ae8
CY
1039*** The separator for `completing-read-multiple' can now be a regexp.
1040The default separator has been changed to allow surrounding spaces
1041around the comma.
70c8f5ca 1042
642d7ae8
CY
1043*** The `common-substring' arg of `display-completion-list' is obsolete.
1044Either use `completion-all-completions', which returns highlighted
1045strings (including for partial or substring completion), or call
1046`completion-hilit-commonality' to add the highlight.
1f41ee56 1047
b29daf07
GM
1048** New minor modes `prettify-symbols-mode' and `global-prettify-symbols-mode'
1049let you enable symbol prettification (replacing a string like "lambda" with
1050the Greek lambda character).
1051
642d7ae8 1052** Terminal changes
3472b6c6 1053
2b2d19f2 1054+++
642d7ae8
CY
1055*** Functions to pop up menus and dialogs now work on all terminals,
1056including TTYs. This includes `x-popup-menu', `x-popup-dialog',
1057`message-box', `yes-or-no-p', etc.
0a12fca0 1058
ffe759eb
EZ
1059The function `display-popup-menus-p' will now return non-nil for a
1060display or frame whenever a mouse is supported on that display or
1061frame.
1062
642d7ae8
CY
1063*** New hook `tty-setup-hook'.
1064
b29daf07
GM
1065** Window Handling
1066
1067*** New display action function `display-buffer-no-window' to not
1068display the buffer in a window.
1069
1070*** New display action alist entry `allow-no-window' to indicate the
1071caller of `display-buffer' is ready to handle the case of not
1072displaying the buffer in a window.
1073
642d7ae8
CY
1074** New hook `pre-redisplay-function'.
1075
8fc36a68 1076+++
a22359a7 1077** New bool-vector set operation functions
3e0b94e7
DC
1078*** `bool-vector-exclusive-or'
1079*** `bool-vector-union'
1080*** `bool-vector-intersection'
1081*** `bool-vector-set-difference'
1082*** `bool-vector-not'
25201ef0 1083*** `bool-vector-subsetp'
ec2c4ee6
PE
1084*** `bool-vector-count-consecutive'
1085*** `bool-vector-count-population'
3e0b94e7 1086
3fbba716 1087+++
2040a2fe 1088** Comparison functions =, <, >, <=, >= can now take many arguments.
ebb99847 1089
642d7ae8 1090** Error-handling changes
8c27f5ff 1091
54bd972f 1092+++
642d7ae8 1093*** New function `define-error'.
54bd972f 1094
1e548e40 1095+++
642d7ae8 1096*** `with-demoted-errors' takes an additional argument `format'.
7fd72e2c 1097
de0503df 1098+++
2040a2fe
GM
1099** New macro `with-eval-after-load'.
1100This is like the old `eval-after-load', but better behaved.
de0503df 1101
64295f83
GM
1102---
1103** New library subr-x.el with miscellaneous small utility functions
7b530552
BB
1104*** `hash-table-keys'
1105*** `hash-table-values'
ee325f58
GM
1106*** `string-blank-p'
1107*** `string-empty-p'
1108*** `string-join'
1109*** `string-reverse'
b55aea38
BB
1110*** `string-trim-left'
1111*** `string-trim-right'
1112*** `string-trim'
3cbfb935
BB
1113*** `string-remove-prefix'
1114*** `string-remove-suffix'
7b530552 1115
81c7d631 1116+++
a22359a7 1117** Obsoleted functions
89561f72 1118*** `log10'
dd8791e9
SM
1119*** `dont-compile'
1120*** `lisp-complete-symbol'
1121*** `field-complete'
1122*** `minibuffer-completion-contents'
66fc57e3
JL
1123*** `isearch-nonincremental-exit-minibuffer'
1124*** `isearch-filter-visible'
e3eb1bb7 1125*** `generic-make-keywords-list'
642d7ae8 1126*** `get-upcase-table' (use `case-table-get-table' instead).
d3e9f3a8 1127
d36ed1c8
SM
1128** `with-wrapper-hook' is obsoleted by `add-function'.
1129The few hooks that used with-wrapper-hook are replaced as follows:
1130*** `abbrev-expand-function' obsoletes `abbrev-expand-functions'.
1131*** `completion-in-region-function' obsoletes `completion-in-region-functions'.
1132*** `filter-buffer-substring-function' obsoletes `filter-buffer-substring-functions'.
1133
81c7d631 1134+++
2bb3a748 1135** `byte-compile-interactive-only-functions' is now obsolete.
81c7d631
CY
1136To specify that a command should only be called interactively, give it
1137a non-nil `interactive-only' property.
2bb3a748 1138
46291d11 1139+++
77c92cb9
RS
1140** `split-string' now takes an optional argument TRIM.
1141The value, if non-nil, is a regexp that specifies what to trim from
1142the start and end of each substring.
d36ed1c8 1143
fa49b469 1144+++
41ce6f70
BB
1145** New function `string-suffix-p'.
1146
70c8f5ca
CY
1147** File-handling changes
1148
882b0b86 1149+++
70c8f5ca 1150*** Support for filesystem notifications.
81606b10
RS
1151Emacs now supports notifications of filesystem changes, such as
1152creation, modification, and deletion of files. This requires the
2f23b3ab
MA
1153`glib' API, or the 'inotify' API (on GNU/Linux systems only). On
1154MS-Windows systems, this is supported for Windows XP and newer
1155versions.
81606b10 1156
882b0b86 1157+++
70c8f5ca
CY
1158*** The 9th element returned by `file-attributes' is now unspecified.
1159Formerly, it was t if the file's gid would change if file were deleted
1160and recreated. This value has been inaccurate for years on many
1161platforms, and nobody seems to have noticed or cared.
1162
882b0b86 1163+++
70c8f5ca 1164*** The 6th argument to `copy-file' has been renamed to
a560b856
PE
1165PRESERVE-PERMISSIONS as it now handles ACL entries and the traditional
1166Unix file permission bits as well as SELinux context.
70c8f5ca 1167
2d778742 1168+++
70c8f5ca
CY
1169*** The function `file-ownership-preserved-p' now has an optional
1170argument GROUP which causes it check for file group too. This can be
1171used in place of the 9th element of `file-attributes'.
1172
de7ce2d1 1173---
70c8f5ca
CY
1174*** The function `set-visited-file-modtime' now accepts a 0 or -1
1175argument, with the same interpretation as the returned value of
1176`visited-file-modtime'.
1177
2040a2fe 1178** Autorevert changes
add89f61
MA
1179
1180---
1181*** If Emacs is compiled with file notification support, notifications
1182are used instead of checking the time stamp of the files. You can
1183disable this by setting the user option `auto-revert-use-notify' to
1184nil. Alternatively, a regular expression of directories to be
1185excluded from file notifications can be specified by
1186`auto-revert-notify-exclude-dir-regexp'.
1187
1188---
1189*** The new user option `auto-revert-remote-files' enables reversion
1190of remote files when set to non-nil.
1191
1c4f115d
CY
1192** Face changes
1193
642d7ae8
CY
1194*** The function `face-spec-set' is now like `setq' for face specs.
1195Its third arg now accepts values specifying a face spec type (defface,
1196custom, or override spec), and the relevant spec is set accordingly.
1c4f115d 1197
2d778742 1198+++
70c8f5ca
CY
1199*** New function `add-face-text-property', which can be used to
1200conveniently prepend/append new face properties.
1201
1c4f115d
CY
1202*** Face specs set via Custom themes now replace the `defface' spec
1203rather than inheriting from it (as do face specs set via Customize).
1204
073ca75b
JL
1205*** New face characteristic (supports :underline (:style wave))
1206specifies whether or not the terminal can display a wavy line.
1207
2d778742 1208+++
3c334c14 1209*** New face spec attribute :distant-foreground
920d0654
XF
1210specifies foreground to use if background color is near the foreground
1211color that would otherwise have been used.
3c334c14 1212
f0c954fa
GM
1213** Image API
1214
1215+++
1216*** `image-animated-p' is now `image-multi-frame-p'.
1217It returns non-nil for any image that contains multiple frames,
1218whether or not it specifies a frame delay.
1219
1220+++
642d7ae8
CY
1221*** New variable `image-default-frame-delay' gives the frame delay for
1222animated images which do not specify a frame delay.
f0c954fa
GM
1223
1224+++
1225*** New functions `image-current-frame' and `image-show-frame' for getting
1226and setting the current frame of a multi-frame image.
1227
fa5265fc
DE
1228** EIEIO
1229
194a9710 1230+++
fa5265fc
DE
1231*** Namespace cleanup by obsolete-aliasing functions to use `eieio-' prefix.
1232**** object-name -> eieio-object-name
1233**** object-class -> eieio-object-class
1234**** object-class-fast -> eieio--object-class
194a9710 1235**** object-class-name -> eieio-object-class-name
fa5265fc
DE
1236**** object-name-string -> eieio-object-name-string
1237**** object-num-slots -> eieio--object-num-slots
1238**** object-set-name-string -> eieio-object-set-name-string
194a9710
DE
1239**** class-of -> eieio-object-class
1240**** class-name -> eieio-class-name
fa5265fc
DE
1241**** class-parent -> eieio-class-parent
1242**** class-parents -> eieio-class-parents
194a9710 1243**** class-parents-fast -> eieio-class-parents-fast
fa5265fc
DE
1244**** class-children -> eieio-class-children
1245**** class-num-slots -> eieio--class-num-slots
1246**** class-precedence-list -> eieio-class-precedence-list
194a9710
DE
1247**** class-direct-subclasses -> eieio-class-children
1248**** class-direct-superclasses -> eieio-class-parents
fa5265fc 1249
1b796d6b
EZ
1250** Changes in encoding and decoding of text
1251
1252---
1253*** New coding-system `prefer-utf-8'.
1254This is like `undecided' but prefers UTF-8 on decoding if the text to
1255be decoded does not contain any invalid UTF-8 sequences. On encoding,
1256any non-ASCII characters are automatically encoded as UTF-8.
1257
1258---
1259*** New attributes of coding-systems whose type is `undecided'.
1260Two new attributes, `:inhibit-null-byte-detection' and
1261`:inhibit-iso-escape-detection', determine how to detect encoding of
1262text that includes null bytes and ISO-2022 escape sequences,
1263respectively. Each of these attributes can be either nil, zero, or
1264t. If it is t, decoding text ignores null bytes and, respectively,
1265ISO-2022 sequences. If it is nil, null bytes cause text to be decoded
1266with no-conversion and ISO-2022 sequences cause Emacs to assume the
1267text is encoded in one of the ISO-2022 encodings, such as
1268iso-2022-7bit. If the value is zero, Emacs consults the variables
1269inhibit-null-byte-detection and inhibit-iso-escape-detection, which
1270see.
1271The new attribute `:prefer-utf-8', if non-nil, causes Emacs to prefer
1272UTF-8 encoding and decoding, whenever possible.
1273
1274These attributes are only meaningful for coding-systems of type
1275`undecided'. (The type of a coding-system is determined by its
1276`:coding-type' attribute and can be accessed by calling the
1277`coding-system-type' function.)
1278
96c983e0
GM
1279---
1280** The `time-to-seconds' alias to `float-time' is no longer marked obsolete.
70c8f5ca 1281
44fdad1c 1282+++
97976f9f
PE
1283** New functions `group-gid' and `group-real-gid'.
1284
a049cc96 1285---
73dbf960
PE
1286** The spelling of the rx.el category `chinese-two-byte' has been
1287corrected (the first 'e' was missing).
1288
ca5fd02c
GM
1289---
1290** Minor internal changes to the details of lock files.
1291The lock for DIR/FILE is now _always_ DIR/.#FILE.
1292If DIR/.#FILE already exists and is not an Emacs lock file,
1293Emacs makes no attempt to lock DIR/FILE. (Previously, it fell back to
1294numbered lock files DIR/.#FILE.0...).
1295On file systems that do not support symbolic links, the lock is now a
1296regular file with contents being what would have been in the symlink.
1297
8fa2654e
CS
1298** Changes to the Emacs Lisp Coding Conventions in Emacs 24.4
1299
44fdad1c 1300+++
8fa2654e 1301*** The package descriptor and name of global variables, constants,
0a2da075 1302and functions should be separated by two hyphens if the symbol is not
8fa2654e
CS
1303meant to be used by other packages.
1304
c57b2d76 1305\f
97a1cd9d 1306* Changes in Emacs 24.4 on Non-Free Operating Systems
95a32efb 1307
03f3b318 1308---
7605d081
GM
1309** The procedure for building Emacs on MS-Windows has changed.
1310It is now built by running the same configure script as on all other
1311platforms. This requires the MSYS environment and MinGW development
1312tools. See the updated instructions in nt/INSTALL for details.
671d4bfc
GM
1313
1314Using the Posix configure script and Makefile's also means a change in
1315the directory structure of the Emacs installation on Windows. It is
1316now the same as on GNU and Unix systems. In particular, the auxiliary
1317programs, such as cmdproxy.exe and hexl.exe, are in
1318libexec/emacs/VERSION/i686-pc-mingw32 (where VERSION is the Emacs
1319version), version-independent site-lisp is in share/emacs/site-lisp,
1320version-specific Lisp files are in share/emacs/VERSION/lisp and in
1321share/emacs/VERSION/site-lisp, Info docs are in share/info, and data
1322files are in share/emacs/VERSION/etc. (Emacs knows about all these
1323directories and will find the files in there automatically; there's no
1324need to set any variables due to this change.)
1325
7df14908
EZ
1326+++
1327** Emacs on Windows 2000 and later can now access files and directories
1328whose names cannot be encoded in the current system codepage.
1329
1330The new variable `w32-unicode-filenames' controls this feature: if it
1331is t, Emacs uses Unicode APIs to pass file names to system calls,
1332which lifts the limitation of file names to the current locale.
1333
5248293f
GM
1334+++
1335** The "generate a backtrace on fatal error" feature now works on MS Windows.
1336The backtrace is written to the 'emacs_backtrace.txt' file in the
1337directory where Emacs was running.
1338
8549f9e8
EZ
1339+++
1340** The variable `buffer-file-type' is no longer supported.
1341Setting it has no effect, and %t in the mode-line format is ignored.
1342Likewise, `file-name-buffer-file-type-alist' is now obsolete, and
1343modifying it has no effect.
1344
343a2aef
EZ
1345---
1346** Lock files now work on MS-Windows.
ca5fd02c 1347This helps to prevent losing your edits if the same file is being
343a2aef
EZ
1348edited in another Emacs session or by another user. See the node
1349"Interlocking" in the Emacs User Manual for the details. To disable
1350file locking, customize `create-lockfiles' to nil.
1351
2d3c36db
GM
1352** New Core Text based font backend for Mac OS X 10.5 and newer.
1353GNUstep and Mac OS X 10.4 use the old font backend.
1354To use the old backend by default, do on the command line:
1355% defaults write org.gnu.Emacs FontBackend ns
1356
c57b2d76 1357** Improved fullscreen support on Mac OS X.
2d3c36db
GM
1358Emacs supports both native (Mac OS X 10.7 and newer) and "old style" fullscreen.
1359Customize `ns-use-native-fullscreen' to change the style.
1360For Mac OS X 10.7 and newer, native is the default.
c57b2d76 1361
2d3c36db
GM
1362** On Mac OS X 10.7 and newer, Emacs uses sRGB colorspace by default.
1363Customize `ns-use-srgb-colorspace' to disable this. Note that this
1364does not apply to images.
41cf3d11 1365
95a32efb 1366\f
2a1e2476 1367* Installation Changes in Emacs 24.3
b8df54ff 1368
6bc66c10 1369** The default X toolkit is now Gtk+ version 3.
823b2fb6
GM
1370If you don't pass `--with-x-toolkit' to configure, or if you use
1371`--with-x-toolkit=gtk' or `--with-x-toolkit=yes', configure will try
1372to build with Gtk+ version 3, and if that fails, try Gtk+ version 2.
d71a6517 1373You can explicitly require a specific version by passing
823b2fb6 1374`--with-x-toolkit=gtk2' or `--with-x-toolkit=gtk3' to configure.
da3d2105 1375
6bc66c10 1376** New configure option `--enable-link-time-optimization', to utilize
da3d2105
DA
1377an appropriate feature provided by GCC since version 4.5.0.
1378
33cb2043
GM
1379** New configure option `--without-all' to disable most of the optional
1380features (image support, etc.) that are normally enabled by default.
b8df54ff 1381
33cb2043
GM
1382** New configure option `--enable-gcc-warnings' (for developing/debugging
1383Emacs). If building with GCC, this enables compile-time checks that
64420fcd
GM
1384warn/give errors about possibly-questionable C code. On a recent GNU
1385system there should be no warnings; on older and on non-GNU systems
1386the results may be useful to developers.
b8df54ff 1387
823b2fb6 1388** The configure option `--enable-use-lisp-union-type' has been
6bc66c10 1389renamed to `--enable-check-lisp-object-type', as the resulting
d71a6517
GM
1390Lisp_Object type no longer uses a union to implement the compile time
1391check that this option enables.
1392
823b2fb6 1393** The configure option `--disable-maintainer-mode' has been removed,
501390c5
PE
1394as it was confusingly-named and rarely useful.
1395
f14a4380
GM
1396** The configure options `--program-prefix', `--program-suffix', and
1397`--program-transform-name' apply to more than just the installed
1398binaries. Now they also affect the man pages, icons, and the
1399etc/emacs.desktop file; but not the info pages, since this would break
1400links between the various manuals.
1a9c6830 1401
823b2fb6
GM
1402** You can use `NO_BIN_LINK=t make install' to prevent the installation
1403overwriting "emacs" in the installation bin/ directory with a link
6bc66c10 1404to "emacs-VERSION".
823b2fb6 1405
a4a18b8b
GM
1406** Emacs uses libtinfo in preference to libncurses, if available.
1407
187e9b90
GM
1408** On FreeBSD and NetBSD, configure no longer adds /usr/local/lib and
1409/usr/pkg/lib to the linker search path. You must add them yourself if
1410you want them.
1411
6bc66c10 1412** The standalone scripts `rcs-checkin' and `vcdiff' have been removed
276d5f5d
GM
1413(from the bin and libexec directories, respectively). The former is
1414no longer relevant, the latter is replaced by lisp (in vc-sccs.el).
1415
a1ed8b05 1416\f
2a1e2476 1417* Startup Changes in Emacs 24.3
e5fcdb5e
GM
1418
1419** Emacs no longer searches for `leim-list.el' files beneath the standard
1420lisp/ directory. There should not be any there anyway. If you have
823b2fb6 1421been adding them there, put them somewhere else; e.g., site-lisp.
e5fcdb5e 1422
4107c81e
GM
1423** The `--no-site-lisp' command line option now works for Nextstep builds.
1424
a1ed8b05 1425\f
2a1e2476 1426* Changes in Emacs 24.3
a1ed8b05 1427
6bc66c10 1428** Help
c89926a5 1429
6bc66c10 1430*** `C-h f' (`describe-function') can now perform autoloading.
c89926a5
CY
1431When this command is called for an autoloaded function whose docstring
1432contains a key substitution construct, that function's library is
1433automatically loaded, so that the documentation can be shown
1434correctly. To disable this, set `help-enable-auto-load' to nil.
1435
1436*** `C-h f' now reports previously-autoloaded functions as "autoloaded",
1437even after their associated libraries have been loaded (and the
1438autoloads have been redefined as functions).
1439
6bc66c10 1440** ImageMagick
cd996018 1441
6bc66c10
GM
1442*** Images displayed via ImageMagick now support transparency and the
1443:background image specification property.
cd996018 1444
6bc66c10 1445*** When available, ImageMagick support is automatically enabled.
c505aaeb
CY
1446It is no longer necessary to call `imagemagick-register-types'
1447explicitly to install ImageMagick image types; that function is called
7d806bfe 1448automatically at startup, or when customizing an imagemagick- option.
2f940384 1449
c505aaeb 1450*** Setting `imagemagick-types-inhibit' to t now disables the use of
823b2fb6
GM
1451ImageMagick to view images. (You must call `imagemagick-register-types'
1452afterwards if you do not use customize to change this.)
2f940384 1453
7afbaca4 1454*** The new variable `imagemagick-enabled-types' also affects which
60b5f187
GM
1455ImageMagick types are treated as images. The function
1456`imagemagick-filter-types' returns the list of types that will be
1457treated as images.
c505aaeb 1458
6bc66c10
GM
1459** Minibuffer
1460
1461*** In minibuffer filename prompts, `C-M-f' and `C-M-b' now move to the
1462next and previous path separator, respectively.
c505aaeb 1463
6bc66c10
GM
1464*** `minibuffer-electric-default-mode' can shorten "(default ...)" to "[...]"
1465in minibuffer prompts. Just set `minibuffer-eldef-shorten-default'
1466non-nil before enabling the mode.
1467
1468** Mode line
1469
1470*** New option `mode-line-default-help-echo' specifies the help text
1471(shown in a tooltip or in the echo area) for any part of the mode line
1472that does not have its own specialized help text.
1473
1474*** You can now click mouse-3 in the coding system indicator to invoke
1475`set-buffer-file-coding-system'.
1476
1477** Server and client
2f940384 1478
f938eda9
CY
1479*** emacsclient now obeys string values for `initial-buffer-choice',
1480if it is told to open a new frame without specifying any file to visit
1481or expression to evaluate.
db80bdc8 1482
f938eda9 1483*** New option `server-auth-key' specifies a shared server key.
f938eda9
CY
1484
1485** Emacs now generates backtraces on fatal errors.
1486On encountering a fatal error, Emacs now outputs a textual description
1487of the fatal signal, and a short backtrace on platforms like glibc
5248293f 1488that support backtraces.
2e2d2a13 1489
6bc66c10
GM
1490** `C-x C-q' is now bound to the new minor mode `read-only-mode'.
1491This minor mode replaces `toggle-read-only', which is now obsolete.
1492
1493** Most `y-or-n' prompts now allow you to scroll the selected window.
1494Typing `C-v' or `M-v' at a y-or-n prompt scrolls forward or backward
1495respectively, without exiting from the prompt.
1496
1497** In the Package Menu, newly-available packages are listed as "new",
1498and sorted above the other "available" packages by default.
1499
9475054f 1500** If your Emacs was built from a repository checkout, the new variable
0bfbd67c 1501`emacs-bzr-version' contains information about the bzr revision used.
de6ff46d 1502
6bc66c10 1503** New option `create-lockfiles' specifies usage of lockfiles.
f938eda9
CY
1504It defaults to t. Changing it to nil inhibits the creation of lock
1505files (use this with caution).
dc0f75c8 1506
6bc66c10
GM
1507** New option `enable-remote-dir-locals', if non-nil, allows directory-local
1508variables on remote hosts.
21ffb35a 1509
f85f636a
CY
1510** The entry for PCL-CVS has been removed from the Tools menu.
1511The PCL-CVS commands are still available via the keyboard.
1512
6bc66c10
GM
1513** Using "unibyte: t" in Lisp source files is obsolete.
1514Use "coding: raw-text" instead.
1515
e78e7e48
CY
1516** In the buffer made by `M-x report-emacs-bug', the `C-c m' binding
1517has been changed to `C-c M-i' (`report-emacs-bug-insert-to-mailer').
1518The previous binding, introduced in Emacs 24.1, was a mistake, because
1519`C-c LETTER' bindings are reserved for user customizations.
1520
6bc66c10 1521** Internationalization
2f940384 1522
f938eda9 1523*** New language environment: Persian.
2f940384 1524
f938eda9
CY
1525*** New input method `vietnamese-vni'.
1526
6bc66c10 1527** Nextstep (GNUstep / Mac OS X) port
2f940384 1528
823b2fb6 1529*** Support for fullscreen and the frame parameter fullscreen.
2f940384 1530
1a9c6830
GM
1531*** A file dialog is used for open/save operations initiated from the
1532menu/toolbar.
1533
a1ed8b05 1534\f
2a1e2476 1535* Editing Changes in Emacs 24.3
c25df26e 1536
6bc66c10 1537** Search and Replace
d39d3c8e 1538
f938eda9
CY
1539*** Non-regexp Isearch now performs "lax" space matching.
1540Each sequence of spaces in the supplied search string may match any
1541sequence of one or more whitespace characters, as specified by the
1542variable `search-whitespace-regexp'. (This variable is also used by a
823b2fb6 1543similar existing feature for regexp Isearch.)
2f940384 1544
f938eda9
CY
1545*** New Isearch command `M-s SPC' toggles lax space matching.
1546This applies to both ordinary and regexp Isearch.
2f940384 1547
f938eda9
CY
1548*** New option `replace-lax-whitespace'.
1549If non-nil, `query-replace' uses flexible whitespace matching too.
1550The default is nil.
2f940384 1551
b9cb2387
JL
1552*** Global `M-s _' starts a symbol (identifier) incremental search,
1553and `M-s _' in Isearch toggles symbol search mode.
1554`M-s c' in Isearch toggles search case-sensitivity.
1555
6bc66c10 1556** Navigation commands
48de8b12 1557
6bc66c10
GM
1558*** New binding `M-g c' for `goto-char'.
1559
1560*** New binding `M-g TAB' for `move-to-column'.
1561
1562*** `M-g TAB' (`move-to-column') prompts for a column number if called
1563interactively with no prefix arg. Previously, it moved to column 1.
1564
1565** New option `yank-handled-properties' allows processing of text
1566properties on yanked text, in ways that are more general than just
1567removing them (as is done by `yank-excluded-properties').
48de8b12 1568
48de8b12
CY
1569** New option `delete-trailing-lines' specifies whether
1570M-x delete-trailing-whitespace should delete trailing lines at the end
1571of the buffer. It defaults to t.
1572
f938eda9 1573** `C-u M-=' now counts lines/words/characters in the entire buffer.
826b3235 1574
48de8b12
CY
1575** `C-x 8 RET' is now bound to `insert-char', which is now a command.
1576`ucs-insert' is now an obsolete alias for `insert-char'.
b2459884 1577
48de8b12
CY
1578** The `z' key no longer has a binding in most special modes.
1579It used to be bound to `kill-this-buffer', but `z' is too easy to
1580accidentally type.
f938eda9 1581
6bc66c10
GM
1582** New command `C-x r M-w' (`copy-rectangle-as-kill').
1583It copies the region-rectangle as the last rectangle kill.
f938eda9 1584
6bc66c10 1585** Registers
f938eda9 1586
823b2fb6 1587*** `C-x r +' is now overloaded to invoke `append-to-register'.
f938eda9 1588
f938eda9 1589*** New option `register-separator' specifies the register containing
823b2fb6
GM
1590the text to put between collected texts for use with
1591M-x append-to-register and M-x prepend-to-register.
f1f4dba0 1592
a1ed8b05 1593\f
2a1e2476 1594* Changes in Specialized Modes and Packages in Emacs 24.3
ae4969c2 1595
6bc66c10 1596** Common Lisp emulation (CL)
f938eda9 1597
89660017 1598*** CL's main entry is now (require 'cl-lib).
823b2fb6
GM
1599`cl-lib' is like the old `cl' except that it uses the namespace cleanly;
1600i.e., all its definitions have the "cl-" prefix (and internal definitions
1601use the "cl--" prefix).
7c1898a7 1602
823b2fb6
GM
1603If `cl' provided a feature under the name `foo', then `cl-lib'
1604provides it under the name `cl-foo' instead; with the exceptions of the
1605few `cl' definitions that had to use `foo*' to avoid conflicts with
1606pre-existing Elisp entities. These have been renamed to `cl-foo'
1607rather than `cl-foo*'.
7c1898a7 1608
92246540 1609The old `cl' is now deprecated and is mainly just a bunch of aliases that
823b2fb6 1610provide the old, non-prefixed names. Some exceptions are listed below:
7c1898a7 1611
89660017
SM
1612*** `cl-flet' is not like `flet' (which is deprecated).
1613Instead it obeys the behavior of Common-Lisp's `flet'.
e8693c96
GM
1614In particular, in cl-flet function definitions are lexically scoped,
1615whereas in flet the scoping is dynamic.
89660017
SM
1616
1617*** `cl-labels' is slightly different from `labels'.
823b2fb6
GM
1618The difference is that it relies on the `lexical-binding' machinery
1619(as opposed to the `lexical-let' machinery used previously) to capture
1620definitions in closures, so such closures will only work if `lexical-binding'
1621is in use.
89660017 1622
f94b04fc 1623*** `cl-letf' is not exactly like `letf'.
4ddedf94
GM
1624The only difference is in details that relate to some deprecated usage
1625of `symbol-function' in place forms.
f94b04fc 1626
89660017 1627*** `progv' was rewritten to use the `let' machinery.
823b2fb6
GM
1628A side effect is that variables without corresponding values are bound
1629to nil rather than being made unbound.
89660017 1630
9512f820
GM
1631*** The following methods of extending `setf' are obsolete
1632(use features from gv.el instead):
1633`define-modify-macro' (use `gv-letplace')
031b2ea7
GM
1634`defsetf' (use `gv-define-simple-setter' or `gv-define-setter')
1635`define-setf-expander' (use `gv-define-setter' or `gv-define-expander')
2b4da3ff 1636`get-setf-method' no longer exists (see "Incompatible Lisp Changes")
f94b04fc 1637
6bc66c10 1638** Diff mode
f938eda9 1639
6bc66c10
GM
1640*** Changes are now highlighted using the same color scheme as in
1641modern VCSes. Deletions are displayed in red (new faces
1642`diff-refine-removed' and `smerge-refined-removed', and new definition
1643of `diff-removed'), insertions in green (new faces `diff-refine-added'
1644and `smerge-refined-added', and new definition of `diff-added').
f938eda9 1645
6bc66c10
GM
1646*** The variable `diff-use-changed-face' defines whether to use the
1647face `diff-changed', or `diff-removed' and `diff-added' to highlight
1648changes in context diffs.
2f940384 1649
6bc66c10
GM
1650*** The new command `diff-delete-trailing-whitespace' removes trailing
1651whitespace introduced by a diff.
f938eda9 1652
6bc66c10
GM
1653** Ediff now uses the same color scheme as Diff mode.
1654
1655** Python mode
1656
1657A new version of python.el, which provides several new features, including:
1658per-buffer shells, better indentation, Python 3 support, and improved
1659shell-interaction compatible with iPython (and virtually any other
1660text based shell).
1661
1662*** Some user options have been replaced/renamed, including (old -> new):
1663**** python-indent -> python-indent-offset
1664**** python-guess-indent -> python-indent-guess-indent-offset
1665**** python-pdbtrack-do-tracking-p -> python-pdbtrack-activate
1666**** python-use-skeletons -> python-skeleton-autoinsert
1667
1668*** Some user options have been removed, including:
1669
1670**** `python-indent-string-contents': Strings are never indented.
1671
1672**** `python-honour-comment-indentation':
d5b1b1aa 1673Comments are always considered as indentation markers.
6bc66c10
GM
1674
1675**** `python-continuation-offset': Indentation is automatically
1676calculated in a pep8 compliant way depending on the context.
1677
1678**** `python-shell-prompt-alist', `python-shell-continuation-prompt-alist':
1679Have no direct mapping as the shell interaction is completely different.
1680
1681**** `python-python-command', `python-jython-command':
1682Replaced by `python-shell-interpreter'.
1683
1684**** `inferior-python-filter-regexp', `python-remove-cwd-from-path',
1685`python-pdbtrack-minor-mode-string', `python-source-modes':
1686No longer relevant.
1687
1688*** Some commands have been replaced (old -> new):
1689**** python-insert-class -> python-skeleton-class
1690**** python-insert-def -> python-skeleton-def
1691**** python-insert-for -> python-skeleton-for
1692**** python-insert-if -> python-skeleton-if
1693**** python-insert-try/except -> python-skeleton-try
1694**** python-insert-try/finally -> python-skeleton-try
1695**** python-insert-while -> python-skeleton-while
1696**** python-find-function -> python-nav-jump-to-defun
1697**** python-next-statement -> python-nav-forward-sentence
1698**** python-previous-statement -> python-nav-backward-sentence
1699**** python-beginning-of-defun-function -> python-nav-beginning-of-defun
1700**** python-end-of-defun-function -> python-nav-end-of-defun
1701**** python-send-buffer -> python-shell-send-buffer
1702**** python-send-defun -> python-shell-send-defun
1703**** python-send-region -> python-shell-send-region
1704**** python-send-region-and-go -> emulate with python-shell-send-region
1705and python-shell-switch-to-shell
1706**** python-send-string -> python-shell-send-string
1707**** python-switch-to-python -> python-shell-switch-to-shell
1708**** python-describe-symbol -> python-eldoc-at-point
e76f0800 1709
f938eda9
CY
1710** D-Bus
1711
f938eda9
CY
1712*** New variables `dbus-compiled-version' and `dbus-runtime-version'.
1713
f938eda9
CY
1714*** The D-Bus object manager interface is implemented.
1715
f938eda9
CY
1716*** Variables of type :(u)int32 and :(u)int64 accept floating points,
1717if their value does not fit into Emacs's integer range.
1718
823b2fb6
GM
1719*** The function `dbus-call-method' is now non-blocking.
1720It can be interrupted by `C-g'. `dbus-call-method-non-blocking' is obsolete.
f938eda9 1721
823b2fb6 1722*** Signals can also be sent as unicast messages.
f938eda9 1723
f938eda9 1724*** The argument list of `dbus-register-signal' has been extended,
6bc66c10 1725according to the new match rule types of D-Bus.
f938eda9 1726
f938eda9
CY
1727*** `dbus-init-bus' supports private connections.
1728
f938eda9
CY
1729*** There is a new function `dbus-setenv'.
1730
6bc66c10
GM
1731** `desktop-path' no longer includes the "." directory.
1732Desktop files are now located in ~/.emacs.d by default.
f938eda9
CY
1733
1734** Dired
2f940384 1735
f938eda9
CY
1736*** `dired-do-async-shell-command' executes each file sequentially
1737if the command ends in `;' (when operating on multiple files).
1738Otherwise, it executes the command on each file in parallel.
2f940384 1739
823b2fb6
GM
1740*** Typing `M-n' in the minibuffer of `dired-do-chmod', `dired-do-chgrp',
1741`dired-do-chown', and `dired-do-touch' yanks the attributes of the
f938eda9 1742file at point.
2f940384 1743
f938eda9 1744*** When the region is active, `m' (`dired-mark'), `u' (`dired-unmark'),
823b2fb6 1745`DEL' (`dired-unmark-backward'), and `d' (`dired-flag-file-deletion')
f938eda9 1746mark/unmark/flag all files in the active region.
2f940384 1747
88c45e34 1748*** The minibuffer default for `=' (`dired-diff') has changed.
f938eda9
CY
1749It is now the backup file for the file at point, if one exists.
1750In Transient Mark mode the default is the file at the active mark.
2f940384 1751
f938eda9
CY
1752*** `M-=' is no longer bound to `dired-backup-diff' in Dired buffers.
1753The global binding for `M-=', `count-words-region' is in effect.
1754
02969baf
GM
1755** ERC
1756
6e5e9b70
GM
1757*** New module "notifications", which can send a notification when you
1758receive a private message or your nickname is mentioned.
02969baf
GM
1759
1760*** ERC will look up server/channel names via auth-source and use any
1761channel keys found.
f938eda9 1762
274f5de6
GM
1763*** New option `erc-lurker-hide-list', similar to `erc-hide-list', but
1764only applies to messages sent by lurkers.
f925b109 1765
6bc66c10 1766** reStructuredText mode
f938eda9 1767
6bc66c10
GM
1768*** Keybindings (see `C-c C-h'), TAB indentation, filling and auto-filling,
1769fontification, comment handling, and customization have all been revised
1770and improved.
f938eda9 1771
6bc66c10 1772*** Support for `imenu' and `which-function-mode'.
f938eda9 1773
6bc66c10
GM
1774*** The reStructuredText syntax is more closely covered.
1775Sphinx support has been improved.
f938eda9 1776
6bc66c10 1777*** `rst-insert-list' inserts new list or continues existing lists.
f938eda9 1778
6bc66c10 1779*** A negative prefix argument always works for `rst-adjust'.
f938eda9 1780
6bc66c10 1781*** The window configuration is reset after displaying a TOC.
bc7be45d 1782
6bc66c10 1783*** The constant `rst-version' describes the rst.el package version.
358c19d9 1784
dba3cda3
GM
1785** Ruby mode
1786
1787*** Support for percent literals and recognition of regular expressions
1788in method calls without parentheses with more methods, including Cucumber
1789steps definitions.
1790
1791*** Improved syntax highlighting and indentation.
1792
1793*** New command `ruby-toggle-block', bound to `C-c {'.
1794
1795*** Some non-standard keybindings/commands have been removed:
1796
1797**** `ruby-electric-brace'; use `electric-indent-mode' instead.
1798
1799**** `ruby-mark-defun'; use `mark-defun'.
1800
1801**** `ruby-beginning-of-defun' and `ruby-end-of-defun' are replaced by
1802appropriate settings for the variables `beginning-of-defun-function'
1803and `end-of-defun-function'.
1804
1805**** Non-standard keybindings for `backward-kill-word', `comment-region',
1806`reindent-then-newline-and-indent' and `newline' have been removed.
1807
6bc66c10 1808** Shell Script mode
40d8bcb8 1809
6bc66c10 1810*** Pairing of parens/quotes uses `electric-pair-mode' instead of skeleton-pair.
40d8bcb8 1811
6bc66c10 1812*** `sh-electric-here-document-mode' now controls auto-insertion of here-docs.
40d8bcb8 1813
6bc66c10 1814*** `sh-use-smie' lets you choose a new indentation and navigation code.
40d8bcb8 1815
6bc66c10 1816** VHDL mode
40d8bcb8 1817
6bc66c10 1818*** The free software compiler GHDL is supported (and now the default).
40d8bcb8 1819
6bc66c10 1820*** Support for the VHDL-AMS packages has been added/updated.
40d8bcb8 1821
6bc66c10 1822*** Updated to the 2002 revision of the VHDL standard.
40d8bcb8 1823
6bc66c10 1824*** Accepts \r and \f as whitespace.
40d8bcb8 1825
6bc66c10 1826** Apropos
40d8bcb8 1827
6bc66c10
GM
1828*** The faces used by Apropos are now directly customizable.
1829These faces are named `apropos-symbol', `apropos-keybinding', and so on;
1830see the `apropos' Custom group for details.
d13c8be6 1831
6bc66c10
GM
1832*** The old options whose values specified faces to use have been removed
1833(i.e. `apropos-symbol-face', `apropos-keybinding-face', etc.).
d13c8be6 1834
6bc66c10 1835** Buffer Menu
d13c8be6 1836
6bc66c10 1837*** This package has been rewritten to use Tabulated List mode.
d13c8be6 1838
6bc66c10
GM
1839*** Option `Buffer-menu-buffer+size-width' is now obsolete.
1840Use `Buffer-menu-name-width' and `Buffer-menu-size-width' instead.
d13c8be6 1841
86e100a6
GM
1842** Calc
1843
1844*** Algebraic simplification mode is now the default.
1845To restrict to the limited simplifications given by the former
1846default simplification mode, use `m I'.
1847
6bc66c10 1848** Calendar
d13c8be6 1849
6bc66c10
GM
1850*** You can customize the header text that appears above each calendar month.
1851See the variable `calendar-month-header'.
d13c8be6 1852
6bc66c10 1853*** New LaTeX calendar style, produced by `cal-tex-cursor-week2-summary'.
ee97deee 1854
6bc66c10
GM
1855*** The calendars produced by cal-html include holidays.
1856Customize `cal-html-holidays' to change this.
8b0823d6 1857
0058cae2
GM
1858** CEDET
1859
1860*** The major modes from the parser generators "Bovine" and "Wisent"
1861are now properly integrated in Emacs. The file suffixes ".by" and ".wy"
1862are in `auto-mode-alist', and the corresponding manuals are included.
1863
1864*** EDE
1865
1866**** Menu support for the "Configuration" feature. This allows users to
1867choose the active configuration (such as debug or install) from the menu.
1868
1869**** New command `ede-set' to interactively set project-local variables.
1870
1871**** Support for compiling, debugging, and running in "generic" projects.
1872
1873**** Autoconf editing support for M4 macros with complex arguments.
1874
1875**** Compilation support for the "linux" project type.
1876
1877**** "simple" projects have been removed; use "generic" projects instead.
1878
1879*** Semantic
1880
1881**** Support for parsing #include statements inside a namespace in C/C++.
1882
1883**** Improved support for 'extern "C"' declarations in C/C++.
1884
1885**** The ability to ignore more common special C/C++ preprocessor symbols,
1886such as '__nonnull' and '__asm'. Add '__cplusplus' macro when parsing C++.
1887If available, include cdefs.h as an additional source of preprocessor symbols.
1888
1889**** Improved C/C++ function pointer parsing.
1890
1891**** In Python, support for converting imports to include file names.
1892
1893**** Ability to dynamically determine the Python load path.
1894
1895**** Support for the Python 'WITH' and 'AT' keywords.
1896
1897**** Improved tooltip completion.
1898
1899*** SRecode
1900
1901**** The SRecode manual is now included.
1902
1903**** Tag generation supports constructor/destructor settings and system
1904include differentiation.
1905
1906**** Addition of 'Framework' support: Frameworks are specified when a
1907particular kind of library (such as Android) is needed in a common language
1908mode (like Java).
1909
1910**** Support for nested templates and let variables override based on priority.
1911
1912**** Support for merging tables from multiple related modes, such as
1913default -> c++ -> arduino.
1914
6bc66c10 1915** Compile has a new option `compilation-always-kill'.
42917e79 1916
6bc66c10 1917** Customize
35d98877 1918
6bc66c10 1919*** `custom-reset-button-menu' now defaults to t.
35d98877 1920
6bc66c10
GM
1921*** Non-option variables are never matched in `customize-apropos' and
1922`customize-apropos-options' (i.e., the prefix argument does nothing for
1923these commands now).
782fbf2a 1924
f938eda9 1925** Term
782fbf2a 1926
823b2fb6
GM
1927*** The variables `term-default-fg-color' and `term-default-bg-color'
1928are now deprecated in favor of the customizable face `term'.
fc72b15c 1929
02969baf
GM
1930*** You can customize how to display ANSI terminal colors and styles
1931by customizing the corresponding `term-color-<COLOR>',
1932`term-color-underline' and `term-color-bold' faces.
cf20dee0 1933
05ecb497 1934** Tramp
2f940384 1935
02969baf 1936*** The syntax has been extended in order to allow ad-hoc proxy definitions.
05ecb497 1937
823b2fb6 1938*** Remote processes are now also supported on remote MS-Windows hosts.
05ecb497 1939
ce7b18ec 1940** URL
2f940384 1941
ce7b18ec
CY
1942*** Structs made by `url-generic-parse-url' have nil `attributes' slot.
1943Previously, this slot stored semicolon-separated attribute-value pairs
1944appended to some imap URLs, but this is not compatible with RFC 3986.
823b2fb6 1945So now the `filename' slot stores the entire path and query components,
ce7b18ec 1946and the `attributes' slot is always nil.
2f940384 1947
ce7b18ec
CY
1948*** New function `url-encode-url' for encoding a URI string.
1949The `url-retrieve' function now uses this to encode its URL argument,
1950in case that is not properly encoded.
1951
6bc66c10
GM
1952** notifications.el supports now version 1.2 of the Notifications API.
1953The function `notifications-get-capabilities' returns the supported
1954server properties.
f938eda9 1955
6bc66c10
GM
1956** Flymake uses fringe bitmaps to indicate errors and warnings.
1957See `flymake-fringe-indicator-position', `flymake-error-bitmap' and
1958`flymake-warning-bitmap'.
f938eda9 1959
6bc66c10
GM
1960** The FFAP option `ffap-url-unwrap-remote' can now be a list of strings,
1961specifying URL types that should be converted to remote file names at
1962the FFAP prompt. The default is now '("ftp").
f938eda9 1963
6bc66c10
GM
1964** New Ibuffer `derived-mode' filter, bound to `/ M'.
1965The old binding for `/ M' (filter by used-mode) is now bound to `/ m'.
f938eda9 1966
6bc66c10
GM
1967** New option `mouse-avoidance-banish-position' specifies where the
1968`banish' mouse avoidance setting moves the mouse.
ce7b18ec 1969
6bc66c10
GM
1970** In Perl mode, new option `perl-indent-parens-as-block' causes non-block
1971closing brackets to be aligned with the line of the opening bracket.
f938eda9 1972
6bc66c10 1973** In Proced mode, new command `proced-renice' renices marked processes.
f938eda9 1974
6bc66c10
GM
1975** New option `async-shell-command-buffer' specifies the buffer to use
1976for a new asynchronous `shell-command' when the default output buffer
1977`*Async Shell Command*' is already in use.
f938eda9 1978
6bc66c10
GM
1979** SQL mode has a new option `sql-db2-escape-newlines'.
1980If non-nil, newlines sent to the command interpreter will be escaped
1981by a backslash. The default does not escape the newlines and assumes
1982that the sql statement will be terminated by a semicolon.
f938eda9 1983
6bc66c10
GM
1984** New command `tabulated-list-sort', bound to `S' in Tabulated List mode
1985(and modes that derive from it), sorts the column at point, or the Nth
1986column if a numeric prefix argument is given.
f938eda9 1987
02969baf 1988** `which-func-modes' now defaults to t, so Which Function mode, when
05b621a6 1989enabled, applies to all applicable major modes.
f938eda9 1990
6bc66c10 1991** `winner-mode-hook' now runs when the mode is disabled, as well as when
823b2fb6 1992it is enabled.
f938eda9 1993
6bc66c10
GM
1994** Follow mode no longer works by using advice.
1995The option `follow-intercept-processes' has been removed.
1996
1997** `javascript-generic-mode' is now an obsolete alias for `js-mode'.
f938eda9 1998
d1069532
SM
1999** Hooks renamed to avoid obsolete "-hooks" suffix:
2000*** semantic-lex-reset-hooks -> semantic-lex-reset-functions
2001*** semantic-change-hooks -> semantic-change-functions
2002*** semantic-edits-new-change-hooks -> semantic-edits-new-change-functions
2003*** semantic-edits-delete-change-hooks -> semantic-edits-delete-change-functions
2004*** semantic-edits-reparse-change-hooks -> semantic-edits-reparse-change-functions
2005*** semanticdb-save-database-hooks -> semanticdb-save-database-functions
2006*** c-prepare-bug-report-hooks -> c-prepare-bug-report-hook
2007*** rcirc-sentinel-hooks -> rcirc-sentinel-functions
2008*** rcirc-receive-message-hooks -> rcirc-receive-message-functions
2009*** rcirc-activity-hooks -> rcirc-activity-functions
2010*** rcirc-print-hooks -> rcirc-print-functions
2011*** dbus-event-error-hooks -> dbus-event-error-functions
2012*** eieio-pre-method-execution-hooks -> eieio-pre-method-execution-functions
2013*** checkdoc-style-hooks -> checkdoc-style-functions
2014*** checkdoc-comment-style-hooks -> checkdoc-comment-style-functions
2015*** archive-extract-hooks -> archive-extract-hook
2016*** filesets-cache-fill-content-hooks -> filesets-cache-fill-content-hook
2017*** hfy-post-html-hooks -> hfy-post-html-hook
2018*** nndiary-request-create-group-hooks -> nndiary-request-create-group-functions
2019*** nndiary-request-update-info-hooks -> nndiary-request-update-info-functions
2020*** nndiary-request-accept-article-hooks -> nndiary-request-accept-article-functions
2021*** gnus-subscribe-newsgroup-hooks -> gnus-subscribe-newsgroup-functions
f938eda9 2022
6bc66c10 2023** Obsolete packages
2f940384 2024
797e6e88
SM
2025*** assoc.el
2026In most cases, assoc+member+push+delq work just as well.
2027And in any case it's just a terrible package: ugly semantics, terrible
2028inefficiency, and not namespace-clean.
3c74813a 2029*** bruce.el
b4617547 2030*** cust-print.el
daed4003 2031*** ledit.el
82f289a4 2032*** mailpost.el
d57de7fe 2033*** mouse-sel.el
3c74813a 2034*** patcomp.el
1a9c6830 2035
a1ed8b05 2036\f
2a1e2476 2037* Incompatible Lisp Changes in Emacs 24.3
b4d3bc10 2038
6bc66c10
GM
2039** Docstrings starting with `*' no longer indicate user options.
2040Only variables defined using `defcustom' are considered user options.
2041The function `user-variable-p' is now an obsolete alias for
2042`custom-variable-p'.
090cf9db 2043
6bc66c10
GM
2044** The return values of `defalias', `defun' and `defmacro' have changed,
2045and are now undefined. For backwards compatibility, `defun' and
2046`defmacro' currently return the name of the newly defined
2047function/macro, but this should not be relied upon.
090cf9db 2048
823b2fb6
GM
2049** `random' by default now returns a different random sequence in
2050every Emacs run. Use `(random S)', where S is a string, to set the
0e23ef9d
PE
2051random seed to a value based on S, in order to get a repeatable
2052sequence in later calls.
2053
d32e47af
LM
2054** If the NEWTEXT arg to `replace-match' contains a substring "\?",
2055that substring is inserted literally even if the LITERAL arg is
2056non-nil, instead of causing an error to be signaled.
2057
2cec368c
MR
2058** `select-window' now always makes the window's buffer current.
2059It does so even if the window was selected before.
2060
6bc66c10
GM
2061** The function `x-select-font' can return a font spec, instead of a
2062font name as a string. Whether it returns a font spec or a font name
2063depends on the graphical library.
bbf908bc 2064
eeddc531
CY
2065** `face-spec-set' no longer sets frame-specific attributes when the
2066third argument is a frame (that usage was obsolete since Emacs 22.2).
2067
6bc66c10 2068** `set-buffer-multibyte' now signals an error in narrowed buffers.
a59d531e 2069
ab7f1c43
GM
2070** The CL package's `get-setf-method' function no longer exists.
2071Generalized variables are now part of core Emacs Lisp, and implemented
2072differently to the way cl.el used to do it. It is not possible to
2073define a compatible replacement for `get-setf-method'. See the file
2074gv.el for internal details of the new implementation.
2075
6bc66c10
GM
2076** The arguments of `dbus-register-signal' are no longer just strings,
2077but keywords or keyword-string pairs. The old argument list will
2078still be supported for Emacs 24.x.
72b255c7 2079
6bc66c10 2080** Miscellaneous name changes
823b2fb6
GM
2081Some Lisp symbols have been renamed to correct their spelling,
2082or to be more consistent with standard Emacs terminology.
72b255c7 2083
72b255c7 2084*** Renamed functions
72b255c7
PE
2085**** hangul-input-method-inactivate -> hangul-input-method-deactivate
2086**** inactivate-input-method -> deactivate-input-method
2087**** quail-inactivate -> quail-deactivate
2088**** robin-inactivate -> robin-deactivate
2089**** viper-inactivate-input-method -> viper-deactivate-input-method
2090**** viper-inactivate-input-method-action ->
2091 viper-deactivate-input-method-action
2092**** ucs-input-inactivate -> ucs-input-deactivate
2093
2094*** Renamed hooks
2095The old hooks are still supported for backward compatibility, but they
2096are deprecated and will be removed eventually.
72b255c7
PE
2097**** input-method-inactivate-hook -> input-method-deactivate-hook
2098**** robin-inactivate-hook -> robin-deactivate-hook
2099**** quail-inactivate-hook -> quail-deactivate-hook
2100
6bc66c10 2101*** Renamed variables
72b255c7
PE
2102**** follow-deactive-menu -> follow-inactive-menu
2103**** inactivate-current-input-method-function ->
2104 deactivate-current-input-method-function
2105
02969baf
GM
2106** Some obsolete functions, variables, and faces have been removed:
2107*** `last-input-char', `last-command-char', `unread-command-char'
78f3273a
CY
2108*** `facemenu-unlisted-faces'
2109*** `rmail-decode-mime-charset'
a5f2b6ec
CY
2110*** `iswitchb-read-buffer'
2111*** `sc-version', `sc-submit-bug-report'
2112*** `set-char-table-default'
02969baf 2113*** `string-to-sequence' (use `string-to-list' or `string-to-vector')
a5f2b6ec 2114*** `compile-internal'
02969baf 2115*** `modeline'
59f7af81 2116*** `mode-line-inverse-video'
02969baf 2117*** `follow-mode-off-hook'
a5f2b6ec 2118*** `cvs-commit-buffer-require-final-newline'
63820c5c 2119(use `log-edit-require-final-newline' instead)
a5f2b6ec
CY
2120*** `cvs-changelog-full-paragraphs'
2121(use `log-edit-changelog-full-paragraphs' instead)
2122*** `cvs-diff-ignore-marks', `cvs-diff-buffer-name'
2123*** `vc-ignore-vc-files' (use `vc-handled-backends' instead)
2124*** `vc-master-templates' (use `vc-handled-backends' instead)
2125*** `vc-checkout-carefully'
78f3273a 2126
a1ed8b05 2127\f
93e0bed6 2128* Lisp Changes in Emacs 24.3
ef24141c 2129
2ee3d7f0 2130** CL-style generalized variables are now in core Elisp.
f938eda9 2131`setf' is autoloaded; `push' and `pop' accept generalized variables.
ebdbfb95
GM
2132You can define your own generalized variables using `gv-define-simple-setter',
2133`gv-define-setter', etc.
2ee3d7f0 2134
6bc66c10
GM
2135** Emacs tries to macroexpand interpreted (non-compiled) files during load.
2136This can significantly speed up execution of non-byte-compiled code,
2137but can also bump into previously unnoticed cyclic dependencies.
2138These are generally harmless: they will simply cause the macro calls
2139to be left for later expansion (as before), but will result in a
2140warning ("Eager macro-expansion skipped due to cycle") describing the cycle.
2141You may wish to restructure your code so this does not happen.
2142
2143** New sampling-based Elisp profiler.
2144Try M-x profiler-start, do some work, and then call M-x profiler-report.
2145When finished, use M-x profiler-stop. The sampling rate can be based on
2146CPU time or memory allocations.
2147
500fcedc
SM
2148** `defun' also accepts a (declare DECLS) form, like `defmacro'.
2149The interpretation of the DECLS is determined by `defun-declarations-alist'.
2150
6bc66c10
GM
2151** New macros `setq-local' and `defvar-local'.
2152
2153** Face underlining can now use a wave.
2f940384 2154
6bc66c10 2155** `read-regexp' has a new argument HISTORY; the first argument PROMPT
cd996018 2156of `read-regexp' accepts a string ending with a colon and space, and its
823b2fb6 2157second argument DEFAULTS can be a list of strings accessible via `M-n'
cd996018
CY
2158in the minibuffer ahead of other hard-coded useful regexp-related values.
2159More commands use `read-regexp' now to read their regexp arguments.
2160
f938eda9 2161** Completion
500fcedc 2162
f938eda9
CY
2163*** New function `completion-table-with-quoting' to handle completion
2164in the presence of quoting, such as file completion in shell buffers.
f95e9344 2165
f938eda9
CY
2166*** New function `completion-table-subvert' to use an existing completion
2167table, but with a different prefix.
2168
6bc66c10 2169** Debugger
f95e9344 2170
f938eda9
CY
2171*** New error type and new function `user-error'.
2172These do not trigger the debugger.
f95e9344 2173
57fc0fee
GM
2174*** New option `debugger-bury-or-kill', saying what to do with the
2175debugger buffer when exiting debug.
45b82ad0
SM
2176
2177*** Set `debug-on-message' to enter the debugger when a certain
2178message is displayed in the echo area. This can be useful when trying
2179to work out which code is doing something.
2f940384 2180
45b82ad0
SM
2181*** New var `inhibit-debugger', automatically set to prevent accidental
2182recursive invocations.
fa2bcf43 2183
6bc66c10 2184** Window handling
2f940384 2185
6bc66c10
GM
2186*** New command `fit-frame-to-buffer' adjusts the frame height to
2187fit the contents.
2f940384 2188
6bc66c10
GM
2189*** The command `fit-window-to-buffer' can adjust the frame height
2190if the new option `fit-frame-to-buffer' is non-nil.
8e17c9ba 2191
7fe37cfc
GM
2192*** New macro `with-temp-buffer-window', similar to
2193`with-output-to-temp-buffer'.
fa2bcf43 2194
8e17c9ba
MR
2195*** `temp-buffer-resize-mode' no longer resizes windows that have been
2196reused.
c5e28e39 2197
823b2fb6 2198*** New option `switch-to-buffer-preserve-window-point' to restore a
43bcfda6 2199window's point when switching buffers.
7c82753d 2200
6bc66c10
GM
2201*** New display action alist entries `window-height' and `window-width'
2202specify the size of new windows created by `display-buffer'.
2203
2204*** New display action alist entry `pop-up-frame-parameters', if
2205non-nil, specifies frame parameters to give any newly-created frame.
7c82753d 2206
fa2bcf43
MR
2207*** New display action alist entry `inhibit-switch-frame', if non-nil,
2208tells display action functions to avoid changing which frame is
2209selected.
2f940384 2210
fa2bcf43
MR
2211*** New display action alist entry `previous-window', if non-nil,
2212specifies window to reuse in `display-buffer-in-previous-window'.
2f940384 2213
6bc66c10
GM
2214*** New display action functions `display-buffer-below-selected',
2215and `display-buffer-in-previous-window'.
2216
2217*** The functions `get-lru-window', `get-mru-window' and `get-largest-window'
2218now accept a third argument to avoid choosing the selected window.
2219
2220*** Additional values recognized for option `window-combination-limit'.
5938d519 2221
77f1f99c
CY
2222*** The following variables are obsolete, as they can be replaced by
2223appropriate entries in the `display-buffer-alist' function introduced
2224in Emacs 24.1:
823b2fb6 2225**** `dired-shrink-to-fit'
77f1f99c 2226**** `display-buffer-reuse-frames'
823b2fb6 2227**** `display-buffer-function'
77f1f99c 2228**** `special-display-buffer-names'
823b2fb6 2229**** `special-display-frame-alist'
77f1f99c 2230**** `special-display-function'
823b2fb6 2231**** `special-display-regexps'
77f1f99c 2232
ab0fa4e4 2233** Time
2f940384 2234
ab0fa4e4
PE
2235*** `current-time-string' no longer requires that its argument's year
2236must be in the range 1000..9999. It now works with any year supported
2237by the underlying C implementation.
2f940384 2238
f938eda9
CY
2239*** `current-time' now returns extended-format time stamps
2240(HIGH LOW USEC PSEC), where the new PSEC slot specifies picoseconds.
2241PSEC is typically a multiple of 1000 on current machines. Other
823b2fb6
GM
2242functions that use this format, such as `file-attributes' and
2243`format-time-string', have been changed accordingly. Old-format time
f938eda9 2244stamps are still accepted.
2f940384 2245
823b2fb6 2246*** The format of timers in `timer-list' and `timer-idle-list' is now
f938eda9
CY
2247[TRIGGERED-P HI-SECS LO-SECS USECS REPEAT-DELAY FUNCTION ARGS IDLE-DELAY PSECS].
2248The PSECS slot is new, and uses picosecond resolution. It can be
823b2fb6 2249accessed via the new `timer--psecs' accessor.
2f940384 2250
c4132fd4
PE
2251*** Last-modified time stamps in undo lists now are of the form
2252(t HI-SECS LO-SECS USECS PSECS) instead of (t HI-SECS . LO-SECS).
2253
0058cae2
GM
2254** EIEIO
2255
2256*** Improved security when handling persistent objects:
2257
2258**** `eieio-persistent-read' now features optional arguments for specifying
2259the class to load, as well as a flag stating whether subclasses are allowed;
2260if provided, other classes will be rejected by the reader. For
2261compatibility with existing code, if the class is omitted only a
2262warning is issued.
2263
2264**** New specialized reader for pulling in classes and signaling errors
2265without evaluation of suspicious code.
2266
2267**** All slots that contain objects must have a :type. Slots with lists
2268of objects must use a new type predicate for a list of an object type.
2269
2270*** Support for `find-function' and similar utilities, through the addition
2271of filename support to generated symbols.
2272
f938eda9 2273** Floating point functions now always return special values like NaN,
823b2fb6 2274instead of signaling errors, if given invalid args; e.g., (log -1.0).
f938eda9
CY
2275Previously, they returned NaNs on some platforms but signaled errors
2276on others. The affected functions are acos, asin, tan, exp, expt,
2277log, log10, sqrt, and mod.
2278
6bc66c10 2279** New fringe bitmap `exclamation-mark'.
f938eda9 2280
6bc66c10
GM
2281** Miscellaneous changes to special forms and macros
2282
2283*** `defun' and `defmacro' are now macros rather than special forms.
2284
2285*** `kbd' is now a function rather than a macro.
2286
2287** Miscellaneous new functions
2288
b29daf07
GM
2289*** `set-temporary-overlay-map' sets up a temporary keymap that
2290takes precedence over most other maps for a short while (normally one key).
f938eda9 2291
847a0561 2292*** `autoloadp' tests if its argument is an autoloaded object.
2f940384 2293
847a0561 2294*** `autoload-do-load' performs the autoloading operation.
2f940384 2295
f938eda9 2296*** `buffer-narrowed-p' tests if the buffer is narrowed.
2f940384 2297
f938eda9 2298*** `file-name-base' returns a file name sans directory and extension.
2f940384 2299
f938eda9 2300*** `function-get' fetches a function property, following aliases.
c990426a 2301
f938eda9 2302*** `posnp' tests if an object is a `posn'.
f938eda9 2303
f938eda9 2304*** `system-users' returns the user names on the system.
547d6865 2305
f938eda9 2306*** `system-groups' returns the group names on the system.
f938eda9 2307
f938eda9 2308*** `tty-top-frame' returns the topmost frame of a text terminal.
c990426a 2309
f938eda9 2310** The following functions and variables are obsolete:
847a0561 2311*** `automount-dir-prefix' (use `directory-abbrev-alist')
f938eda9 2312*** `buffer-has-markers-at'
1a9c6830 2313*** `macro-declaration-function' (use `macro-declarations-alist')
847a0561 2314*** `window-system-version' (provides no useful information)
93cacb6d 2315*** `dired-pop-to-buffer' (use `dired-mark-pop-up')
0e2ae83d 2316*** `query-replace-interactive'
49238e7f 2317*** `font-list-limit' (has had no effect since Emacs < 23)
86aa551c 2318
adce950d 2319\f
93e0bed6 2320* Changes in Emacs 24.3 on Non-Free Operating Systems
9078ead6 2321
4e98ad15 2322** Cygwin builds can use the native MS Windows user interface.
823b2fb6 2323Pass `--with-w32' to configure. The default remains the X11 interface.
53a63be6 2324
1a9c6830 2325** Two new functions are available in Cygwin builds:
6e9f7997
DC
2326`cygwin-convert-file-name-from-windows' and
2327`cygwin-convert-file-name-to-windows'. These functions allow Lisp
2328code to access the Cygwin file-name mapping machinery to convert
2329between Cygwin and Windows-native file and directory names.
de6e3a60 2330
4e98ad15 2331** When invoked with the -nw switch to run on the Windows text-mode terminal,
1ab0c851 2332Emacs now supports `mouse-highlight', help-echo (in the echo area), and
4e98ad15
GM
2333`mouse-autoselect-window'.
2334
1a9c6830 2335** On MS Windows Vista and later Emacs now supports symbolic links.
4e98ad15 2336
823b2fb6 2337** On MS Windows, you can pass `--without-libxml2' to configure.bat to omit
4e98ad15
GM
2338support for libxml2, even if its presence is detected.
2339
4e98ad15
GM
2340** On Mac OS X, the Nextstep port requires OS X 10.4 or later.
2341
823b2fb6 2342** On Mac OS X, configure no longer automatically adds the Fink "/sw"
4e98ad15
GM
2343directories to the search path. You must add them yourself if you want them.
2344
2a1e2476
GM
2345\f
2346* Changes in Emacs 24.2
2347
5190da91 2348** This is mainly a bug-fix release.
6dad7178 2349
9078ead6 2350\f
eb199145 2351* Installation Changes in Emacs 24.1
09e18d03 2352
31fd3586
GM
2353** Emacs can be compiled with Gtk+ 3.0 if you pass --with-x-toolkit=gtk3
2354to configure. Note that other libraries used by Emacs, RSVG and GConf,
2355also depend on Gtk+. You can disable them with --without-rsvg and
2356--without-gconf.
338648ad 2357
31fd3586
GM
2358** Emacs can be compiled with GnuTLS support.
2359This happens by default if a suitably recent version of the library is
2360found at build time. To prevent this, use the configure option
2361`--without-gnutls'. See below for GnuTLS features.
338648ad 2362
31fd3586
GM
2363** Emacs can be compiled with SELinux support.
2364This happens by default if a suitably recent version of the library is
2365found at build time. To prevent this, use the configure option
2366`--without-selinux'. See below for SELinux features.
aded53ff 2367
31fd3586
GM
2368** Emacs can be compiled with ImageMagick support.
2369This happens by default if a suitably recent version of the library is
2370found at build time. To prevent this, use the configure option
2371`--without-imagemagick'. See below for ImageMagick features.
c1f10868 2372This feature is not available for the Nextstep or MS ports.
d9170db5 2373
043efd56
GM
2374** Emacs can be compiled with libxml2 support.
2375This happens by default if a suitably recent version of the library is
2376found at build time. To prevent this, use the configure option
2377`--without-xml2'. See below for libxml2 features.
2378
7d301ae6
CY
2379** By default, the installed Info and man pages are compressed.
2380You can disable this by configuring --without-compress-info.
2381
7d301ae6 2382** New configure option --with-wide-int.
81eafe29 2383With it, Emacs integers typically have 62 bits, even on 32-bit machines.
0a768890
PE
2384On 32-bit hosts, this raises the limit on buffer sizes from about 512 MiB
2385to about 2 GiB.
81eafe29 2386
7d301ae6 2387** New configure options: --with-mmdf, --with-mail-unlink, --with-mailhost.
31fd3586
GM
2388These provide no new functionality, they just remove the need to edit
2389lib-src/Makefile by hand in order to use the associated features.
2390
7d301ae6 2391** New configure option --enable-use-lisp-union-type.
31fd3586
GM
2392This is only useful for Emacs developers to debug certain types of bugs.
2393This is not a new feature; only the configure flag is new.
041d709f
CY
2394
2395** The standalone programs digest-doc and sorted-doc are removed.
2396Emacs now uses Lisp commands `doc-file-to-man' and `doc-file-to-info'.
2397
041d709f
CY
2398** The standalone program `fakemail' is removed.
2399If you need it, feedmail.el provides a superset of the functionality.
2400
0bfd685e 2401\f
eb199145 2402* Startup Changes in Emacs 24.1
4a263588 2403
198a7a97 2404** The --unibyte, --multibyte, --no-multibyte, and --no-unibyte
adbf62ff
GM
2405command line arguments, and the EMACS_UNIBYTE environment variable, no
2406longer have any effect. (They were declared obsolete in Emacs 23.)
198a7a97 2407
66b7b0fe 2408** New command line option `--no-site-lisp' removes site-lisp directories
1b5e5b0c
GM
2409from load-path. -Q now implies this. This option does not affect the
2410EMACSLOADPATH environment variable (and hence has no effect for
c8d59ba3 2411Nextstep builds).
66b7b0fe 2412
0bfd685e 2413\f
eb199145 2414* Changes in Emacs 24.1
7841339b 2415
a2a25d24 2416** Completion
fdeb32ec 2417
dfdb4cad
CY
2418*** Many packages now use the `completion-at-point' command,
2419rather than implementing separate completion commands.
2420
de0bde62 2421*** `completion-at-point' now handles tags and semantic completion.
dfdb4cad 2422
a2a25d24
SM
2423*** Completion in a non-minibuffer now tries to detect the end of completion
2424and pops down the *Completions* buffer accordingly.
dfdb4cad
CY
2425
2426*** New option `completion-cycle-threshold' allows completion cycling.
2427
2428*** New option `completion-category-overrides' for overriding the
2c719188 2429default completion style in certain circumstances.
dfdb4cad 2430
a2a25d24 2431*** New completion style `substring'.
dfdb4cad
CY
2432
2433*** Completion of buffer names uses `substring' completion by default.
2434
2435*** The option `widget-complete-field' has been removed.
620c53a6 2436
6870aaef 2437** Mail changes
dfdb4cad 2438
7d301ae6
CY
2439*** The first time you try sending mail, Emacs asks for a mail method.
2440This is implemented by a new default for `send-mail-function', which
2441is `sendmail-query-once'. This offers to use the smtpmail package, or
2442to use the old defaults relying on external mail facilities
2443(`sendmail-send-it' on GNU/Linux and other Unix-like systems, and
2444`mailclient-send-it' on Windows).
dfdb4cad 2445
e78e7e48
CY
2446*** Typing `C-c m' in the buffer made by `M-x report-emacs-bug'
2447transfers the report to your desktop's preferred mail client, if there
2448is one. This uses either the "xdg-email" utility, or Mac OS's "open"
2449command.
dfdb4cad 2450
7d301ae6
CY
2451*** See Changes in Specialized Modes and Packages for SMTPmail changes
2452and Mail mode changes
3f88cd72 2453
041d709f 2454** Emacs server and client changes
dfdb4cad 2455
7d301ae6 2456*** New option `server-port' specifies the port for TCP Emacs servers.
dfdb4cad 2457
041d709f 2458*** New emacsclient argument -q/--quiet suppresses some status messages.
dfdb4cad 2459
7d301ae6
CY
2460*** New emacsclient argument --frame-parameters specifies the frame
2461parameters of any newly-created graphical frame.
dfdb4cad
CY
2462
2463*** If emacsclient shuts down due to Emacs signaling an error,
2464its exit status is 1.
2465
041d709f
CY
2466*** New emacsclient argument --parent-id ID.
2467This opens a client frame in parent X window ID, via XEmbed, similar
2468to the --parent-id argument to Emacs.
2469
d0ce9f8c
MB
2470** Internationalization changes
2471
d0ce9f8c 2472*** Emacs now supports display and editing of bidirectional text.
7d301ae6
CY
2473Right-to-left (RTL) scripts, such as Arabic, Farsi, and Hebrew, are
2474displayed in the correct visual order as expected by users of those
dfdb4cad
CY
2475scripts. The display reordering is a "full bidirectionality" class
2476implementation of the Unicode Bidirectional Algorithm (UBA). Buffers
2477with no RTL text should look exactly the same as before.
f4b6ba46 2478
041d709f 2479**** New buffer-local variable `bidi-display-reordering'.
7d301ae6 2480To disable display reordering in a buffer, change this to nil.
d20e1419 2481
041d709f
CY
2482**** New buffer-local variable `bidi-paragraph-direction'.
2483If nil (the default), Emacs determines the base direction of each
dfdb4cad
CY
2484paragraph from its text, as specified by the UBA. Setting the value
2485to `right-to-left' or `left-to-right' forces a base direction on each
2486paragraph.
f4b6ba46 2487
7d301ae6
CY
2488Paragraphs with right-to-left base direction are displayed starting at
2489the right window edge.
f1816485 2490
dfdb4cad
CY
2491*** Enhanced support for characters with no glyphs in available fonts,
2492or, on text terminals, characters that cannot be encoded by the
2493terminal coding system. The new option `glyphless-char-display-control'
2494specifies how to display them: as a hexadecimal code in a box, a thin
24951-pixel space, an empty box, etc.
d0ce9f8c 2496
9702b7a1
GM
2497*** New input methods for Farsi and Bulgarian
2498(farsi-isiri-9147, farsi-transliterate-banan, bulgarian-alt-phonetic).
041d709f 2499
939db9ac
CY
2500*** `nobreak-char-display' now also highlights Unicode hyphen chars
2501(U+2010 and U+2011).
2502
7d301ae6 2503*** New Hebrew translation of the Emacs Tutorial.
31fd3586
GM
2504Type `C-u C-h t' to choose it in case your language setup doesn't
2505automatically select it.
2506
7d301ae6
CY
2507** An Emacs Lisp package manager is now included.
2508This is a convenient way to download and install additional packages,
2509from a package repository at http://elpa.gnu.org.
dfdb4cad 2510
7d301ae6
CY
2511*** M-x list-packages shows a list of packages, which can be
2512selected for installation.
dfdb4cad 2513
7d301ae6 2514*** New command `describe-package', bound to `C-h P'.
dfdb4cad 2515
7d301ae6
CY
2516*** By default, all installed packages are loaded automatically when
2517Emacs starts up. To disable this, set `package-enable-at-startup' to
2518nil. To specify the packages to load, customize `package-load-list'.
16a91140 2519
dfdb4cad
CY
2520** Custom theme changes
2521
7d301ae6
CY
2522*** New command `M-x customize-themes', which provides a convenient
2523interface for enabling and disabling Custom themes.
dfdb4cad 2524
7d301ae6 2525*** New option `custom-theme-load-path' is the load path for themes.
dfdb4cad
CY
2526Emacs no longer looks for Custom themes in `load-path'. The default
2527value of `custom-theme-load-path' says to look for themes in
2528`custom-theme-directory', followed by a subdirectory of
2529`data-directory' named "themes/", which contains a small selection of
2530built-in Custom themes.
2531
7d301ae6
CY
2532*** New option `custom-safe-themes' records known-safe theme files.
2533If a theme is not in this list, Emacs queries before loading it, and
2534offers to save the theme to `custom-safe-themes' automatically. By
2535default, all themes included in Emacs are treated as safe.
b7d65a5f 2536
7d301ae6 2537** Improved GTK integration
dfdb4cad 2538
7d301ae6 2539*** GTK scroll-bars are now placed on the right by default.
dfdb4cad
CY
2540The function `set-scroll-bar-mode' can change this.
2541
7d301ae6 2542*** GTK tool bars can have just text, just images or images and text.
dfdb4cad
CY
2543Customize `tool-bar-style' to choose the style. On a Gnome desktop,
2544the default is taken from desktop settings.
2545
2546*** GTK tool bars can be placed on any edge of the frame.
7d301ae6
CY
2547The frame-parameter tool-bar-position controls this. It takes the
2548values top, left, right or bottom. The Options => Show/Hide menu has
2549entries for this.
dfdb4cad 2550
7d301ae6
CY
2551*** The default colors for selected text (the `region' face) are taken
2552from the GTK theme when Emacs is built with GTK.
dfdb4cad 2553
7d301ae6
CY
2554*** Emacs uses GTK tooltips by default if built with GTK.
2555You can disable this by changing `x-gtk-use-system-tooltips' to nil.
a5bee597 2556
dfdb4cad
CY
2557** Graphical interface changes
2558
2559*** On graphical displays, the mode-line no longer ends in dashes.
2560Also, the first dash (which does not indicate anything) is just
2561displayed as a space.
2562
2563*** `menu-bar-select-buffer-function' lets you choose another operation
2564instead of `switch-to-buffer' when selecting an item in the Buffers menu.
2565
2566*** Lucid menus and dialogs can display antialiased fonts if Emacs is
2567built with Xft. These fonts can be set via X resources, for example:
2568Emacs.pane.menubar.font: Courier-12
2569
7d301ae6 2570** Exiting changes
dfdb4cad 2571
7d301ae6 2572*** Emacs now calls `kill-emacs' if it receives SIGTERM or SIGHUP,
dfdb4cad
CY
2573or if it receives a SIGINT signal in batch mode.
2574
7d301ae6
CY
2575*** `kill-emacs-hook' is now also run in batch mode.
2576Third-party code which adds to `kill-emacs-hook' should check if they
2577do the right thing in batch mode.
9c524fcb 2578
041d709f 2579** Scrolling changes
dfdb4cad 2580
041d709f 2581*** New scrolling commands `scroll-up-command' and `scroll-down-command'
0a19a6f8 2582(bound to C-v/[next] and M-v/[prior]) do not signal errors at top/bottom
7d301ae6 2583of buffer at first key-press (instead they move to top/bottom of buffer)
550f41cd 2584when `scroll-error-top-bottom' is non-nil.
dfdb4cad
CY
2585
2586*** New option `scroll-error-top-bottom' (see above).
2587
041d709f 2588*** New scrolling commands `scroll-up-line' and `scroll-down-line'
5a97d2da 2589scroll a line instead of full screen.
dfdb4cad 2590
041d709f 2591*** New property `scroll-command' should be set on a command's symbol to
b2957ea8 2592define it as a scroll command affected by `scroll-preserve-screen-position'.
dfdb4cad 2593
041d709f 2594*** If you customize `scroll-conservatively' to a value greater than 100,
d0f69533
EZ
2595Emacs will never recenter point in the window when it scrolls due to
2596cursor motion commands or commands that move point (e.f., `M-g M-g').
2597Previously, you needed to use `most-positive-fixnum' as the value of
2598`scroll-conservatively' to achieve the same effect.
dfdb4cad 2599
7d301ae6 2600*** "Aggressive" scrolling now honors the scroll margins.
d0f69533
EZ
2601If you customize `scroll-up-aggressively' or
2602`scroll-down-aggressively' and move point off the window, Emacs now
2603scrolls the window so as to avoid positioning point inside the scroll
2604margin.
2605
7d301ae6
CY
2606** Basic SELinux support has been added.
2607This requires Emacs to be linked with libselinux at build time.
f1a5d776 2608
dfdb4cad
CY
2609*** Emacs preserves the SELinux file context when backing up.
2610Also, the function `copy-file' has an extra optional argument for
2611preserving SELinux context, and the return value of `backup-buffer'
2612now includes the SELinux context.
f0bf7c8e 2613
dfdb4cad 2614*** New functions `file-selinux-context' and `set-file-selinux-context'
7d301ae6 2615get and set the SELinux context of a file.
44198b6e 2616
7d301ae6 2617** Trash changes
dfdb4cad 2618
7d301ae6
CY
2619*** `delete-by-moving-to-trash' now only affects commands that specify
2620trashing. This avoids inadvertently trashing temporary files.
dfdb4cad 2621
7d301ae6
CY
2622*** Calling `delete-file' or `delete-directory' with a prefix argument
2623now forces true deletion, regardless of `delete-by-moving-to-trash'.
278f6845 2624
041d709f 2625** File- and directory-local variable changes
dfdb4cad 2626
041d709f
CY
2627*** You can stop directory local vars from applying to subdirectories.
2628Add an element (subdirs . nil) to the alist portion of any variables
2629settings to indicate that the section should not apply to
2630subdirectories.
dfdb4cad 2631
041d709f
CY
2632*** Directory local variables can apply to some file-less buffers.
2633Affected modes include dired, vc-dir, and log-edit. For example,
2634adding "(diff-mode . ((mode . whitespace)))" to .dir-locals.el will
2635turn on `whitespace-mode' for *vc-diff* buffers. Modes should call
2636`hack-dir-local-variables-non-file-buffer' to support this.
dfdb4cad 2637
041d709f
CY
2638*** Using "mode: MINOR-MODE" to enable a minor mode is deprecated.
2639Instead, use "eval: (minor-mode 1)".
c136e5cd 2640
7b447e9b
GM
2641*** The variable `inhibit-first-line-modes-regexps' has been renamed
2642to `inhibit-local-variables-regexps'. As the name suggests, it now
dfdb4cad
CY
2643applies to ALL file local variables, not just -*- lines. The
2644associated `inhibit-first-line-modes-suffixes' has been renamed in the
2645corresponding way.
5d907d6c 2646
0a2132ba
CY
2647** Window changes
2648
91b65361
CY
2649*** The `quit-window' command now restores the last buffer displayed
2650in the quitted window.
2651
0a2132ba
CY
2652*** Resizing an Emacs frame now preserves proportional window sizes,
2653modulo restrictions like window minimum sizes and fixed-size windows.
2654
2655*** The behavior of `display-buffer' is now customizable in detail.
dfdb4cad 2656
0a2132ba
CY
2657**** New option `display-buffer-base-action' specifies a list of
2658user-determined display "actions" (functions and optional arguments
2659for choosing the displaying window).
2660
2661This takes precedence over the default display action, which is
2662specified by `display-buffer-fallback-action'.
2663
2664**** New option `display-buffer-alist' maps buffer name regexps to
2665display actions, taking precedence over `display-buffer-base-action'.
2666
a0c2d0ae
MR
2667*** New option `window-combination-limit'.
2668The new option `window-combination-limit' allows to return the space
2669obtained for resizing or creating a window more reliably to the window
2670from which such space was obtained.
0a2132ba 2671
a0c2d0ae
MR
2672*** New option `window-combination-resize'.
2673The new option `window-combination-resize' allows to split a window that
2674otherwise cannot be split because it's too small by stealing space from
2675other windows in the same combination. Subsequent resizing or deletion
2676of the window will resize all windows in the same combination as well.
0a2132ba 2677
91b65361
CY
2678*** New option `frame-auto-hide-function' lets you choose between
2679iconifying or deleting a frame when burying a buffer in a dedicated
2680frame, or quitting a window showing a buffer in a frame of its own.
2681
0a2132ba 2682*** New commands `maximize-window' and `minimize-window'.
53964682 2683These maximize and minimize the size of a window within its frame.
0a2132ba 2684
0a2132ba
CY
2685*** New commands `switch-to-prev-buffer' and `switch-to-next-buffer'.
2686These functions allow to navigate through the live buffers that have
2687been shown in a specific window.
2688
7d301ae6 2689** Minibuffer changes
dfdb4cad 2690
7d301ae6 2691*** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'.
104dc9c6
GM
2692This is handy for minibuffer-only frames, and is also used for the feature
2693where mouse-1 pops up *Messages*"', which can now easily be changed.
041d709f 2694
7d301ae6 2695*** Minibuffers set `truncate-lines' to nil.
f66eca26 2696If you want to change the value to something else, you could use
7d301ae6
CY
2697for example `minibuffer-setup-hook'.
2698
7d301ae6
CY
2699** `auto-mode-case-fold' is now enabled by default.
2700
7d301ae6 2701** `backup-by-copying-when-mismatch' now defaults to t.
f66eca26 2702
dfdb4cad
CY
2703** New basic faces `error', `warning', `success'.
2704These are used to highlight text indicating failure, caution or
2705successful operation.
2706
2707** New option `list-colors-sort' defines the color sort order
2708for `list-colors-display'.
2709
2710** The variable `focus-follows-mouse' now always defaults to nil.
2711
0bfd685e 2712\f
eb199145 2713* Editing Changes in Emacs 24.1
b350bdf2 2714
892777ba 2715** Search changes
dfdb4cad
CY
2716
2717*** C-y in Isearch is now bound to `isearch-yank-kill', instead of
2718`isearch-yank-line'.
2719
2720*** M-y in Isearch is now bound to `isearch-yank-pop', instead of
2721`isearch-yank-kill'.
2722
2723*** M-s C-e in Isearch is now bound to `isearch-yank-line'.
2724
b2b0776e 2725** New commands `count-words-region' and `count-words'.
dfdb4cad 2726
10607bea
CY
2727*** M-= is bound to `count-words-region', not `count-lines-region'.
2728The `count-words-region' command, when called interactively, reports
2729the number of lines, words, and characters in the region. It is a
2730superset of the old `count-lines-region', which is now an obsolete
2731alias for it.
ea4f7750 2732
ec9da840 2733** The command `just-one-space' (M-SPC), if given a negative argument,
1c708c1a
CY
2734also deletes newlines around point.
2735
b9229673 2736** Deletion changes
dfdb4cad 2737
b9229673 2738*** New option `delete-active-region'.
ddb54206 2739If non-nil, [delete] and DEL delete the region if it is active and no
dfdb4cad 2740prefix argument is given. If set to `kill', those commands kill
ddb54206 2741instead.
dfdb4cad 2742
59ee0542 2743*** New command `delete-forward-char', bound to [delete].
42d9cffa
CY
2744This is meant for interactive use, and obeys `delete-active-region'.
2745The command `delete-char' does not obey `delete-active-region'.
dfdb4cad 2746
b9229673
CY
2747*** `delete-backward-char' is now a Lisp function.
2748Apart from obeying `delete-active-region', its behavior is unchanged.
7d301ae6
CY
2749However, the byte compiler now warns if it is called from Lisp; Lisp
2750callers should use delete-char with a negative argument instead.
dfdb4cad 2751
b9229673
CY
2752*** The option `mouse-region-delete-keys' has been deleted.
2753
f9d71b42
CY
2754** Selection changes.
2755
7d301ae6
CY
2756The default handling of clipboard and primary selections has been
2757changed to conform with modern X applications. In short, most
2758commands for killing and yanking text now use the clipboard, while
2759mouse commands use the primary selection.
b1ab31ae
CY
2760
2761In the following, we provide a list of these changes, followed by a
2762list of steps to get the old behavior back if you prefer that.
2763
b1ab31ae
CY
2764*** `select-active-regions' now defaults to t.
2765Merely selecting text (e.g. with drag-mouse-1) no longer puts it in
963578d3 2766the kill ring. The selected text is put in the primary selection, if
b1ab31ae
CY
2767the system possesses a separate primary selection facility (e.g. X).
2768
2769**** `select-active-regions' also accepts a new value, `only'.
2770This means to only set the primary selection for temporarily active
2771regions (usually made by mouse-dragging or shift-selection);
2772"ordinary" active regions, such as those made with C-SPC followed by
2773point motion, do not alter the primary selection.
2774
963578d3
CY
2775**** `mouse-drag-copy-region' now defaults to nil.
2776
b1ab31ae
CY
2777*** mouse-2 is now bound to `mouse-yank-primary'.
2778This pastes from the primary selection, ignoring the kill-ring.
2779Previously, mouse-2 was bound to `mouse-yank-at-click'.
dfdb4cad 2780
b1ab31ae 2781*** `x-select-enable-clipboard' now defaults to t on all platforms.
dfdb4cad 2782
b1ab31ae
CY
2783*** `x-select-enable-primary' now defaults to nil.
2784Thus, commands that kill text or copy it to the kill-ring (such as
2785M-w, C-w, and C-k) also use the clipboard---not the primary selection.
2786
2787**** The "Copy", "Cut", and "Paste" items in the "Edit" menu are now
dfdb4cad 2788exactly equivalent to M-w, C-w, and C-y respectively.
b1ab31ae
CY
2789
2790**** Note that on MS-Windows, `x-select-enable-clipboard' was already
2791non-nil by default, as Windows does not support the primary selection
2792between applications.
2793
2794*** To return to the previous behavior, do the following:
dfdb4cad 2795
104c2fe9 2796**** Change `select-active-regions' to nil.
b1ab31ae
CY
2797**** Change `mouse-drag-copy-region' to t.
2798**** Change `x-select-enable-primary' to t (on X only).
2799**** Change `x-select-enable-clipboard' to nil.
2800**** Bind `mouse-yank-at-click' to mouse-2.
f9d71b42 2801
084e6df3 2802*** Support for X cut buffers has been removed.
dfdb4cad 2803
3fd50d5c
CY
2804*** X clipboard managers are now supported.
2805To inhibit this, change `x-select-enable-clipboard-manager' to nil.
4b80f674 2806
dfdb4cad
CY
2807** New command `C-x r N' (`rectangle-number-lines') numbers the lines
2808in the current rectangle. With a prefix argument, this prompts for a
2809number to count from and for a format string.
99f053cf 2810
7d301ae6 2811** `redisplay-dont-pause' now defaults to t.
6bf7006f
EZ
2812This makes Emacs feel more responsive to editing commands that arrive
2813at high rate, e.g. if you lean on some key, because stopping redisplay
2814in the middle (when this variable is nil) forces more expensive
2815updates later on, and Emacs appears to be unable to keep up.
2816
e70b5064
CY
2817** The behavior of <TAB> for active regions in Text mode has changed.
2818In Text and related modes, typing <TAB> (`indent-for-tab-command')
2819when the region is active causes Emacs to indent all the lines in the
2820region, aligning them with the line previous to the first line in the
2821region (or with the left margin if there is no previous line).
2822
dfdb4cad
CY
2823** When `occur' is called with a prefix argument, matching strings are
2824collected into the `*Occur*' buffer without line numbers. If there
2825are parenthesized subexpressions in the specified regexp, `occur'
2826reads replacement text that may contain \\& and \\N whose convention
2827follows `replace-match'.
2828
9bae34bf 2829\f
eb199145 2830* Changes in Specialized Modes and Packages in Emacs 24.1
efeb796b 2831
041d709f 2832** Archive Mode has basic support for browsing and updating 7z archives.
d76674bb 2833
b7c3692a 2834** BibTeX mode
dfdb4cad 2835
2de69e00 2836*** BibTeX mode now supports biblatex.
7d301ae6
CY
2837Use the variable `bibtex-dialect' to select different BibTeX dialects.
2838`bibtex-entry-field-alist' is now an obsolete alias for
2839`bibtex-BibTeX-entry-alist'.
2840
dfdb4cad
CY
2841*** New command `bibtex-search-entries', bound to C-c C-a.
2842
b7c3692a 2843*** New `bibtex-entry-format' option `sort-fields', disabled by default.
dfdb4cad 2844
022fe7ce
RW
2845*** New variable `bibtex-search-entry-globally'.
2846
7d301ae6 2847** Browse-url
dfdb4cad 2848
7d301ae6 2849*** New option `browse-url-mailto-function' specifies how to handle "mailto:"s.
dfdb4cad 2850
7d301ae6
CY
2851*** The default browser used by the package is now the "xdg-open" program,
2852on platforms that support it. This calls your desktop's preferred browser.
2853
86e100a6
GM
2854** Calc
2855
2856*** Support for musical notes.
2857
2858*** Support for logarithmic units.
2859
2860*** No longer uses the tex prefix for TeX specific unit names when
2861using TeX or LaTeX mode.
2862
2863*** New option to highlight selections using faces.
2864
2865*** `calc-histogram' has the option of using a vector to determine the bins.
2866
2867*** New "O" option prefix.
2868
2869*** Use the "O" prefix to "d r" (`calc-radix') to turn on twos-complement mode.
2870
cf16af42
GM
2871** Calendar, Diary, and Appt
2872
7d301ae6 2873*** Diary entries can contain non-printing "comments".
548d0a63
GM
2874See the variable `diary-comment-start'.
2875
5006e634
GM
2876*** Appointments can specify their individual warning times.
2877See the variable `appt-warning-time-regexp'.
2878
0a2bb1a9
GM
2879*** The function specified by `appt-disp-window-function' may be passed
2880lists of arguments if multiple appointments are due at similar times.
2881If you are using a custom function for this, you should update it.
2882
7454f200
GM
2883*** New function `diary-hebrew-birthday'.
2884
e565dd37
GM
2885*** Elements of `calendar-day-abbrev-array' and `calendar-month-abbrev-array'
2886may no longer be nil, but must all be strings.
2887
7d301ae6
CY
2888*** The obsolete (since Emacs 22.1) method of enabling the appt
2889package by adding `appt-make-list' to `diary-hook' has been removed.
2890Use `appt-activate' instead.
cf16af42 2891
cf16af42
GM
2892*** Some appt variables (obsolete since Emacs 22.1) have been removed:
2893appt-issue-message (use the function appt-activate)
2894appt-visible/appt-msg-window (use the variable appt-display-format)
2895
cf16af42
GM
2896*** Some diary function aliases (obsolete since Emacs 22.1) have been removed:
2897view-diary-entries, list-diary-entries, show-all-diary-entries
2898
551b046f 2899** CC Mode
dfdb4cad 2900
551b046f 2901*** New feature to "guess" the style in an existing buffer.
7d301ae6 2902The main entry point is M-x c-guess.
041d709f 2903
551b046f
AM
2904*** Java Mode now supports Java 5.0 (Tiger) and 6 (Mustang).
2905
dfdb4cad 2906*** `c-beginning-of-defun' and `c-end-of-defun' now respect nested scopes.
551b046f
AM
2907Thus C-M-a will, by default, go to the beginning of the immediate function,
2908not the top level.
2909
dfdb4cad 2910*** "Macros with semicolons" can be registered for correct indentation.
551b046f
AM
2911Where such a macro ends a line (no semicolon) the next statement is no longer
2912parsed as a statement continuation.
2913
dfdb4cad 2914** Comint and modes derived from it use the standard completion code.
041d709f
CY
2915
2916** Compilation mode
dfdb4cad 2917
7d301ae6 2918*** Compilation mode can be used without Font Lock mode.
041d709f
CY
2919`compilation-parse-errors-function' is now obsolete.
2920
dfdb4cad 2921*** New variable `compilation-filter-start', which is bound while
7d301ae6
CY
2922`compilation-filter-hook' runs. It records the start position of the
2923text inserted by `compilation-filter'.
041d709f 2924
47a6a35f
GM
2925*** `compilation-error-screen-columns' and `compilation-first-column'
2926are obeyed in the editing buffer. So programming language modes can
7d301ae6
CY
2927set them, whereas previously only the value in the *Compilation*
2928buffer was used.
1dce7193 2929
52834b6b
CY
2930** Customize
2931
2932*** Customize buffers now contain a search field.
2933The search is performed using `customize-apropos'.
7d301ae6 2934To turn off the search field, set `custom-search-field' to nil.
52834b6b 2935
8d5dd370 2936*** Options in customize group buffers start out hidden if not customized.
52834b6b
CY
2937Use the arrow to the left of the option name to toggle visibility.
2938
2939*** custom-buffer-sort-alphabetically now defaults to t.
2940
2941*** The color widget now has a "Choose" button, which allows you to
7d301ae6 2942choose a color via `list-colors-display'.
52834b6b 2943
041d709f
CY
2944** D-Bus
2945
5da3be7f
GM
2946*** It is now possible to access buses other than the default system
2947or session bus.
041d709f 2948
7d301ae6 2949*** The `dbus-register-method' and `dbus-register-property' functions
5da3be7f 2950optionally do not register names.
041d709f 2951
7d301ae6 2952*** The new function `dbus-register-service' registers a known service
dfdb4cad 2953name on a D-Bus without also registering a property or a method.
041d709f 2954
f5d6548a 2955** Dired-x
425a25f1 2956
7d301ae6
CY
2957*** C-x C-j (`dired-jump') and C-x 4 C-j (`dired-jump-other-window'),
2958if called with a prefix argument, read a file name from the minibuffer
2959instead of using the current buffer.
f5d6548a 2960
7d301ae6 2961*** The "dired local variables" feature of Dired-x is obsolete.
817b48a7 2962The standard directory local variables feature replaces it.
8117868f 2963
041d709f 2964** ERC changes
7492acc9 2965
c4077254
GM
2966*** New options `erc-autojoin-timing' and `erc-autojoin-delay',
2967controlling attempts to autojoin a channel.
041d709f
CY
2968
2969*** New variable `erc-coding-system-precedence': If we use `undecided'
2970as the server coding system, this variable will then be consulted.
2971The default is to decode strings that can be decoded as utf-8 as
2972utf-8, and do the normal `undecided' decoding for the rest.
7492acc9 2973
041d709f 2974** Eshell changes
7492acc9 2975
05f77e38
GM
2976*** The default value of `eshell-directory-name' has changed
2977to be an "eshell" directory in `user-emacs-directory'.
2978The old "~/.eshell/" directory is still used if it exists, though.
041d709f
CY
2979
2980** gdb-mi
dfdb4cad
CY
2981
2982*** The M-x gdb command now uses the GDB Machine Interface protocol.
05f77e38
GM
2983It now supports multithread non-stop debugging and simultaneous
2984debugging of several threads.
7492acc9 2985
18af70d0
CY
2986** Image mode
2987
05f77e38
GM
2988*** RET (`image-toggle-animation') toggles animation, if applicable.
2989Animation plays once, unless the option `image-animate-loop' is non-nil.
18af70d0 2990
041d709f 2991** Info
723ee192 2992
7d301ae6 2993*** New command M-x info-display-manual displays a named Info manual.
2ebc3b94
GM
2994If that manual is already visited in some Info buffer, it displays
2995that buffer. (This is handy if you have many manuals in many *info*
2996buffers, and don't remember the name of the buffer visiting the manual
2997you want to consult.) Otherwise, it loads and displays the manual.
691cf4a0 2998
24ea72d3
EZ
2999*** `e' is now bound to `end-of-buffer' rather than to `Info-edit'.
3000This is for compatibility with the stand-alone Info reader program,
3001and also because `Info-edit' is a rarely used command that is disabled
3002by default.
3003
7d301ae6 3004** Mail mode changes (not Message mode)
dfdb4cad 3005
7d301ae6 3006*** New command M-x mail-add-attachment for adding MIME attachments
7d301ae6 3007
dfdb4cad
CY
3008*** The command M-x mail-attach-file was renamed to M-x mail-insert-file.
3009(Its name is misleading, since it has nothing to do with MIME
3010attachments.) The old name is now an obsolete alias to the new name.
3011
f2c3a9eb 3012** MH-E has been updated to MH-E version 8.3.1.
041d709f 3013See MH-E-NEWS for details.
37221432 3014
041d709f 3015** Modula-2 mode provides auto-indentation.
37221432 3016
041d709f 3017** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
3c3d4f5b 3018
5d1ac394 3019** nXML mode no longer binds C-RET to `nxml-complete'.
dfdb4cad
CY
3020Completion is now performed via `completion-at-point', bound to C-M-i
3021or M-TAB. If `nxml-bind-meta-tab-to-complete-flag' is non-nil (the
3022default), this performs tag completion.
5d1ac394 3023
f2c3a9eb
CY
3024** Org mode has been updated to version 7.8.09.
3025See ORG-NEWS for details.
3026
041d709f 3027** Prolog mode has been completely revamped, with lots of additional
7d301ae6
CY
3028functionality such as more intelligent indentation, electricity,
3029support for more variants, including Mercury, and a lot more.
041d709f
CY
3030
3031** Rmail
3032
3033*** The command `rmail-epa-decrypt' decrypts OpenPGP data
3034in the Rmail incoming message.
3035
50419064
GM
3036*** The variable `rmail-message-filter' no longer has any effect.
3037This change was made in Emacs 23.1 but was not advertised at the time.
3038Try using `rmail-show-message-hook' instead.
3039
717a1362 3040** Shell mode
dfdb4cad
CY
3041
3042*** M-x shell prompts for the shell path name if the default directory
3043is a remote file name and neither the environment variable $ESHELL nor
3044the variable `explicit-shell-file-name' is set.
3045
3046*** TAB is now bound to the standard `completion-at-point' command,
3047which now implements the pcomplete rules for shell command completion.
717a1362 3048
7d301ae6
CY
3049** SMTPmail
3050
dfdb4cad 3051*** SMTPmail now uses encrypted connections (via STARTTLS) by default
7d301ae6
CY
3052if the mail server supports them. This uses either built-in GnuTLS
3053support, or the starttls.el library. Customize `smtpmail-stream-type'
3054to change this.
3055
7d301ae6
CY
3056*** The variable `smtpmail-auth-credentials' has been removed.
3057By default, the information is now stored in the file ~/.authinfo.
dfdb4cad
CY
3058This was the default value of smtpmail-auth-credentials. If you had
3059customized smtpmail-auth-credentials to a list of user names and
3060passwords, those settings are not used. During your first connection
3061to the smtp server, Emacs will prompt for the user name and password,
3062and offer to save them to ~/.authinfo. Or you can manually copy the
3063credentials to ~/.authinfo. For example, if you had
7d301ae6
CY
3064
3065 (setq smtpmail-auth-credentials
3066 '(("mail.example.org" 25 "jim" "s!cret")))
3067
3068then the equivalent line in ~/.authinfo would be
3069
3070 machine mail.example.org port 25 login jim password s!cret
3071
3072See the auth-source manual for more information, e.g. on encrypting
3073the credentials file.
3074
7d301ae6 3075*** The variable `smtpmail-starttls-credentials' has been removed.
dfdb4cad 3076If you had that set, you need to put
7d301ae6
CY
3077
3078 machine smtp.whatever.foo port 25 key "~/.my_smtp_tls.key" cert "~/.my_smtp_tls.cert"
3079
3080in your ~/.authinfo file instead.
3081
8ce192e3
LI
3082*** SMTPmail defaults to using the address in the From: header as the
3083SMTP MAIL FROM envelope. To override this, set `mail-envelope-from'
3084to the address you wish to use instead.
3085
34e8a2da 3086** SQL mode
041d709f 3087
34e8a2da
GM
3088*** New options `sql-port', `sql-connection-alist', `sql-send-terminator',
3089and `sql-oracle-scan-on'.
041d709f 3090
dfdb4cad 3091*** New options controlling prompting for login parameters.
34e8a2da
GM
3092Each supported product has a custom variable `sql-*-login-params',
3093which is a list of the parameters to be prompted for before a
3094connection is established.
041d709f
CY
3095
3096*** The command `sql-product-interactive' now takes a prefix argument,
34e8a2da 3097which causes it to prompt for an SQL product.
041d709f 3098
34e8a2da 3099*** Product-specific SQL interactive commands now take prefix arguments.
041d709f
CY
3100These commands (`sql-sqlite', `sql-postgres', `sql-mysql', etc.),
3101given a prefix argument, prompt for a name for the SQL interactive
3102buffer. This reduces the need for calling `sql-rename-buffer'.
3103
3104*** SQL interactive modes suppress command continuation prompts, and
3105replace tabs with spaces. The first change impacts multiple line SQL
3106statements entered with C-j between each line, statements yanked into
3107the buffer and statements sent with `sql-send-*' functions. The
34e8a2da
GM
3108second prevents the MySQL and Postgres interpreters from listing
3109object name completions when sent text via `sql-send-*' functions.
041d709f
CY
3110
3111*** New command `sql-connect' starts a predefined SQLi session,
3112using the login parameters from `sql-connection-alist'.
3113
3114*** New "Save Connection" menu item in SQLi buffers.
3115This gathers the login params specified for the SQLi session, if it
3116was not started by a connection, and saves them as a new connection.
3117
34e8a2da
GM
3118*** New commands for listing database objects and details:
3119sql-list-all and sql-list-table.
041d709f
CY
3120
3121*** An API for manipulating SQL product definitions has been added.
3122
3123** TeX modes
3124
3125*** latex-electric-env-pair-mode keeps \begin..\end matched on the fly.
412b9ee5 3126
459bba37 3127** Tramp
dfdb4cad 3128
7d301ae6 3129*** New inline access method "ksu" (kerberized su).
dfdb4cad 3130
459bba37 3131*** The following access methods are discontinued: "ssh1_old",
ea843702 3132"ssh2_old", "scp1_old", "scp2_old", "imap", "imaps" and "fish".
dfdb4cad 3133
b011fbfe
GM
3134*** The user option `remote-file-name-inhibit-cache' controls whether
3135remote file attributes are cached for better performance.
dfdb4cad 3136
58f74fe4
MA
3137*** The option `ange-ftp-binary-file-name-regexp' has changed its
3138default value to "".
dfdb4cad 3139
7d301ae6
CY
3140*** Handlers for `file-selinux-context' and `set-file-selinux-context'
3141for remote machines which support SELinux.
58f74fe4 3142
dfdb4cad 3143** New function `url-queue-retrieve', which behaves like url-retrieve,
a48ec60c
GM
3144but with limits (`url-queue-parallel-processes', `url-queue-timeout') on
3145the degree of parallelism.
177549d0 3146
0c32ce32
CY
3147** VC and related modes
3148
3149*** Support for pulling on distributed version control systems.
7d301ae6
CY
3150The command C-x v + (`vc-pull') runs a "pull" operation, if it is
3151supported (currently with Bzr, Git, and Mercurial), to update the
3152current branch and working tree. A prefix argument means to prompt
3153the user for specifics, e.g. a pull location.
0c32ce32 3154
dab3703d 3155*** `vc-update' is now an alias for `vc-pull'.
0c32ce32
CY
3156
3157*** Support for merging on distributed version control systems.
7d301ae6
CY
3158The command C-x v m (`vc-merge') now runs a "merge" operation, if it
3159is supported (currently with Bzr, Git, and Mercurial), to merge
3160changes from another branch into the current one. It prompts for
3161specifics, e.g. a merge source.
0c32ce32 3162
2afef60a 3163*** New option `vc-revert-show-diff' controls whether `vc-revert'
bbe43420 3164shows a diff while querying the user. It defaults to t.
2afef60a 3165
d4eb88c7
CY
3166*** Log entries in some Log View buffers can be toggled to display a
3167longer description by typing RET (log-view-toggle-entry-display).
dab3703d
GM
3168This is currently supported for Bzr, Git, and Mercurial (to support
3169another backend, define a `log-view-expanded-log-entry-function').
7d301ae6 3170In the Log View buffers made by C-x v L (`vc-print-root-log'), you can
d4eb88c7
CY
3171use this to display the full log entry for the revision at point.
3172
1c6c854e
CS
3173*** New command `vc-ediff' allows visual comparison of two revisions
3174of a file similar to `vc-diff', but using ediff backend.
3175
86c60681
CY
3176*** The option `vc-initial-comment' was removed in Emacs 23.2, but
3177this was not advertised at the time.
3178
86c60681
CY
3179*** `vc-toggle-read-only' is an obsolete alias for `toggle-read-only'.
3180Since Emacs 23, it has done the same thing as `toggle-read-only', but
80c6d77f
GM
3181this was not advertised at the time.
3182
041d709f
CY
3183** Obsolete modes
3184
23d70505
GM
3185*** abbrevlist.el
3186
f8ca9162 3187*** erc-hecomplete.el (use erc-pcomplete.el instead)
23d70505
GM
3188
3189*** partial-completion-mode (complete.el) is obsolete.
041d709f
CY
3190You can get a comparable behavior with:
3191(setq completion-styles '(partial-completion initials))
3192(setq completion-pcm-complete-word-inserts-delimiters t)
3193
23d70505
GM
3194*** pc-mode.el is obsolete (CUA mode is much more comprehensive).
3195
2c719188 3196*** pgg is obsolete (use EasyPG instead).
041d709f
CY
3197
3198*** sregex.el is obsolete, since rx.el is a strict superset.
3199
23d70505
GM
3200*** s-region.el and pc-select.el are obsolete.
3201They are superseded by shift-select-mode, enabled by default since 23.1.
3202
2c719188 3203*** vc-mcvs.el is obsolete (for lack of a maintainer).
ca5eed61 3204
0fe719e6
GM
3205** Miscellaneous
3206
05f77e38 3207*** The Landmark game is now invoked with `landmark', not `lm'.
c6ad2a4e 3208Its functions and variables have been similarly renamed.
05f77e38 3209
dfdb4cad 3210*** In `ido-file-completion-map', C-v is no longer bound to `ido-toggle-vc'.
05f77e38
GM
3211(This interfered with cua-mode.)
3212
9f678528
GM
3213*** f90.el has some support for Fortran 2008 syntax.
3214
0fe719e6
GM
3215*** `copyright-fix-years' can optionally convert consecutive years to ranges.
3216
5b3e6db8
GM
3217*** New command `nato-region' converts text to NATO phonetic alphabet.
3218
eb199145
GM
3219\f
3220* New Modes and Packages in Emacs 24.1
d445b3f8 3221
60e56523 3222** Occur Edit mode applies edits made in *Occur* buffers to the
8c0f49f0 3223original buffers. It is bound to "e" in Occur mode.
60e56523 3224
a075a2c5
GM
3225** New global minor mode electric-pair-mode.
3226When enabled, typing an open parenthesis automatically inserts the
3227matching closing one.
3228
3229** New global minor mode electric-indent-mode.
3230When enabled, typing certain characters triggers reindentation.
cd3308f3
GM
3231Major modes wishing to use this can set electric-indent-chars or
3232electric-indent-functions.
a075a2c5
GM
3233
3234** New global minor mode electric-layout-mode.
3235When enabled, typing certain characters automatically inserts newlines.
cd3308f3 3236Major modes wishing to use this can set electric-layout-rules.
3b843809 3237
a83ec3c9
CY
3238** tabulated-list.el provides a generic major mode for tabulated data,
3239from which other modes can be derived.
3240
d02c9bcd
SM
3241** pcase.el provides the ML-style pattern matching macro `pcase'.
3242
7725ebb7
MA
3243** secrets.el is an implementation of the Secret Service API, an
3244interface to password managers like GNOME Keyring or KDE Wallet. The
065f2743
MA
3245Secret Service API requires D-Bus for communication. The command
3246`secrets-show-secrets' offers a buffer with a visualization of the
3247secrets.
7725ebb7 3248
f9e78150
MA
3249** notifications.el provides an implementation of the Desktop
3250Notifications API. It requires D-Bus for communication.
3251
12fe5bcc
MA
3252** soap-client.el supports access to SOAP web services from Emacs.
3253soap-inspect.el is an interactive inspector for SOAP WSDL structures.
3254
ff1796f3 3255** New generic mode, xmodmap-generic-mode, for xmodmap files.
ad7d6ecb 3256
53bbe3ad 3257** New emacs-lock.el package.
7d301ae6
CY
3258The previous version has been moved to obsolete/old-emacs-lock.el.
3259Now, there is a proper minor mode `emacs-lock-mode'. Protection
3260against exiting Emacs and killing the buffer can be set separately.
3261The mechanism for automatically turning off protection for buffers
3262with dead inferior processes has been generalized.
53bbe3ad 3263
eb199145
GM
3264\f
3265* Incompatible Lisp Changes in Emacs 24.1
6dfcbe31 3266
7d301ae6
CY
3267** Passing a nil argument to a minor mode function call now ENABLES
3268the minor mode unconditionally. This is so that you can write e.g.
3269
dfdb4cad 3270 (add-hook 'text-mode-hook 'foo-mode)
7d301ae6 3271
dfdb4cad
CY
3272to enable foo-mode in Text mode buffers, removing the need for
3273`turn-on-foo-mode' style functions. This affects all mode commands
3274defined by `define-minor-mode'. If called interactively, the mode
3275command still toggles the minor mode.
7d301ae6 3276
d268b4fe
CY
3277** The return value of `backup-buffer' has changed.
3278It is now a list of three elements, where the second element is a list
3279describing the original file's SELinux context. If Emacs or the
f003f294 3280system lacks SELinux support, the context list is (nil nil nil nil).
7d301ae6 3281See "Basic SELinux support" above, under "Changes in Emacs 24.1".
d268b4fe 3282
dfdb4cad
CY
3283** `char-direction-table' and the `char-direction' function were deleted.
3284They were buggy and inferior to the new support of bidirectional
3285editing introduced in Emacs 24. If you need the bidirectional
3286properties of a character, use `get-char-code-property' with the last
3287argument `bidi-class'.
fa6996bc 3288
470d996d
TV
3289** `copy-directory' now copies the source directory as a subdirectory
3290of the target directory, if the latter is an existing directory. The
3291new optional arg COPY-CONTENTS, if non-nil, makes the function copy
3292the contents directly into a pre-existing target directory.
3293
9173a8fb
CY
3294** For mouse click input events in the text area, the Y pixel
3295coordinate in the POSITION list now counts from the top of the text
3296area, excluding any header line. Previously, it counted from the top
3297of the header line.
3298
7d301ae6
CY
3299** Support for "old-style" backquotes, obsolete for 10+ years, has
3300been further reduced. Now a backquote not followed by a space is
3301always treated as a "new-style" backquote. Please remove all
3302"old-style" backquotes from your code. If your code uses backquotes
3303as documented in the Elisp manual, and compiles without warning, then
3304you have nothing to do in this regard. Code not following the
3305appropriate conventions may fail to compile.
50ab02c5
CY
3306
3307The most common cause of trouble seems to be an old-style backquote
3308followed by a newline. Another cause of trouble is vector notation
3309for key sequence notation: instead of [(control ,)] and [(control ')],
3310you should write [(control ?,)] and [(control ?')], which will work in
7d301ae6 3311older Emacsen too.
288cf4e9 3312
520f2425
GM
3313** The macro `eval-at-startup' was removed in Emacs 23.2, but this
3314was not advertised at the time. The function `custom-initialize-delay'
3315replaced all known uses.
3316
7d301ae6
CY
3317** `view-buffer' now treats special mode-class in the same way that
3318`view-file' has since Emacs 22 (i.e. it won't enable View mode if the
3319major mode is special).
fd5c9dfa 3320
7d301ae6 3321** Menu and tool bar changes
6431f2e6 3322
7d301ae6 3323*** During startup, Emacs no longer adds entries for `menu-bar-lines'
0a19a6f8
JB
3324and `tool-bar-lines' to `default-frame-alist' and `initial-frame-alist'.
3325With these alist entries omitted, `make-frame' checks the value of the
3326variable `menu-bar-mode'/`tool-bar-mode' to determine whether to create
3327a menu-bar or tool-bar, respectively. If the alist entries are added,
3328they override the value of `menu-bar-mode'/`tool-bar-mode'.
6431f2e6 3329
7d301ae6
CY
3330*** The menu bar bindings's caches are not used any more.
3331Use (where-is-internal <def> nil t) instead.
3332
fe0aa820 3333** Regions created by mouse dragging are now normal active regions,
dfdb4cad 3334similar to those created by shift-selection (see Selection changes
7d301ae6
CY
3335above). In previous Emacs versions, these regions were delineated by
3336`mouse-drag-overlay'; that variable has been removed.
d6d8ee7a 3337
7d301ae6
CY
3338** The fourth argument of `filter-buffer-substring' has been removed.
3339If you want to remove text properties from the final result, simply
3340pass the result through substring-no-properties.
34c99998 3341
4583e796
GM
3342** cl.el no longer provides `cl-19'.
3343
7d301ae6
CY
3344** The following obsolete functions and aliases have been removed
3345(the appropriate new function is given in parentheses; "not needed"
3346means you can just remove all calls to the function in question):
3347
3348*** `comint-kill-output' (`comint-delete-output')
3349*** `decompose-composite-char' (`char-to-string')
3350*** `outline-visible' (`outline-invisible-p')
3351*** `internal-find-face' (`facep')
3352*** `internal-get-face' (`facep and check-face')
3353*** `frame-update-faces' (not needed)
3354*** `frame-update-face-colors' (`frame-set-background-mode')
3355*** `x-frob-font-weight' and `x-frob-font-slant' (`make-face-*' functions)
ee325f58 3356*** `x-make-font-bold' and `x-make-font-demibold' (`make-face-bold')
7d301ae6
CY
3357*** `x-make-font-italic' and `x-make-font-oblique' (`make-face-italic')
3358*** `x-make-font-bold-italic' (`make-face-bold-italic')
3359*** `x-make-font-unbold' (`make-face-unbold')
3360*** `x-make-font-unitalic' (`make-face-unitalic')
3361*** `mldrag-drag-mode-line' (`mouse-drag-mode-line')
3362*** `mldrag-drag-vertical-line' (`mouse-drag-vertical-line')
3363*** `iswitchb-default-keybindings' (`iswitchb-mode')
3364*** `char-bytes' (== 1)
3365*** `isearch-return-char' (`isearch-printing-char')
3366*** `make-local-hook' (not needed)
3367*** `set-screen-height' (`set-frame-height')
3368*** `set-screen-width' (`set-frame-width')
3369
7d301ae6
CY
3370** The following obsolete variables and varaliases have been removed
3371(the appropriate new variable is given in parentheses):
3372
3373*** `checkdoc-minor-keymap' (`checkdoc-minor-mode-map')
3374*** `vc-header-alist' (`vc-BACKEND-header')
3375*** `directory-sep-char' (== ?/)
3376*** `font-lock-defaults-alist' (`font-lock-defaults')
3377*** `e' (`float-e').
3226d6ca 3378
041d709f 3379** The following obsolete files were removed:
7b0e3048
GM
3380sc.el, x-menu.el, rnews.el, rnewspost.el
3381
7d301ae6
CY
3382** The format of the finder-inf.el file has changed, since the Finder
3383mechanism is now based on the package system. The variable
3384`finder-package-info' is replaced by `package--builtins' and
3385`finder-keywords-hash'.
33658d4e 3386
c2c79260
DE
3387** When generating autoloads, `update-directory-autoloads' no longer
3388assumes every inspected file is in your `load-path'. It instead
3389generates relative names according to the current `load-path'.
3390
eb199145 3391\f
93e0bed6 3392* Lisp Changes in Emacs 24.1
9097e8af 3393
041d709f 3394** Code can now use lexical scoping by default instead of dynamic scoping.
dfdb4cad 3395The `lexical-binding' variable enables lexical scoping for local
48da7392 3396variables. It is typically set via a file-local variable in the first
dfdb4cad
CY
3397line of the file, in which case it applies to all the code in that
3398file.
3399
041d709f
CY
3400*** `eval' takes a new optional argument `lexical' to choose the new lexical
3401binding instead of the old dynamic binding mode.
dfdb4cad 3402
041d709f
CY
3403*** Lexically scoped interpreted functions are represented with a new form
3404of function value which looks like (closure ENV ARGS &rest BODY).
3405
3406*** New macro `letrec' to define recursive local functions.
dfdb4cad
CY
3407
3408*** `defvar' and `defconst' now mark the variable as special (dynamic).
3409So do `defcustom' and other forms that call `defvar' as a subroutine.
3410
041d709f
CY
3411*** New function `special-variable-p' to check whether a variable is
3412declared as dynamically bound.
3413
88ed9e87
SM
3414*** The form ((lambda ...) ...) is deprecated.
3415
041d709f
CY
3416** An Emacs Lisp testing tool is now included.
3417Emacs Lisp developers can use this tool to write automated tests for
3418their code. See the ERT info manual for details.
3419
3420** Changes for bidirectional display and editing
f1816485 3421
041d709f 3422*** New function `current-bidi-paragraph-direction'.
7d301ae6 3423This returns the base direction of the paragraph at point.
041d709f 3424
041d709f 3425*** New function `bidi-string-mark-left-to-right'.
dfdb4cad
CY
3426Given a string containing characters from right-to-left scripts, this
3427function returns another string which can be safely inserted into a
3428buffer, such that any following text will be always displayed to the
7d301ae6
CY
3429right of that string. (This works by appending an invisible Unicode
3430"LEFT-TO-RIGHT MARK" character if the argument string might need it.)
041d709f 3431
7d301ae6 3432This is useful when the buffer has overall left-to-right paragraph
dfdb4cad
CY
3433direction and you need to insert a string whose contents are not known
3434in advance, without disrupting the layout of the line.
041d709f 3435
bee0fcef 3436** Window changes
dfdb4cad 3437
c4682d18
MR
3438*** Window tree functions are accessible in Elisp.
3439Functions are provided to return the parent, siblings or child windows
3440of any window including internal windows (windows not associated with a
3441buffer) in the window tree.
dfdb4cad 3442
24300f5f
CY
3443**** New function `window-valid-p' gives non-nil for live and internal
3444windows.
dfdb4cad 3445
24300f5f 3446**** Window manipulation can deal with internal windows.
c4682d18
MR
3447Many window handling functions like `split-window', `delete-window', or
3448`delete-other-windows' as well as the window resizing functions can now
3449act on any window including internal ones.
dfdb4cad 3450
c4682d18
MR
3451*** window-total-height/-width vs window-body-height/-width.
3452The function `window-height' has been renamed to `window-total-height'
3453and `window-width' has been renamed to `window-body-width'. The old
3454names are provided as aliases. Two new functions `window-total-width'
3455and `window-body-height' are provided.
dfdb4cad 3456
c4682d18
MR
3457*** Window parameters specific to window handling functions.
3458For each window you can specify a parameter to override the default
3459behavior of a number of functions like `split-window', `delete-window'
ed6235ea
MR
3460and `delete-other-windows'. The variable `ignore-window-parameters'
3461allows to ignore processing such parameters.
dfdb4cad 3462
c4682d18 3463*** New semantics of third argument of `split-window'.
c4682d18
MR
3464The third argument of `split-window' has been renamed to SIDE and can be
3465set to any of the values 'below, 'right, 'above, or 'left to make the
3466new window appear on the corresponding side of the window that shall be
3467split. Any other value of SIDE will cause `split-window' to split the
3468window into two side-by-side windows as before.
dfdb4cad 3469
c4682d18 3470*** Window resizing functions.
487ffd7a 3471A new standard function for resizing windows called `window-resize' has
c4682d18
MR
3472been introduced. This and all other functions for resizing windows no
3473longer delete any windows when they become too small.
dfdb4cad 3474
b3c0dbfd
MR
3475*** Deleting the selected window now selects the most recently selected
3476live window on that frame instead.
dfdb4cad 3477
c4682d18
MR
3478*** `adjust-window-trailing-edge' adjustments.
3479`adjust-window-trailing-edge' can now deal with fixed-size windows and
3480is able to resize other windows if a window adjacent to the trailing
3481edge cannot be shrunk any more. This makes its behavior more similar to
3482that of Emacs 21 without compromising, however, its inability to delete
3483windows which was introduced in Emacs 22.
dfdb4cad 3484
c4682d18
MR
3485*** Window-local buffer lists.
3486Windows now have local buffer lists. This means that removing a buffer
3487from display in a window will preferably show the buffer previously
3488shown in that window with its previous window-start and window-point
3489positions. This also means that the same buffer may be automatically
3490shown twice even if it already appears in another window.
dfdb4cad 3491
bee0fcef
CY
3492*** `switch-to-buffer' has a new optional argument FORCE-SAME-WINDOW,
3493which if non-nil requires the buffer to be displayed in the currently
3494selected window, signaling an error otherwise. If nil, another window
3495can be used, e.g. if the selected one is strongly dedicated.
dfdb4cad 3496
0a2132ba 3497*** `split-window-vertically' and `split-window-horizontally' renamed
2d197ffb
CY
3498to `split-window-below' and `split-window-right' respectively.
3499The old names are kept as aliases.
dfdb4cad 3500
0a2132ba
CY
3501*** Display actions
3502
3503**** The second arg to `display-buffer' and `pop-to-buffer' is now
3504named ACTION, and takes a display action of the same form as
3505`display-buffer-base-action' (see Changes, above). A non-nil,
3506non-list value is treated specially, as the old meaning.
3507
3508**** New variable `display-buffer-overriding-action'.
3509
3510**** The procedure of `display-buffer' etc. to choose a window is
3511determined by combining `display-buffer-overriding-action',
3512`display-buffer-alist', the ACTION arg, `display-buffer-base-action',
3513and `display-buffer-fallback-action'. The second and fourth of these
3514are user-customizable variables.
3515
3516See the docstring of `display-buffer' for details.
bee0fcef 3517
20d2304d
CY
3518*** New functions `window-state-get' and `window-state-put'.
3519These functions allow to save and restore the state of an arbitrary
3520frame or window as an Elisp object.
3521
a2a25d24 3522** Completion
041d709f 3523
7d301ae6
CY
3524*** New variable `completion-extra-properties' used to specify extra
3525properties of the current completion:
a2a25d24
SM
3526- :annotate-function, same as the old completion-annotate-function.
3527- :exit-function, function to call after completion took place.
3528
7d301ae6
CY
3529*** Functions on `completion-at-point-functions' can return any of the
3530properties valid for `completion-extra-properties'.
a2a25d24 3531
7d301ae6 3532*** `completion-annotate-function' is obsolete.
a2a25d24 3533
620c53a6
SM
3534*** New `metadata' method for completion tables. The metadata thus returned
3535can specify various details of the data returned by `all-completions':
3536- `category' is the kind of objects returned (e.g., `buffer', `file', ...),
3537 used to select a style in completion-category-overrides.
3538- `annotation-function' to add annotations in *Completions*.
3539- `display-sort-function' to specify how to sort entries in *Completions*.
3540- `cycle-sort-function' to specify how to sort entries when cycling.
3541
7d301ae6
CY
3542*** `minibuffer-local-filename-must-match-map' is not used any more.
3543Instead, the bindings in `minibuffer-local-filename-completion-map'
3544are combined with `minibuffer-local-must-match-map'.
de09aa52
CY
3545
3546*** New variable `completing-read-function' allows overriding the
3547behavior of `completing-read'.
3548
f042970d 3549** `glyphless-char-display' can now distinguish between graphical and
16a43933
CY
3550text terminal display, via a char-table entry that is a cons cell.
3551
7d301ae6 3552** `pre-command-hook'/`post-command-hook' are not reset to nil on error.
f6d62986
SM
3553Instead, the offending function is removed.
3554
b1f6fa26
CY
3555** New hook types
3556
3557*** New function `run-hook-wrapped' for running an abnormal hook by
3558passing the hook functions as arguments to a "wrapping" function.
e7bc51d0 3559Like `run-hook-with-args-until-success', it stops at the first
5385447f 3560non-nil return value.
e7bc51d0 3561
b1f6fa26
CY
3562*** New macro `with-wrapper-hook' for running an abnormal hook as a
3563set of "wrapping" filters, similar to around advice.
54521c99
GM
3564(A version of this macro was actually added in Emacs 23.2 but was not
3565advertised at the time.)
f6d62986 3566
0b19b281 3567** Debugger changes
dfdb4cad 3568
0b19b281 3569*** New macro `condition-case-unless-debug' (this was actually added in
1be3ca5a 3570Emacs 23.1 as condition-case-no-debug, but not advertised)
dfdb4cad 3571
0b19b281 3572*** The macro `with-demoted-errors' was added in Emacs 23.1, but not advertised.
dfdb4cad 3573
0b19b281 3574*** Variable `stack-trace-on-error' removed.
dfdb4cad 3575
0b19b281
CY
3576*** The debugger can now "continue" from an error, which means it will
3577jump to the error handler as if the debugger had not been invoked
3578instead of jumping all the way to the top-level.
dfdb4cad 3579
0b19b281
CY
3580*** Set `debug-on-event' to enter the debugger on events like SIGUSR1.
3581This can be useful when `inhibit-quit' is set.
d6b1d521 3582
953cebf5 3583** The new function `server-eval-at' allows evaluation of Lisp forms on
37576acd 3584named Emacs server instances.
7deebf1b 3585
1b9f60cc
GM
3586** `call-process' and `call-process-region' allow a `(:file "file")' spec
3587to redirect STDOUT to a file.
7deebf1b 3588
7d301ae6
CY
3589** The function `format-time-string' now supports the %N directive,
3590for higher-resolution time stamps.
da97a9e6 3591
0b19b281 3592** New input reading functions
dfdb4cad 3593
0b19b281
CY
3594*** New function `read-char-choice' reads a restricted set of
3595characters, discarding any inputs not inside the set.
dfdb4cad 3596
0b19b281
CY
3597*** The command `read-color' now requires a match for a color name
3598or RGB triplet, instead of signaling an error if the user provides
3599invalid input.
dfdb4cad 3600
0b19b281 3601**** `facemenu-read-color' is now an alias for `read-color'.
3ef01959 3602
2e288d54
JB
3603** `image-library-alist' is renamed to `dynamic-library-alist'.
3604The variable is now used to load all kind of supported dynamic libraries,
3605not just image libraries. The previous name is still available as an
3606obsolete alias.
3607
0b19b281 3608** Syntax parsing changes
dfdb4cad 3609
0b19b281 3610*** New variable `syntax-propertize-function'.
04e2ce72 3611This replaces `font-lock-syntactic-keywords' which is now obsolete.
cf38dd42
SM
3612This allows syntax-table properties to be set independently from font-lock:
3613just call syntax-propertize to make sure the text is propertized.
3614Together with this new variable come a new hook
3615syntax-propertize-extend-region-functions, as well as two helper functions:
3616syntax-propertize-via-font-lock to reuse old font-lock-syntactic-keywords
3617as-is; and syntax-propertize-rules which provides a new way to specify
3618syntactic rules.
dfdb4cad 3619
0b19b281 3620*** Syntax tables support a new "comment style c" additionally to style b.
a2e5caf7 3621
7d301ae6 3622** New hook `post-self-insert-hook', run after `self-insert-command'.
041d709f 3623
4e2db1fe 3624** frame-local variables cannot be let-bound any more.
041d709f 3625
15de15c6 3626** Major and minor mode changes
dfdb4cad 3627
0b19b281
CY
3628*** `set-auto-mode' now respects mode: local variables at the end of files,
3629as well as those in the -*- line.
dfdb4cad 3630
15de15c6
CY
3631*** `prog-mode' is a new major mode from which programming modes
3632should be derived.
dfdb4cad 3633
15de15c6
CY
3634**** `prog-mode-hook' can be used to enable features for programming
3635modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
3636on-the-fly spell checking for comments and strings.
dfdb4cad 3637
15de15c6
CY
3638*** New hook `change-major-mode-after-body-hook', run by
3639`run-mode-hooks' just before any other mode hooks.
dfdb4cad 3640
7a9a2fc6
GM
3641*** Enabled globalized minor modes can be disabled in specific major modes.
3642If the global mode is global-FOO-mode, then run (FOO-mode -1) in the
3643major mode's hook, where FOO-mode toggles the mode on a per-buffer basis.
dfdb4cad 3644
feb8a83a 3645*** `define-minor-mode' accepts new keywords :variable, :after-hook.
f44379e7 3646
7d301ae6
CY
3647** File-handling changes
3648
7d301ae6 3649*** `delete-file' and `delete-directory' now accept optional arg TRASH.
f1a5d776
CY
3650Trashing is performed if TRASH and `delete-by-moving-to-trash' are
3651both non-nil. Interactively, TRASH defaults to t, unless a prefix
3652argument is supplied (see Trash changes, above).
53967e09 3653
7d301ae6 3654*** New file predicates: `file-equal-p', `file-in-directory-p'.
ec70a47d 3655
4039c786
CY
3656** Tool-bars can display separators.
3657Tool-bar separators are handled like menu separators in menu-bar maps,
94975270 3658i.e. via menu entries of the form `(menu-item "--")'.
9317e499 3659
00fe2df1
JL
3660** Image API
3661
18af70d0
CY
3662*** Animated images support (currently animated gifs only).
3663
3664**** `image-animated-p' returns non-nil if an image can be animated.
3665
3666**** `image-animate' animates a supplied image spec.
3667
3668**** `image-animate-timer' returns the timer object for an image that
3669is being animated.
00fe2df1 3670
7cb76fe0
GM
3671*** `image-extension-data' has been renamed to `image-metadata'.
3672The old name is an obsolete alias to the new one.
1546c559 3673
b4ac6e8c
GM
3674*** Image mode can view any image type that ImageMagick supports.
3675This requires Emacs to be built with ImageMagick support.
7d301ae6
CY
3676
3677**** New function `imagemagick-types', defined if ImageMagick support
3678is enabled, returns a list of image file extensions that your
3679ImageMagick installation supports.
3680
3681**** New function `imagemagick-register-types' enables ImageMagick
3682image types in Image mode and in `create-image' and other helper
3683functions.
3684
3685**** New option `imagemagick-types-inhibit' excludes certain
3686ImageMagick image types from `imagemagick-register-types'.
3687
7d301ae6
CY
3688**** With ImageMagick support, there are extra Image mode commands to
3689resize and rotate images: `image-transform-fit-to-height',
3690`image-transform-fit-to-width', `image-transform-set-rotation', and
3691`image-transform-set-scale'.
041d709f 3692
7d301ae6
CY
3693** `compose-mail' now accepts an optional 8th arg, RETURN-ACTION, and
3694passes it to the mail user agent function. This argument specifies an
3695action for returning to the caller after finishing with the mail. For
3696example, this is used by Rmail to optionally delete a mail window.
b4ac6e8c 3697
71c17aec 3698** XML and HTML parsing
483ab230
CY
3699If Emacs is compiled with libxml2 support, there are two new
3700functions: `libxml-parse-html-region' (which parses "real world" HTML)
3701and `libxml-parse-xml-region' (which parses XML). Both return an
3702Emacs Lisp parse tree.
4b9832a6 3703
7d301ae6 3704** Networking and encryption changes
e2574f2c 3705
7d301ae6
CY
3706*** `open-network-stream' can now be used to open an encrypted stream.
3707It now accepts an optional `:type' parameter for initiating a TLS
3708connection, directly or via STARTTLS. To do STARTTLS, additional
3709parameters (`:end-of-command', `:success', `:capabilities-command')
3710must also be supplied.
3711
3712*** New library gnutls.el.
dfdb4cad
CY
3713The new function `gnutls-available-p' returns non-nil if Emacs is
3714built with GnuTLS support. The main entry points are
3715`open-gnutls-stream' and `gnutls-negotiate'. It's easiest to use
3716these functions through `open-network-stream', because that can
7d301ae6
CY
3717upgrade connections through STARTTLS opportunistically or use plain
3718SSL, depending on your needs. For debugging, set `gnutls-log-level'
3719greater than 0.
3720
7d301ae6
CY
3721*** New primitive `secure-hash' that supports many secure hash algorithms:
3722md5, sha1, sha2, sha224, sha256, sha384, and sha512. The lisp library
3723sha1.el has been removed. The `sha1' feature is provided by default.
71c17aec 3724
a6020335
MH
3725** Isearch
3726
3727*** New hook `isearch-update-post-hook' that runs in `isearch-update'.
3728
9326ba26
CY
3729** Progress reporters can now "spin".
3730The MIN-VALUE and MAX-VALUE arguments of `make-progress-reporter' can
3731now be nil, or omitted. This makes a "non-numeric" reporter. Each
3732time you call `progress-reporter-update' on that progress reporter,
3733with a nil or omitted VALUE argument, the reporter message is
3734displayed with a "spinning bar".
3735
3e214b50
JB
3736** New variable `revert-buffer-in-progress-p' is true while a buffer is
3737being reverted, even if the buffer has a local `revert-buffer-function'.
3738
001bf877
GM
3739** New variables `delayed-warnings-list' and `delayed-warnings-hook'.
3740If delayed-warnings-list is non-nil, the command loop calls
7d301ae6
CY
3741`delayed-warnings-hook' after `post-command-hook'. At present, this
3742is only used by Emacs on some platforms to display warnings during
3743startup, which might otherwise not be noticed. This uses the
3744functions `display-delayed-warnings' and `collapse-delayed-warnings'.
001bf877 3745
6420d28b
CY
3746** rx.el has a new `group-n' construct for explicitly numbered groups.
3747
dac86404
GM
3748** New function `make-composed-keymap' that constructs a new keymap
3749from multiple input maps. You can use this to make a keymap that
3750inherits from multiple maps, eg:
3751 (set-keymap-parent newmap (make-composed-keymap othermap parent))
43dc9f5b 3752
c8f6ec5c
GM
3753** New function `string-prefix-p'.
3754(This was actually added in Emacs 23.2 but was not advertised at the time.)
3755
27f7ef2f 3756** New reader macro ## that stands for the empty symbol.
43dc9f5b
AS
3757This means that the empty symbol can now be read back. Also, #: by itself
3758(when not immediately followed by a possible symbol character) stands for
3759an empty uninterned symbol.
041d709f 3760
fead402d
CY
3761** New math functions `isnan', `copysign', `frexp', `ldexp'.
3762
7d301ae6 3763** The following functions and variables are obsolete:
041d709f 3764
05f77e38
GM
3765*** `tooltip-use-echo-area' is obsolete.
3766Rather than setting this to t, disable Tooltip mode instead.
3767
041d709f
CY
3768*** buffer-substring-filters is obsolete.
3769Use `filter-buffer-substring-functions' instead.
3770
3771*** `byte-compile-disable-print-circle' is obsolete.
3772
3773*** `deferred-action-list' and `deferred-action-function' are obsolete.
f160676e
GM
3774Use `post-command-hook' instead.
3775
67e729a5
CY
3776*** `font-lock-maximum-size' is obsolete.
3777
eb199145 3778\f
93e0bed6 3779* Changes in Emacs 24.1 on Non-Free Operating Systems
d53a60a6 3780
7a22e700 3781** On MS Windows, Emacs warns when using the obsolete init file _emacs,
a2f0118c
GM
3782and also when HOME is set to C:\ by default.
3783
7a22e700 3784** New configure.bat options
04779484 3785
7a22e700 3786*** --enable-checking builds Emacs with extra runtime checks.
e3aef5c6 3787
7a22e700 3788*** --distfiles specifies files to be included in binary distribution.
e2574f2c 3789
7a22e700
OK
3790*** --without-gnutls disables automatic GnuTLS detection.
3791
a0d363f4 3792*** --lib for general library linkage, works with the USER_LIBS build variable.
e2574f2c 3793
0a19a6f8 3794** New make target `dist' to create binary distribution for MS Windows.
e3aef5c6 3795
1f5e1a16
GM
3796** The Lisp function `w32-default-color-map' is now obsolete.
3797(It is only used internally in the Emacs C code.)
5430d399 3798
1f5e1a16
GM
3799** Customize ns-auto-hide-menu-bar to have the menu-bar hidden, but
3800reappear on mouse-over. (Requires OS X 10.6 or later.)
04e2ce72 3801
ad7c802c
CY
3802** On Mac OS X, dragging a file into Emacs visits the file, like on
3803other platforms, rather than inserting its contents into the buffer.
3804
05197f40 3805\f
a933dad1 3806----------------------------------------------------------------------
5b87ad55 3807This file is part of GNU Emacs.
a933dad1 3808
ab73e885 3809GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 3810it under the terms of the GNU General Public License as published by
ab73e885
GM
3811the Free Software Foundation, either version 3 of the License, or
3812(at your option) any later version.
5b87ad55
GM
3813
3814GNU Emacs is distributed in the hope that it will be useful,
3815but WITHOUT ANY WARRANTY; without even the implied warranty of
3816MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3817GNU General Public License for more details.
a933dad1 3818
5b87ad55 3819You should have received a copy of the GNU General Public License
ab73e885 3820along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
a933dad1 3821
05197f40 3822\f
a933dad1
DL
3823Local variables:
3824mode: outline
3825paragraph-separate: "[ \f]*$"
3826end: