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