]> code.delx.au - gnu-emacs/blob - etc/NEWS
Merge from emacs-24; up to 2012-12-13T09:45:54Z!lekktu@gmail.com
[gnu-emacs] / etc / NEWS
1 GNU Emacs NEWS -- history of user-visible changes.
2
3 Copyright (C) 2010-2013 Free Software Foundation, Inc.
4 See the end of the file for license conditions.
5
6 Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
7 If possible, use M-x report-emacs-bug.
8
9 This file is about changes in Emacs version 24.
10
11 See files NEWS.23, NEWS.22, NEWS.21, NEWS.20, NEWS.19, NEWS.18,
12 and NEWS.1-17 for changes in older Emacs versions.
13
14 You can narrow news to a specific version by calling `view-emacs-news'
15 with a prefix argument or by typing C-u C-h C-n.
16
17 Temporary note:
18 +++ indicates that the appropriate manual has already been updated.
19 --- means no change in the manuals is called for.
20 When you add a new item, please add it without either +++ or ---
21 so we will look at it and add it to the manual.
22
23 \f
24 * Installation Changes in Emacs 24.4
25
26 ** Emacs can be compiled with POSIX ACL support.
27 This happens by default if a suitable support library is found at
28 build time, like libacl on GNU/Linux. To prevent this, use the
29 configure option `--without-acl'.
30
31 * Startup Changes in Emacs 24.4
32 * Changes in Emacs 24.4
33
34 +++
35 ** `apropos-variable' is now `apropos-user-option'
36 `apropos-user-option' shows all user options while `apropos-variable'
37 shows all variables. When called with a universal prefix argument,
38 the two commands swap their behaviors. When `apropos-do-all' is
39 non-nil, they output the same results.
40
41 +++
42 ** `eval-defun' on an already defined defcustom calls the :set function,
43 if there is one.
44
45 ** The option `set-mark-default-inactive' has been deleted.
46 This unfinished feature was introduced by accident in Emacs 23.1;
47 simply disabling Transient Mark mode does the same thing.
48
49 ** `initial-buffer-choice' can now specify a function to set up the
50 initial buffer.
51
52 ** ACL support has been added.
53 +++
54 *** Emacs preserves the ACL entries of files when backing up.
55 +++
56 *** New functions `file-acl' and `set-file-acl' get and set the ACL
57 entries of a file. On GNU/Linux, the POSIX ACL interface is used via
58 libacl. On MS-Windows, the NT Security APIs are used to emulate the
59 POSIX ACL interfaces.
60
61 ** New option `scroll-bar-adjust-thumb-portion'.
62 Available only on X, this option allows to control over-scrolling
63 using the scroll bar (i.e. dragging the thumb down even when the end
64 of the buffer is visible).
65
66 * Editing Changes in Emacs 24.4
67
68 ** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized',
69 bound to <f11> and M-<f10>, respectively.
70
71 \f
72 * Changes in Specialized Modes and Packages in Emacs 24.4
73
74 ** Delphi mode is now called OPascal mode.
75 *** All delphi-* variables and functions have been renamed to opascal-*.
76 *** `delphi-newline-always-indents' is not supported any more
77 use `electric-indent-mode' instead.
78 *** `delphi-tab' is gone, replaced by `indent-for-tab-command'.
79
80 ** jit-lock-debug-mode lets you use the debuggers on code run via jit-lock.
81
82 ** completing-read-multiple's separator can now be a regexp.
83 The default separator is changed to allow surrounding spaces around the comma.
84
85 ** Battery
86
87 *** Battery information via the BSD `apm' utility is now supported.
88
89 ** cl-lib
90
91 *** New macro cl-tagbody.
92
93 +++
94 *** letf is now just an alias for cl-letf.
95
96 ** Calc
97
98 *** Calc by default now uses the Gregorian calendar for all dates, and
99 uses January 1, 1 AD as its day number 1. Previously Calc used the
100 Julian calendar for dates before September 14, 1752, and it used
101 December 31, 1 BC as its day number 1; the new scheme is more
102 consistent with Calendar's calendrical system and day numbering.
103
104 *** The new variable `calc-gregorian-switch' lets you configure the
105 date when Calc switches from the Julian to the Gregorian calendar.
106 Nil, the default value, means to always use the Gregorian calendar.
107 The value (YEAR MONTH DAY) means to start using the Gregorian calendar
108 on the given date.
109
110 *** Support for ISO 8601 dates.
111
112 ** ERC
113
114 *** New option `erc-accidental-paste-threshold-seconds'.
115 If set to a number, this can be used to avoid accidentally paste large
116 amounts of data into the ERC input.
117
118 ** Icomplete is a bit more like IDO.
119 *** key bindings to navigate through and select the completions.
120 *** The icomplete-separator is customizable, and its default has changed.
121 *** Removed icomplete-show-key-bindings.
122
123 ** Image mode
124
125 *** New commands `n' (`image-next-file') and `p' (`image-previous-file')
126 visit the next image file and the previous image file in the same
127 directory, respectively.
128
129 ---
130 *** The command `image-mode-fit-frame' deletes other windows.
131 When toggling, it restores the frame's previous window configuration.
132 It also has an optional frame argument, which can be used by Lisp
133 callers to fit the image to a frame other than the selected frame.
134
135 ** Isearch
136
137 *** `C-x 8 RET' in Isearch mode reads a character by its Unicode name
138 and adds it to the search string.
139
140 ** MH-E has been updated to MH-E version 8.4.
141 See MH-E-NEWS for details.
142
143 ---
144 ** The unrmail command converts from BABYL to mboxrd rather than mboxo.
145 Customize `unrmail-mbox-format' to change this.
146
147 ---
148 ** Similarly, customize `rmail-mbox-format' to influence some minor aspects
149 of how Rmail displays non-MIME messages.
150
151 +++
152 ** New function `ses-rename-cell' to give SES cells arbitrary names.
153
154 ** trace-function was largely rewritten.
155 New features include:
156 - no prompting for the destination buffer, unless a prefix-arg was used.
157 - additionally to prompting for a destination buffer, when a prefix-arg is
158 used, the user can enter a "context", i.e. Lisp expression whose value at the
159 time the function is entered/exited will be printed along with the function
160 name and arguments. Useful to trace the value of (current-buffer) or
161 (point) when the function is invoked.
162
163 ** New command `delete-duplicate-lines' has two types of operation:
164 when its arg ADJACENT is non-nil (when called interactively with C-u C-u)
165 it works like the utility `uniq'. Otherwise by default it deletes
166 duplicate lines everywhere in the region without regard to adjacency.
167
168 ** New `cycle-spacing' command allows cycling between having just one
169 space, no spaces, or reverting to the original spacing. Like
170 `just-one-space' command it can handle or ignore newlines and
171 leave different number of spaces.
172
173 ** Tramp
174 +++
175 *** New connection method "adb", which allows to access Android
176 devices by the Android Debug Bridge. The variable `tramp-adb-sdk-dir'
177 must be set to the Android SDK installation directory.
178 +++
179 *** Handlers for `file-acl' and `set-file-acl' for remote machines
180 which support POSIX ACLs.
181
182 ** Woman
183
184 *** The commands `woman-default-faces' and `woman-monochrome-faces'
185 are obsolete. Customize the `woman-* faces instead.
186
187 ** Obsolete packages:
188
189 *** longlines.el is obsolete; use visual-line-mode instead.
190
191 *** terminal.el is obsolete; use term.el instead.
192
193 \f
194 * New Modes and Packages in Emacs 24.4
195 ** New nadvice.el package offering lighter-weight advice facilities.
196 It is layered as:
197 - add-function/remove-function which can be used to add/remove code on any
198 function-carrying place, such as process-filters or `<foo>-function' hooks.
199 - advice-add/advice-remove to add/remove a piece of advice on a named function,
200 much like `defadvice' does.
201
202 * Incompatible Lisp Changes in Emacs 24.4
203
204 ** frame-local variables that affect redisplay do not work any more.
205 More specifically, the redisplay does not bother to check for a frame-local
206 value when looking up variables.
207
208 ** nil and "unbound" are indistinguishable in symbol-function.
209 `symbol-function' never signals `void-function' any more.
210 `fboundp' returns non-nil if the symbol was `fset' to nil.
211
212 ** `defadvice' does not honor the `freeze' flag and cannot advise
213 special-forms any more.
214
215 ** `dolist' in lexical-binding mode does not bind VAR in RESULT any more.
216 VAR was bound to nil which was not tremendously useful and just lead to
217 spurious warnings about an unused var.
218
219 ** The return value of `backup-buffer' has changed.
220 The second argument is no longer an SELinux context, instead it is an
221 alist of extended attributes as returned by the new function
222 `file-extended-attributes'. The attributes can be applied to another
223 file using `set-file-extended-attributes'.
224
225 * Lisp changes in Emacs 24.4
226
227 ** Support for filesystem notifications.
228 Emacs now supports notifications of filesystem changes, such as
229 creation, modification, and deletion of files. This requires the
230 'inotify' API on GNU/Linux systems. On MS-Windows systems, this is
231 supported for Windows XP and newer versions.
232
233 ** Face changes
234
235 *** The `face-spec-set' is now analogous to `setq' for face specs.
236 Its third arg now accepts values specifying exactly which face spec to
237 set (defface, custom, or user spec), and it directly sets the relevant
238 property using the supplied face spec.
239
240 *** Face specs set via Custom themes now replace the `defface' spec
241 rather than inheriting from it (as do face specs set via Customize).
242
243 *** New face characteristic (supports :underline (:style wave))
244 specifies whether or not the terminal can display a wavy line.
245
246 ** time-to-seconds is not obsolete any more.
247 ** New function special-form-p.
248 ** Docstrings can be made dynamic by adding a `dynamic-docstring-function'
249 text-property on the first char.
250
251 ** The `defalias-fset-function' property lets you catch calls to defalias
252 and redirect them to your own function instead of `fset'.
253
254 ** The 9th element returned by `file-attributes' is now unspecified.
255 Formerly, it was t if the file's gid would change if file were deleted
256 and recreated. This value has been inaccurate for years on many
257 platforms, and nobody seems to have noticed or cared.
258
259 ** The function `file-ownership-preserved-p' now has an optional
260 argument GROUP which causes it check for file group too. This can be
261 used in place of the 9th element of `file-attributes'.
262
263 ** New functions `group-gid' and `group-real-gid'.
264
265 ** The 6th argument to `copy-file' has been renamed to
266 `preserve-extended-attributes' as it now handles both SELinux context
267 and ACL entries.
268
269 * Changes in Emacs 24.4 on non-free operating systems
270
271 +++
272 ** The "generate a backtrace on fatal error" feature now works on MS Windows.
273 The backtrace is written to the 'emacs_backtrace.txt' file in the
274 directory where Emacs was running.
275
276 \f
277 * Installation Changes in Emacs 24.3
278
279 ** The default X toolkit is now Gtk+ version 3.
280 If you don't pass `--with-x-toolkit' to configure, or if you use
281 `--with-x-toolkit=gtk' or `--with-x-toolkit=yes', configure will try
282 to build with Gtk+ version 3, and if that fails, try Gtk+ version 2.
283 You can explicitly require a specific version by passing
284 `--with-x-toolkit=gtk2' or `--with-x-toolkit=gtk3' to configure.
285
286 ** New configure option `--enable-link-time-optimization', to utilize
287 an appropriate feature provided by GCC since version 4.5.0.
288
289 ** New configure option `--without-all' to disable most of the optional
290 features (image support, etc.) that are normally enabled by default.
291
292 ** New configure option `--enable-gcc-warnings' (for developing/debugging
293 Emacs). If building with GCC, this enables compile-time checks that
294 warn/give errors about possibly-questionable C code. On a recent GNU
295 system there should be no warnings; on older and on non-GNU systems
296 the results may be useful to developers.
297
298 ** The configure option `--enable-use-lisp-union-type' has been
299 renamed to `--enable-check-lisp-object-type', as the resulting
300 Lisp_Object type no longer uses a union to implement the compile time
301 check that this option enables.
302
303 ** The configure option `--disable-maintainer-mode' has been removed,
304 as it was confusingly-named and rarely useful.
305
306 ** The configure options `--program-prefix', `--program-suffix', and
307 `--program-transform-name' apply to more than just the installed
308 binaries. Now they also affect the man pages, icons, and the
309 etc/emacs.desktop file; but not the info pages, since this would break
310 links between the various manuals.
311
312 ** You can use `NO_BIN_LINK=t make install' to prevent the installation
313 overwriting "emacs" in the installation bin/ directory with a link
314 to "emacs-VERSION".
315
316 ** Emacs uses libtinfo in preference to libncurses, if available.
317
318 ** On FreeBSD and NetBSD, configure no longer adds /usr/local/lib and
319 /usr/pkg/lib to the linker search path. You must add them yourself if
320 you want them.
321
322 ** The standalone scripts `rcs-checkin' and `vcdiff' have been removed
323 (from the bin and libexec directories, respectively). The former is
324 no longer relevant, the latter is replaced by lisp (in vc-sccs.el).
325
326 \f
327 * Startup Changes in Emacs 24.3
328
329 ** Emacs no longer searches for `leim-list.el' files beneath the standard
330 lisp/ directory. There should not be any there anyway. If you have
331 been adding them there, put them somewhere else; e.g., site-lisp.
332
333 ** The `--no-site-lisp' command line option now works for Nextstep builds.
334
335 \f
336 * Changes in Emacs 24.3
337
338 ** Help
339
340 *** `C-h f' (`describe-function') can now perform autoloading.
341 When this command is called for an autoloaded function whose docstring
342 contains a key substitution construct, that function's library is
343 automatically loaded, so that the documentation can be shown
344 correctly. To disable this, set `help-enable-auto-load' to nil.
345
346 *** `C-h f' now reports previously-autoloaded functions as "autoloaded",
347 even after their associated libraries have been loaded (and the
348 autoloads have been redefined as functions).
349
350 ** ImageMagick
351
352 *** Images displayed via ImageMagick now support transparency and the
353 :background image specification property.
354
355 *** When available, ImageMagick support is automatically enabled.
356 It is no longer necessary to call `imagemagick-register-types'
357 explicitly to install ImageMagick image types; that function is called
358 automatically at startup, or when customizing an imagemagick- option.
359
360 *** Setting `imagemagick-types-inhibit' to t now disables the use of
361 ImageMagick to view images. (You must call `imagemagick-register-types'
362 afterwards if you do not use customize to change this.)
363
364 *** The new variable `imagemagick-enabled-types' also affects which
365 ImageMagick types are treated as images. The function
366 `imagemagick-filter-types' returns the list of types that will be
367 treated as images.
368
369 ** Minibuffer
370
371 *** In minibuffer filename prompts, `C-M-f' and `C-M-b' now move to the
372 next and previous path separator, respectively.
373
374 *** `minibuffer-electric-default-mode' can shorten "(default ...)" to "[...]"
375 in minibuffer prompts. Just set `minibuffer-eldef-shorten-default'
376 non-nil before enabling the mode.
377
378 ** Mode line
379
380 *** New option `mode-line-default-help-echo' specifies the help text
381 (shown in a tooltip or in the echo area) for any part of the mode line
382 that does not have its own specialized help text.
383
384 *** You can now click mouse-3 in the coding system indicator to invoke
385 `set-buffer-file-coding-system'.
386
387 ** Server and client
388
389 *** emacsclient now obeys string values for `initial-buffer-choice',
390 if it is told to open a new frame without specifying any file to visit
391 or expression to evaluate.
392
393 *** New option `server-auth-key' specifies a shared server key.
394
395 ** Emacs now generates backtraces on fatal errors.
396 On encountering a fatal error, Emacs now outputs a textual description
397 of the fatal signal, and a short backtrace on platforms like glibc
398 that support backtraces.
399
400 ** `C-x C-q' is now bound to the new minor mode `read-only-mode'.
401 This minor mode replaces `toggle-read-only', which is now obsolete.
402
403 ** Most `y-or-n' prompts now allow you to scroll the selected window.
404 Typing `C-v' or `M-v' at a y-or-n prompt scrolls forward or backward
405 respectively, without exiting from the prompt.
406
407 ** In the Package Menu, newly-available packages are listed as "new",
408 and sorted above the other "available" packages by default.
409
410 ** If your Emacs was built from a bzr checkout, the new variable
411 `emacs-bzr-version' contains information about the bzr revision used.
412
413 ** New option `create-lockfiles' specifies usage of lockfiles.
414 It defaults to t. Changing it to nil inhibits the creation of lock
415 files (use this with caution).
416
417 ** New option `enable-remote-dir-locals', if non-nil, allows directory-local
418 variables on remote hosts.
419
420 ** The entry for PCL-CVS has been removed from the Tools menu.
421 The PCL-CVS commands are still available via the keyboard.
422
423 ** Using "unibyte: t" in Lisp source files is obsolete.
424 Use "coding: raw-text" instead.
425
426 ** Internationalization
427
428 *** New language environment: Persian.
429
430 *** New input method `vietnamese-vni'.
431
432 ** Nextstep (GNUstep / Mac OS X) port
433
434 *** Support for fullscreen and the frame parameter fullscreen.
435
436 *** A file dialog is used for open/save operations initiated from the
437 menu/toolbar.
438
439 \f
440 * Editing Changes in Emacs 24.3
441
442 ** Search and Replace
443
444 *** Non-regexp Isearch now performs "lax" space matching.
445 Each sequence of spaces in the supplied search string may match any
446 sequence of one or more whitespace characters, as specified by the
447 variable `search-whitespace-regexp'. (This variable is also used by a
448 similar existing feature for regexp Isearch.)
449
450 *** New Isearch command `M-s SPC' toggles lax space matching.
451 This applies to both ordinary and regexp Isearch.
452
453 *** New option `replace-lax-whitespace'.
454 If non-nil, `query-replace' uses flexible whitespace matching too.
455 The default is nil.
456
457 *** Global `M-s _' starts a symbol (identifier) incremental search,
458 and `M-s _' in Isearch toggles symbol search mode.
459 `M-s c' in Isearch toggles search case-sensitivity.
460
461 ** Navigation commands
462
463 *** New binding `M-g c' for `goto-char'.
464
465 *** New binding `M-g TAB' for `move-to-column'.
466
467 *** `M-g TAB' (`move-to-column') prompts for a column number if called
468 interactively with no prefix arg. Previously, it moved to column 1.
469
470 ** New option `yank-handled-properties' allows processing of text
471 properties on yanked text, in ways that are more general than just
472 removing them (as is done by `yank-excluded-properties').
473
474 ** New option `delete-trailing-lines' specifies whether
475 M-x delete-trailing-whitespace should delete trailing lines at the end
476 of the buffer. It defaults to t.
477
478 ** `C-u M-=' now counts lines/words/characters in the entire buffer.
479
480 ** `C-x 8 RET' is now bound to `insert-char', which is now a command.
481 `ucs-insert' is now an obsolete alias for `insert-char'.
482
483 ** The `z' key no longer has a binding in most special modes.
484 It used to be bound to `kill-this-buffer', but `z' is too easy to
485 accidentally type.
486
487 ** New command `C-x r M-w' (`copy-rectangle-as-kill').
488 It copies the region-rectangle as the last rectangle kill.
489
490 ** Registers
491
492 *** `C-x r +' is now overloaded to invoke `append-to-register'.
493
494 *** New option `register-separator' specifies the register containing
495 the text to put between collected texts for use with
496 M-x append-to-register and M-x prepend-to-register.
497
498 \f
499 * Changes in Specialized Modes and Packages in Emacs 24.3
500
501 ** Common Lisp emulation (CL)
502
503 *** CL's main entry is now (require 'cl-lib).
504 `cl-lib' is like the old `cl' except that it uses the namespace cleanly;
505 i.e., all its definitions have the "cl-" prefix (and internal definitions
506 use the "cl--" prefix).
507
508 If `cl' provided a feature under the name `foo', then `cl-lib'
509 provides it under the name `cl-foo' instead; with the exceptions of the
510 few `cl' definitions that had to use `foo*' to avoid conflicts with
511 pre-existing Elisp entities. These have been renamed to `cl-foo'
512 rather than `cl-foo*'.
513
514 The old `cl' is now deprecated and is mainly just a bunch of aliases that
515 provide the old, non-prefixed names. Some exceptions are listed below:
516
517 *** `cl-flet' is not like `flet' (which is deprecated).
518 Instead it obeys the behavior of Common-Lisp's `flet'.
519 In particular, in cl-flet function definitions are lexically scoped,
520 whereas in flet the scoping is dynamic.
521
522 *** `cl-labels' is slightly different from `labels'.
523 The difference is that it relies on the `lexical-binding' machinery
524 (as opposed to the `lexical-let' machinery used previously) to capture
525 definitions in closures, so such closures will only work if `lexical-binding'
526 is in use.
527
528 *** `cl-letf' is not exactly like `letf'.
529 The only difference is in details that relate to some deprecated usage
530 of `symbol-function' in place forms.
531
532 *** `progv' was rewritten to use the `let' machinery.
533 A side effect is that variables without corresponding values are bound
534 to nil rather than being made unbound.
535
536 *** The following methods of extending `setf' are obsolete
537 (use features from gv.el instead):
538 `define-modify-macro' (use `gv-letplace')
539 `defsetf' (use `gv-define-simple-setter' or `gv-define-setter')
540 `define-setf-expander' (use `gv-define-setter' or `gv-define-expander')
541 `get-setf-method' no longer exists (see "Incompatible Lisp Changes")
542
543 ** Diff mode
544
545 *** Changes are now highlighted using the same color scheme as in
546 modern VCSes. Deletions are displayed in red (new faces
547 `diff-refine-removed' and `smerge-refined-removed', and new definition
548 of `diff-removed'), insertions in green (new faces `diff-refine-added'
549 and `smerge-refined-added', and new definition of `diff-added').
550
551 *** The variable `diff-use-changed-face' defines whether to use the
552 face `diff-changed', or `diff-removed' and `diff-added' to highlight
553 changes in context diffs.
554
555 *** The new command `diff-delete-trailing-whitespace' removes trailing
556 whitespace introduced by a diff.
557
558 ** Ediff now uses the same color scheme as Diff mode.
559
560 ** Python mode
561
562 A new version of python.el, which provides several new features, including:
563 per-buffer shells, better indentation, Python 3 support, and improved
564 shell-interaction compatible with iPython (and virtually any other
565 text based shell).
566
567 *** Some user options have been replaced/renamed, including (old -> new):
568 **** python-indent -> python-indent-offset
569 **** python-guess-indent -> python-indent-guess-indent-offset
570 **** python-pdbtrack-do-tracking-p -> python-pdbtrack-activate
571 **** python-use-skeletons -> python-skeleton-autoinsert
572
573 *** Some user options have been removed, including:
574
575 **** `python-indent-string-contents': Strings are never indented.
576
577 **** `python-honour-comment-indentation':
578 Comments are always considered as indentation markers.
579
580 **** `python-continuation-offset': Indentation is automatically
581 calculated in a pep8 compliant way depending on the context.
582
583 **** `python-shell-prompt-alist', `python-shell-continuation-prompt-alist':
584 Have no direct mapping as the shell interaction is completely different.
585
586 **** `python-python-command', `python-jython-command':
587 Replaced by `python-shell-interpreter'.
588
589 **** `inferior-python-filter-regexp', `python-remove-cwd-from-path',
590 `python-pdbtrack-minor-mode-string', `python-source-modes':
591 No longer relevant.
592
593 *** Some commands have been replaced (old -> new):
594 **** python-insert-class -> python-skeleton-class
595 **** python-insert-def -> python-skeleton-def
596 **** python-insert-for -> python-skeleton-for
597 **** python-insert-if -> python-skeleton-if
598 **** python-insert-try/except -> python-skeleton-try
599 **** python-insert-try/finally -> python-skeleton-try
600 **** python-insert-while -> python-skeleton-while
601 **** python-find-function -> python-nav-jump-to-defun
602 **** python-next-statement -> python-nav-forward-sentence
603 **** python-previous-statement -> python-nav-backward-sentence
604 **** python-beginning-of-defun-function -> python-nav-beginning-of-defun
605 **** python-end-of-defun-function -> python-nav-end-of-defun
606 **** python-send-buffer -> python-shell-send-buffer
607 **** python-send-defun -> python-shell-send-defun
608 **** python-send-region -> python-shell-send-region
609 **** python-send-region-and-go -> emulate with python-shell-send-region
610 and python-shell-switch-to-shell
611 **** python-send-string -> python-shell-send-string
612 **** python-switch-to-python -> python-shell-switch-to-shell
613 **** python-describe-symbol -> python-eldoc-at-point
614
615 ** D-Bus
616
617 *** New variables `dbus-compiled-version' and `dbus-runtime-version'.
618
619 *** The D-Bus object manager interface is implemented.
620
621 *** Variables of type :(u)int32 and :(u)int64 accept floating points,
622 if their value does not fit into Emacs's integer range.
623
624 *** The function `dbus-call-method' is now non-blocking.
625 It can be interrupted by `C-g'. `dbus-call-method-non-blocking' is obsolete.
626
627 *** Signals can also be sent as unicast messages.
628
629 *** The argument list of `dbus-register-signal' has been extended,
630 according to the new match rule types of D-Bus.
631
632 *** `dbus-init-bus' supports private connections.
633
634 *** There is a new function `dbus-setenv'.
635
636 ** `desktop-path' no longer includes the "." directory.
637 Desktop files are now located in ~/.emacs.d by default.
638
639 ** Dired
640
641 *** `dired-do-async-shell-command' executes each file sequentially
642 if the command ends in `;' (when operating on multiple files).
643 Otherwise, it executes the command on each file in parallel.
644
645 *** Typing `M-n' in the minibuffer of `dired-do-chmod', `dired-do-chgrp',
646 `dired-do-chown', and `dired-do-touch' yanks the attributes of the
647 file at point.
648
649 *** When the region is active, `m' (`dired-mark'), `u' (`dired-unmark'),
650 `DEL' (`dired-unmark-backward'), and `d' (`dired-flag-file-deletion')
651 mark/unmark/flag all files in the active region.
652
653 *** The minibuffer default for `=' (`dired-diff) has changed.
654 It is now the backup file for the file at point, if one exists.
655 In Transient Mark mode the default is the file at the active mark.
656
657 *** `M-=' is no longer bound to `dired-backup-diff' in Dired buffers.
658 The global binding for `M-=', `count-words-region' is in effect.
659
660 ** ERC
661
662 *** New module "notifications", which can send a notification when you
663 receive a private message or your nickname is mentioned.
664
665 *** ERC will look up server/channel names via auth-source and use any
666 channel keys found.
667
668 *** New option `erc-lurker-hide-list', similar to `erc-hide-list', but
669 only applies to messages sent by lurkers.
670
671 ** reStructuredText mode
672
673 *** Keybindings (see `C-c C-h'), TAB indentation, filling and auto-filling,
674 fontification, comment handling, and customization have all been revised
675 and improved.
676
677 *** Support for `imenu' and `which-function-mode'.
678
679 *** The reStructuredText syntax is more closely covered.
680 Sphinx support has been improved.
681
682 *** `rst-insert-list' inserts new list or continues existing lists.
683
684 *** A negative prefix argument always works for `rst-adjust'.
685
686 *** The window configuration is reset after displaying a TOC.
687
688 *** The constant `rst-version' describes the rst.el package version.
689
690 ** Shell Script mode
691
692 *** Pairing of parens/quotes uses `electric-pair-mode' instead of skeleton-pair.
693
694 *** `sh-electric-here-document-mode' now controls auto-insertion of here-docs.
695
696 *** `sh-use-smie' lets you choose a new indentation and navigation code.
697
698 ** VHDL mode
699
700 *** The free software compiler GHDL is supported (and now the default).
701
702 *** Support for the VHDL-AMS packages has been added/updated.
703
704 *** Updated to the 2002 revision of the VHDL standard.
705
706 *** Accepts \r and \f as whitespace.
707
708 ** Apropos
709
710 *** The faces used by Apropos are now directly customizable.
711 These faces are named `apropos-symbol', `apropos-keybinding', and so on;
712 see the `apropos' Custom group for details.
713
714 *** The old options whose values specified faces to use have been removed
715 (i.e. `apropos-symbol-face', `apropos-keybinding-face', etc.).
716
717 ** Buffer Menu
718
719 *** This package has been rewritten to use Tabulated List mode.
720
721 *** Option `Buffer-menu-buffer+size-width' is now obsolete.
722 Use `Buffer-menu-name-width' and `Buffer-menu-size-width' instead.
723
724 ** Calc
725
726 *** Algebraic simplification mode is now the default.
727 To restrict to the limited simplifications given by the former
728 default simplification mode, use `m I'.
729
730 ** Calendar
731
732 *** You can customize the header text that appears above each calendar month.
733 See the variable `calendar-month-header'.
734
735 *** New LaTeX calendar style, produced by `cal-tex-cursor-week2-summary'.
736
737 *** The calendars produced by cal-html include holidays.
738 Customize `cal-html-holidays' to change this.
739
740 ** Compile has a new option `compilation-always-kill'.
741
742 ** Customize
743
744 *** `custom-reset-button-menu' now defaults to t.
745
746 *** Non-option variables are never matched in `customize-apropos' and
747 `customize-apropos-options' (i.e., the prefix argument does nothing for
748 these commands now).
749
750 ** Term
751
752 *** The variables `term-default-fg-color' and `term-default-bg-color'
753 are now deprecated in favor of the customizable face `term'.
754
755 *** You can customize how to display ANSI terminal colors and styles
756 by customizing the corresponding `term-color-<COLOR>',
757 `term-color-underline' and `term-color-bold' faces.
758
759 ** Tramp
760
761 *** The syntax has been extended in order to allow ad-hoc proxy definitions.
762
763 *** Remote processes are now also supported on remote MS-Windows hosts.
764
765 ** URL
766
767 *** Structs made by `url-generic-parse-url' have nil `attributes' slot.
768 Previously, this slot stored semicolon-separated attribute-value pairs
769 appended to some imap URLs, but this is not compatible with RFC 3986.
770 So now the `filename' slot stores the entire path and query components,
771 and the `attributes' slot is always nil.
772
773 *** New function `url-encode-url' for encoding a URI string.
774 The `url-retrieve' function now uses this to encode its URL argument,
775 in case that is not properly encoded.
776
777 ** notifications.el supports now version 1.2 of the Notifications API.
778 The function `notifications-get-capabilities' returns the supported
779 server properties.
780
781 ** Flymake uses fringe bitmaps to indicate errors and warnings.
782 See `flymake-fringe-indicator-position', `flymake-error-bitmap' and
783 `flymake-warning-bitmap'.
784
785 ** The FFAP option `ffap-url-unwrap-remote' can now be a list of strings,
786 specifying URL types that should be converted to remote file names at
787 the FFAP prompt. The default is now '("ftp").
788
789 ** New Ibuffer `derived-mode' filter, bound to `/ M'.
790 The old binding for `/ M' (filter by used-mode) is now bound to `/ m'.
791
792 ** New option `mouse-avoidance-banish-position' specifies where the
793 `banish' mouse avoidance setting moves the mouse.
794
795 ** In Perl mode, new option `perl-indent-parens-as-block' causes non-block
796 closing brackets to be aligned with the line of the opening bracket.
797
798 ** In Proced mode, new command `proced-renice' renices marked processes.
799
800 ** New option `async-shell-command-buffer' specifies the buffer to use
801 for a new asynchronous `shell-command' when the default output buffer
802 `*Async Shell Command*' is already in use.
803
804 ** SQL mode has a new option `sql-db2-escape-newlines'.
805 If non-nil, newlines sent to the command interpreter will be escaped
806 by a backslash. The default does not escape the newlines and assumes
807 that the sql statement will be terminated by a semicolon.
808
809 ** New command `tabulated-list-sort', bound to `S' in Tabulated List mode
810 (and modes that derive from it), sorts the column at point, or the Nth
811 column if a numeric prefix argument is given.
812
813 ** `which-func-modes' now defaults to t, so Which Function mode, when
814 enabled, applies to all applicable major modes.
815
816 ** `winner-mode-hook' now runs when the mode is disabled, as well as when
817 it is enabled.
818
819 ** Follow mode no longer works by using advice.
820 The option `follow-intercept-processes' has been removed.
821
822 ** `javascript-generic-mode' is now an obsolete alias for `js-mode'.
823
824 ** Hooks renamed to avoid obsolete "-hooks" suffix:
825 *** semantic-lex-reset-hooks -> semantic-lex-reset-functions
826 *** semantic-change-hooks -> semantic-change-functions
827 *** semantic-edits-new-change-hooks -> semantic-edits-new-change-functions
828 *** semantic-edits-delete-change-hooks -> semantic-edits-delete-change-functions
829 *** semantic-edits-reparse-change-hooks -> semantic-edits-reparse-change-functions
830 *** semanticdb-save-database-hooks -> semanticdb-save-database-functions
831 *** c-prepare-bug-report-hooks -> c-prepare-bug-report-hook
832 *** rcirc-sentinel-hooks -> rcirc-sentinel-functions
833 *** rcirc-receive-message-hooks -> rcirc-receive-message-functions
834 *** rcirc-activity-hooks -> rcirc-activity-functions
835 *** rcirc-print-hooks -> rcirc-print-functions
836 *** dbus-event-error-hooks -> dbus-event-error-functions
837 *** eieio-pre-method-execution-hooks -> eieio-pre-method-execution-functions
838 *** checkdoc-style-hooks -> checkdoc-style-functions
839 *** checkdoc-comment-style-hooks -> checkdoc-comment-style-functions
840 *** archive-extract-hooks -> archive-extract-hook
841 *** filesets-cache-fill-content-hooks -> filesets-cache-fill-content-hook
842 *** hfy-post-html-hooks -> hfy-post-html-hook
843 *** nndiary-request-create-group-hooks -> nndiary-request-create-group-functions
844 *** nndiary-request-update-info-hooks -> nndiary-request-update-info-functions
845 *** nndiary-request-accept-article-hooks -> nndiary-request-accept-article-functions
846 *** gnus-subscribe-newsgroup-hooks -> gnus-subscribe-newsgroup-functions
847
848 ** Obsolete packages
849
850 *** assoc.el
851 In most cases, assoc+member+push+delq work just as well.
852 And in any case it's just a terrible package: ugly semantics, terrible
853 inefficiency, and not namespace-clean.
854 *** bruce.el
855 *** cust-print.el
856 *** ledit.el
857 *** mailpost.el
858 *** mouse-sel.el
859 *** patcomp.el
860
861 \f
862 * Incompatible Lisp Changes in Emacs 24.3
863
864 ** Docstrings starting with `*' no longer indicate user options.
865 Only variables defined using `defcustom' are considered user options.
866 The function `user-variable-p' is now an obsolete alias for
867 `custom-variable-p'.
868
869 ** The return values of `defalias', `defun' and `defmacro' have changed,
870 and are now undefined. For backwards compatibility, `defun' and
871 `defmacro' currently return the name of the newly defined
872 function/macro, but this should not be relied upon.
873
874 ** `random' by default now returns a different random sequence in
875 every Emacs run. Use `(random S)', where S is a string, to set the
876 random seed to a value based on S, in order to get a repeatable
877 sequence in later calls.
878
879 ** If the NEWTEXT arg to `replace-match' contains a substring "\?",
880 that substring is inserted literally even if the LITERAL arg is
881 non-nil, instead of causing an error to be signaled.
882
883 ** `select-window' now always makes the window's buffer current.
884 It does so even if the window was selected before.
885
886 ** The function `x-select-font' can return a font spec, instead of a
887 font name as a string. Whether it returns a font spec or a font name
888 depends on the graphical library.
889
890 ** `face-spec-set' no longer sets frame-specific attributes when the
891 third argument is a frame (that usage was obsolete since Emacs 22.2).
892
893 ** `set-buffer-multibyte' now signals an error in narrowed buffers.
894
895 ** The CL package's `get-setf-method' function no longer exists.
896 Generalized variables are now part of core Emacs Lisp, and implemented
897 differently to the way cl.el used to do it. It is not possible to
898 define a compatible replacement for `get-setf-method'. See the file
899 gv.el for internal details of the new implementation.
900
901 ** The arguments of `dbus-register-signal' are no longer just strings,
902 but keywords or keyword-string pairs. The old argument list will
903 still be supported for Emacs 24.x.
904
905 ** Miscellaneous name changes
906 Some Lisp symbols have been renamed to correct their spelling,
907 or to be more consistent with standard Emacs terminology.
908
909 *** Renamed functions
910 **** hangul-input-method-inactivate -> hangul-input-method-deactivate
911 **** inactivate-input-method -> deactivate-input-method
912 **** quail-inactivate -> quail-deactivate
913 **** robin-inactivate -> robin-deactivate
914 **** viper-inactivate-input-method -> viper-deactivate-input-method
915 **** viper-inactivate-input-method-action ->
916 viper-deactivate-input-method-action
917 **** ucs-input-inactivate -> ucs-input-deactivate
918
919 *** Renamed hooks
920 The old hooks are still supported for backward compatibility, but they
921 are deprecated and will be removed eventually.
922 **** input-method-inactivate-hook -> input-method-deactivate-hook
923 **** robin-inactivate-hook -> robin-deactivate-hook
924 **** quail-inactivate-hook -> quail-deactivate-hook
925
926 *** Renamed variables
927 **** follow-deactive-menu -> follow-inactive-menu
928 **** inactivate-current-input-method-function ->
929 deactivate-current-input-method-function
930
931 ** Some obsolete functions, variables, and faces have been removed:
932 *** `last-input-char', `last-command-char', `unread-command-char'
933 *** `facemenu-unlisted-faces'
934 *** `rmail-decode-mime-charset'
935 *** `iswitchb-read-buffer'
936 *** `sc-version', `sc-submit-bug-report'
937 *** `set-char-table-default'
938 *** `string-to-sequence' (use `string-to-list' or `string-to-vector')
939 *** `compile-internal'
940 *** `modeline'
941 *** `mode-line-inverse-video'
942 *** `follow-mode-off-hook'
943 *** `cvs-commit-buffer-require-final-newline'
944 (use `log-edit-require-final-newline' instead)
945 *** `cvs-changelog-full-paragraphs'
946 (use `log-edit-changelog-full-paragraphs' instead)
947 *** `cvs-diff-ignore-marks', `cvs-diff-buffer-name'
948 *** `vc-ignore-vc-files' (use `vc-handled-backends' instead)
949 *** `vc-master-templates' (use `vc-handled-backends' instead)
950 *** `vc-checkout-carefully'
951
952 \f
953 * Lisp changes in Emacs 24.3
954
955 ** CL-style generalized variables are now in core Elisp.
956 `setf' is autoloaded; `push' and `pop' accept generalized variables.
957 You can define your own generalized variables using `gv-define-simple-setter',
958 `gv-define-setter', etc.
959
960 ** Emacs tries to macroexpand interpreted (non-compiled) files during load.
961 This can significantly speed up execution of non-byte-compiled code,
962 but can also bump into previously unnoticed cyclic dependencies.
963 These are generally harmless: they will simply cause the macro calls
964 to be left for later expansion (as before), but will result in a
965 warning ("Eager macro-expansion skipped due to cycle") describing the cycle.
966 You may wish to restructure your code so this does not happen.
967
968 ** New sampling-based Elisp profiler.
969 Try M-x profiler-start, do some work, and then call M-x profiler-report.
970 When finished, use M-x profiler-stop. The sampling rate can be based on
971 CPU time or memory allocations.
972
973 ** `defun' also accepts a (declare DECLS) form, like `defmacro'.
974 The interpretation of the DECLS is determined by `defun-declarations-alist'.
975
976 ** New macros `setq-local' and `defvar-local'.
977
978 ** Face underlining can now use a wave.
979
980 ** `read-regexp' has a new argument HISTORY; the first argument PROMPT
981 of `read-regexp' accepts a string ending with a colon and space, and its
982 second argument DEFAULTS can be a list of strings accessible via `M-n'
983 in the minibuffer ahead of other hard-coded useful regexp-related values.
984 More commands use `read-regexp' now to read their regexp arguments.
985
986 ** Completion
987
988 *** New function `completion-table-with-quoting' to handle completion
989 in the presence of quoting, such as file completion in shell buffers.
990
991 *** New function `completion-table-subvert' to use an existing completion
992 table, but with a different prefix.
993
994 ** Debugger
995
996 *** New error type and new function `user-error'.
997 These do not trigger the debugger.
998
999 *** New option `debugger-bury-or-kill', saying what to do with the
1000 debugger buffer when exiting debug.
1001
1002 *** Set `debug-on-message' to enter the debugger when a certain
1003 message is displayed in the echo area. This can be useful when trying
1004 to work out which code is doing something.
1005
1006 *** New var `inhibit-debugger', automatically set to prevent accidental
1007 recursive invocations.
1008
1009 ** Window handling
1010
1011 *** New command `fit-frame-to-buffer' adjusts the frame height to
1012 fit the contents.
1013
1014 *** The command `fit-window-to-buffer' can adjust the frame height
1015 if the new option `fit-frame-to-buffer' is non-nil.
1016
1017 *** New macro `with-temp-buffer-window', similar to
1018 `with-output-to-temp-buffer'.
1019
1020 *** `temp-buffer-resize-mode' no longer resizes windows that have been
1021 reused.
1022
1023 *** New option `switch-to-buffer-preserve-window-point' to restore a
1024 window's point when switching buffers.
1025
1026 *** New display action alist entries `window-height' and `window-width'
1027 specify the size of new windows created by `display-buffer'.
1028
1029 *** New display action alist entry `pop-up-frame-parameters', if
1030 non-nil, specifies frame parameters to give any newly-created frame.
1031
1032 *** New display action alist entry `inhibit-switch-frame', if non-nil,
1033 tells display action functions to avoid changing which frame is
1034 selected.
1035
1036 *** New display action alist entry `previous-window', if non-nil,
1037 specifies window to reuse in `display-buffer-in-previous-window'.
1038
1039 *** New display action functions `display-buffer-below-selected',
1040 and `display-buffer-in-previous-window'.
1041
1042 *** The functions `get-lru-window', `get-mru-window' and `get-largest-window'
1043 now accept a third argument to avoid choosing the selected window.
1044
1045 *** Additional values recognized for option `window-combination-limit'.
1046
1047 *** The following variables are obsolete, as they can be replaced by
1048 appropriate entries in the `display-buffer-alist' function introduced
1049 in Emacs 24.1:
1050 **** `dired-shrink-to-fit'
1051 **** `display-buffer-reuse-frames'
1052 **** `display-buffer-function'
1053 **** `special-display-buffer-names'
1054 **** `special-display-frame-alist'
1055 **** `special-display-function'
1056 **** `special-display-regexps'
1057
1058 ** Time
1059
1060 *** `current-time-string' no longer requires that its argument's year
1061 must be in the range 1000..9999. It now works with any year supported
1062 by the underlying C implementation.
1063
1064 *** `current-time' now returns extended-format time stamps
1065 (HIGH LOW USEC PSEC), where the new PSEC slot specifies picoseconds.
1066 PSEC is typically a multiple of 1000 on current machines. Other
1067 functions that use this format, such as `file-attributes' and
1068 `format-time-string', have been changed accordingly. Old-format time
1069 stamps are still accepted.
1070
1071 *** The format of timers in `timer-list' and `timer-idle-list' is now
1072 [TRIGGERED-P HI-SECS LO-SECS USECS REPEAT-DELAY FUNCTION ARGS IDLE-DELAY PSECS].
1073 The PSECS slot is new, and uses picosecond resolution. It can be
1074 accessed via the new `timer--psecs' accessor.
1075
1076 *** Last-modified time stamps in undo lists now are of the form
1077 (t HI-SECS LO-SECS USECS PSECS) instead of (t HI-SECS . LO-SECS).
1078
1079 ** Floating point functions now always return special values like NaN,
1080 instead of signaling errors, if given invalid args; e.g., (log -1.0).
1081 Previously, they returned NaNs on some platforms but signaled errors
1082 on others. The affected functions are acos, asin, tan, exp, expt,
1083 log, log10, sqrt, and mod.
1084
1085 ** New fringe bitmap `exclamation-mark'.
1086
1087 ** Miscellaneous changes to special forms and macros
1088
1089 *** `defun' and `defmacro' are now macros rather than special forms.
1090
1091 *** `kbd' is now a function rather than a macro.
1092
1093 ** Miscellaneous new functions
1094
1095 *** `set-temporary-overlay-map' sets up a temporary keymap that
1096 takes precedence over most other maps for a short while (normally one key).
1097
1098 *** `autoloadp' tests if its argument is an autoloaded object.
1099
1100 *** `autoload-do-load' performs the autoloading operation.
1101
1102 *** `buffer-narrowed-p' tests if the buffer is narrowed.
1103
1104 *** `file-name-base' returns a file name sans directory and extension.
1105
1106 *** `function-get' fetches a function property, following aliases.
1107
1108 *** `posnp' tests if an object is a `posn'.
1109
1110 *** `system-users' returns the user names on the system.
1111
1112 *** `system-groups' returns the group names on the system.
1113
1114 *** `tty-top-frame' returns the topmost frame of a text terminal.
1115
1116 ** The following functions and variables are obsolete:
1117 *** `automount-dir-prefix' (use `directory-abbrev-alist')
1118 *** `buffer-has-markers-at'
1119 *** `macro-declaration-function' (use `macro-declarations-alist')
1120 *** `window-system-version' (provides no useful information)
1121 *** `dired-pop-to-buffer' (use `dired-mark-pop-up')
1122 *** `query-replace-interactive'
1123 *** `font-list-limit' (has had no effect since Emacs < 23)
1124
1125 \f
1126 * Changes in Emacs 24.3 on non-free operating systems
1127
1128 ** Cygwin builds can use the native MS Windows user interface.
1129 Pass `--with-w32' to configure. The default remains the X11 interface.
1130
1131 ** Two new functions are available in Cygwin builds:
1132 `cygwin-convert-file-name-from-windows' and
1133 `cygwin-convert-file-name-to-windows'. These functions allow Lisp
1134 code to access the Cygwin file-name mapping machinery to convert
1135 between Cygwin and Windows-native file and directory names.
1136
1137 ** When invoked with the -nw switch to run on the Windows text-mode terminal,
1138 Emacs now supports `mouse-highlight', help-echo (in the echo area), and
1139 `mouse-autoselect-window'.
1140
1141 ** On MS Windows Vista and later Emacs now supports symbolic links.
1142
1143 ** On MS Windows, you can pass `--without-libxml2' to configure.bat to omit
1144 support for libxml2, even if its presence is detected.
1145
1146 ** On Mac OS X, the Nextstep port requires OS X 10.4 or later.
1147
1148 ** On Mac OS X, configure no longer automatically adds the Fink "/sw"
1149 directories to the search path. You must add them yourself if you want them.
1150
1151 \f
1152 * Changes in Emacs 24.2
1153
1154 ** This is mainly a bug-fix release.
1155
1156 \f
1157 * Installation Changes in Emacs 24.1
1158
1159 ** Emacs can be compiled with Gtk+ 3.0 if you pass --with-x-toolkit=gtk3
1160 to configure. Note that other libraries used by Emacs, RSVG and GConf,
1161 also depend on Gtk+. You can disable them with --without-rsvg and
1162 --without-gconf.
1163
1164 ** Emacs can be compiled with GnuTLS support.
1165 This happens by default if a suitably recent version of the library is
1166 found at build time. To prevent this, use the configure option
1167 `--without-gnutls'. See below for GnuTLS features.
1168
1169 ** Emacs can be compiled with SELinux support.
1170 This happens by default if a suitably recent version of the library is
1171 found at build time. To prevent this, use the configure option
1172 `--without-selinux'. See below for SELinux features.
1173
1174 ** Emacs can be compiled with ImageMagick support.
1175 This happens by default if a suitably recent version of the library is
1176 found at build time. To prevent this, use the configure option
1177 `--without-imagemagick'. See below for ImageMagick features.
1178 This feature is not available for the Nextstep or MS ports.
1179
1180 ** Emacs can be compiled with libxml2 support.
1181 This happens by default if a suitably recent version of the library is
1182 found at build time. To prevent this, use the configure option
1183 `--without-xml2'. See below for libxml2 features.
1184
1185 ** By default, the installed Info and man pages are compressed.
1186 You can disable this by configuring --without-compress-info.
1187
1188 ** New configure option --with-wide-int.
1189 With it, Emacs integers typically have 62 bits, even on 32-bit machines.
1190 On 32-bit hosts, this raises the limit on buffer sizes from about 512 MiB
1191 to about 2 GiB.
1192
1193 ** New configure options: --with-mmdf, --with-mail-unlink, --with-mailhost.
1194 These provide no new functionality, they just remove the need to edit
1195 lib-src/Makefile by hand in order to use the associated features.
1196
1197 ** New configure option --enable-use-lisp-union-type.
1198 This is only useful for Emacs developers to debug certain types of bugs.
1199 This is not a new feature; only the configure flag is new.
1200
1201 ** The standalone programs digest-doc and sorted-doc are removed.
1202 Emacs now uses Lisp commands `doc-file-to-man' and `doc-file-to-info'.
1203
1204 ** The standalone program `fakemail' is removed.
1205 If you need it, feedmail.el provides a superset of the functionality.
1206
1207 \f
1208 * Startup Changes in Emacs 24.1
1209
1210 ** The --unibyte, --multibyte, --no-multibyte, and --no-unibyte
1211 command line arguments, and the EMACS_UNIBYTE environment variable, no
1212 longer have any effect. (They were declared obsolete in Emacs 23.)
1213
1214 ** New command line option `--no-site-lisp' removes site-lisp directories
1215 from load-path. -Q now implies this. This option does not affect the
1216 EMACSLOADPATH environment variable (and hence has no effect for
1217 Nextstep builds).
1218
1219 \f
1220 * Changes in Emacs 24.1
1221
1222 ** Completion
1223
1224 *** Many packages now use the `completion-at-point' command,
1225 rather than implementing separate completion commands.
1226
1227 *** `completion-at-point' now handles tags and semantic completion.
1228
1229 *** Completion in a non-minibuffer now tries to detect the end of completion
1230 and pops down the *Completions* buffer accordingly.
1231
1232 *** New option `completion-cycle-threshold' allows completion cycling.
1233
1234 *** New option `completion-category-overrides' for overriding the
1235 default completion style in certain circumstances.
1236
1237 *** New completion style `substring'.
1238
1239 *** Completion of buffer names uses `substring' completion by default.
1240
1241 *** The option `widget-complete-field' has been removed.
1242
1243 ** Mail changes
1244
1245 *** The first time you try sending mail, Emacs asks for a mail method.
1246 This is implemented by a new default for `send-mail-function', which
1247 is `sendmail-query-once'. This offers to use the smtpmail package, or
1248 to use the old defaults relying on external mail facilities
1249 (`sendmail-send-it' on GNU/Linux and other Unix-like systems, and
1250 `mailclient-send-it' on Windows).
1251
1252 *** Typing C-c m in the buffer made by M-x report-emacs-bug transfers
1253 the report to your desktop's preferred mail client, if there is one.
1254 This uses either the "xdg-email" utility, or Mac OS's "open" command.
1255
1256 *** See Changes in Specialized Modes and Packages for SMTPmail changes
1257 and Mail mode changes
1258
1259 ** Emacs server and client changes
1260
1261 *** New option `server-port' specifies the port for TCP Emacs servers.
1262
1263 *** New emacsclient argument -q/--quiet suppresses some status messages.
1264
1265 *** New emacsclient argument --frame-parameters specifies the frame
1266 parameters of any newly-created graphical frame.
1267
1268 *** If emacsclient shuts down due to Emacs signaling an error,
1269 its exit status is 1.
1270
1271 *** New emacsclient argument --parent-id ID.
1272 This opens a client frame in parent X window ID, via XEmbed, similar
1273 to the --parent-id argument to Emacs.
1274
1275 ** Internationalization changes
1276
1277 *** Emacs now supports display and editing of bidirectional text.
1278 Right-to-left (RTL) scripts, such as Arabic, Farsi, and Hebrew, are
1279 displayed in the correct visual order as expected by users of those
1280 scripts. The display reordering is a "full bidirectionality" class
1281 implementation of the Unicode Bidirectional Algorithm (UBA). Buffers
1282 with no RTL text should look exactly the same as before.
1283
1284 **** New buffer-local variable `bidi-display-reordering'.
1285 To disable display reordering in a buffer, change this to nil.
1286
1287 **** New buffer-local variable `bidi-paragraph-direction'.
1288 If nil (the default), Emacs determines the base direction of each
1289 paragraph from its text, as specified by the UBA. Setting the value
1290 to `right-to-left' or `left-to-right' forces a base direction on each
1291 paragraph.
1292
1293 Paragraphs with right-to-left base direction are displayed starting at
1294 the right window edge.
1295
1296 *** Enhanced support for characters with no glyphs in available fonts,
1297 or, on text terminals, characters that cannot be encoded by the
1298 terminal coding system. The new option `glyphless-char-display-control'
1299 specifies how to display them: as a hexadecimal code in a box, a thin
1300 1-pixel space, an empty box, etc.
1301
1302 *** New input methods for Farsi and Bulgarian
1303 (farsi-isiri-9147, farsi-transliterate-banan, bulgarian-alt-phonetic).
1304
1305 *** `nobreak-char-display' now also highlights Unicode hyphen chars
1306 (U+2010 and U+2011).
1307
1308 *** New Hebrew translation of the Emacs Tutorial.
1309 Type `C-u C-h t' to choose it in case your language setup doesn't
1310 automatically select it.
1311
1312 ** An Emacs Lisp package manager is now included.
1313 This is a convenient way to download and install additional packages,
1314 from a package repository at http://elpa.gnu.org.
1315
1316 *** M-x list-packages shows a list of packages, which can be
1317 selected for installation.
1318
1319 *** New command `describe-package', bound to `C-h P'.
1320
1321 *** By default, all installed packages are loaded automatically when
1322 Emacs starts up. To disable this, set `package-enable-at-startup' to
1323 nil. To specify the packages to load, customize `package-load-list'.
1324
1325 ** Custom theme changes
1326
1327 *** New command `M-x customize-themes', which provides a convenient
1328 interface for enabling and disabling Custom themes.
1329
1330 *** New option `custom-theme-load-path' is the load path for themes.
1331 Emacs no longer looks for Custom themes in `load-path'. The default
1332 value of `custom-theme-load-path' says to look for themes in
1333 `custom-theme-directory', followed by a subdirectory of
1334 `data-directory' named "themes/", which contains a small selection of
1335 built-in Custom themes.
1336
1337 *** New option `custom-safe-themes' records known-safe theme files.
1338 If a theme is not in this list, Emacs queries before loading it, and
1339 offers to save the theme to `custom-safe-themes' automatically. By
1340 default, all themes included in Emacs are treated as safe.
1341
1342 ** Improved GTK integration
1343
1344 *** GTK scroll-bars are now placed on the right by default.
1345 The function `set-scroll-bar-mode' can change this.
1346
1347 *** GTK tool bars can have just text, just images or images and text.
1348 Customize `tool-bar-style' to choose the style. On a Gnome desktop,
1349 the default is taken from desktop settings.
1350
1351 *** GTK tool bars can be placed on any edge of the frame.
1352 The frame-parameter tool-bar-position controls this. It takes the
1353 values top, left, right or bottom. The Options => Show/Hide menu has
1354 entries for this.
1355
1356 *** The default colors for selected text (the `region' face) are taken
1357 from the GTK theme when Emacs is built with GTK.
1358
1359 *** Emacs uses GTK tooltips by default if built with GTK.
1360 You can disable this by changing `x-gtk-use-system-tooltips' to nil.
1361
1362 ** Graphical interface changes
1363
1364 *** On graphical displays, the mode-line no longer ends in dashes.
1365 Also, the first dash (which does not indicate anything) is just
1366 displayed as a space.
1367
1368 *** `menu-bar-select-buffer-function' lets you choose another operation
1369 instead of `switch-to-buffer' when selecting an item in the Buffers menu.
1370
1371 *** Lucid menus and dialogs can display antialiased fonts if Emacs is
1372 built with Xft. These fonts can be set via X resources, for example:
1373 Emacs.pane.menubar.font: Courier-12
1374
1375 ** Exiting changes
1376
1377 *** Emacs now calls `kill-emacs' if it receives SIGTERM or SIGHUP,
1378 or if it receives a SIGINT signal in batch mode.
1379
1380 *** `kill-emacs-hook' is now also run in batch mode.
1381 Third-party code which adds to `kill-emacs-hook' should check if they
1382 do the right thing in batch mode.
1383
1384 ** Scrolling changes
1385
1386 *** New scrolling commands `scroll-up-command' and `scroll-down-command'
1387 (bound to C-v/[next] and M-v/[prior]) do not signal errors at top/bottom
1388 of buffer at first key-press (instead they move to top/bottom of buffer)
1389 when `scroll-error-top-bottom' is non-nil.
1390
1391 *** New option `scroll-error-top-bottom' (see above).
1392
1393 *** New scrolling commands `scroll-up-line' and `scroll-down-line'
1394 scroll a line instead of full screen.
1395
1396 *** New property `scroll-command' should be set on a command's symbol to
1397 define it as a scroll command affected by `scroll-preserve-screen-position'.
1398
1399 *** If you customize `scroll-conservatively' to a value greater than 100,
1400 Emacs will never recenter point in the window when it scrolls due to
1401 cursor motion commands or commands that move point (e.f., `M-g M-g').
1402 Previously, you needed to use `most-positive-fixnum' as the value of
1403 `scroll-conservatively' to achieve the same effect.
1404
1405 *** "Aggressive" scrolling now honors the scroll margins.
1406 If you customize `scroll-up-aggressively' or
1407 `scroll-down-aggressively' and move point off the window, Emacs now
1408 scrolls the window so as to avoid positioning point inside the scroll
1409 margin.
1410
1411 ** Basic SELinux support has been added.
1412 This requires Emacs to be linked with libselinux at build time.
1413
1414 *** Emacs preserves the SELinux file context when backing up.
1415 Also, the function `copy-file' has an extra optional argument for
1416 preserving SELinux context, and the return value of `backup-buffer'
1417 now includes the SELinux context.
1418
1419 *** New functions `file-selinux-context' and `set-file-selinux-context'
1420 get and set the SELinux context of a file.
1421
1422 ** Trash changes
1423
1424 *** `delete-by-moving-to-trash' now only affects commands that specify
1425 trashing. This avoids inadvertently trashing temporary files.
1426
1427 *** Calling `delete-file' or `delete-directory' with a prefix argument
1428 now forces true deletion, regardless of `delete-by-moving-to-trash'.
1429
1430 ** File- and directory-local variable changes
1431
1432 *** You can stop directory local vars from applying to subdirectories.
1433 Add an element (subdirs . nil) to the alist portion of any variables
1434 settings to indicate that the section should not apply to
1435 subdirectories.
1436
1437 *** Directory local variables can apply to some file-less buffers.
1438 Affected modes include dired, vc-dir, and log-edit. For example,
1439 adding "(diff-mode . ((mode . whitespace)))" to .dir-locals.el will
1440 turn on `whitespace-mode' for *vc-diff* buffers. Modes should call
1441 `hack-dir-local-variables-non-file-buffer' to support this.
1442
1443 *** Using "mode: MINOR-MODE" to enable a minor mode is deprecated.
1444 Instead, use "eval: (minor-mode 1)".
1445
1446 *** The variable `inhibit-first-line-modes-regexps' has been renamed
1447 to `inhibit-local-variables-regexps'. As the name suggests, it now
1448 applies to ALL file local variables, not just -*- lines. The
1449 associated `inhibit-first-line-modes-suffixes' has been renamed in the
1450 corresponding way.
1451
1452 ** Window changes
1453
1454 *** The `quit-window' command now restores the last buffer displayed
1455 in the quitted window.
1456
1457 *** Resizing an Emacs frame now preserves proportional window sizes,
1458 modulo restrictions like window minimum sizes and fixed-size windows.
1459
1460 *** The behavior of `display-buffer' is now customizable in detail.
1461
1462 **** New option `display-buffer-base-action' specifies a list of
1463 user-determined display "actions" (functions and optional arguments
1464 for choosing the displaying window).
1465
1466 This takes precedence over the default display action, which is
1467 specified by `display-buffer-fallback-action'.
1468
1469 **** New option `display-buffer-alist' maps buffer name regexps to
1470 display actions, taking precedence over `display-buffer-base-action'.
1471
1472 *** New option `window-combination-limit'.
1473 The new option `window-combination-limit' allows to return the space
1474 obtained for resizing or creating a window more reliably to the window
1475 from which such space was obtained.
1476
1477 *** New option `window-combination-resize'.
1478 The new option `window-combination-resize' allows to split a window that
1479 otherwise cannot be split because it's too small by stealing space from
1480 other windows in the same combination. Subsequent resizing or deletion
1481 of the window will resize all windows in the same combination as well.
1482
1483 *** New option `frame-auto-hide-function' lets you choose between
1484 iconifying or deleting a frame when burying a buffer in a dedicated
1485 frame, or quitting a window showing a buffer in a frame of its own.
1486
1487 *** New commands `maximize-window' and `minimize-window'.
1488 These maximize and minimize the size of a window within its frame.
1489
1490 *** New commands `switch-to-prev-buffer' and `switch-to-next-buffer'.
1491 These functions allow to navigate through the live buffers that have
1492 been shown in a specific window.
1493
1494 ** Minibuffer changes
1495
1496 *** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'.
1497 This is handy for minibuffer-only frames, and is also used for the feature
1498 where mouse-1 pops up *Messages*"', which can now easily be changed.
1499
1500 *** Minibuffers set `truncate-lines' to nil.
1501 If you want to change the value to something else, you could use
1502 for example `minibuffer-setup-hook'.
1503
1504 ** `auto-mode-case-fold' is now enabled by default.
1505
1506 ** `backup-by-copying-when-mismatch' now defaults to t.
1507
1508 ** New basic faces `error', `warning', `success'.
1509 These are used to highlight text indicating failure, caution or
1510 successful operation.
1511
1512 ** New option `list-colors-sort' defines the color sort order
1513 for `list-colors-display'.
1514
1515 ** The variable `focus-follows-mouse' now always defaults to nil.
1516
1517 \f
1518 * Editing Changes in Emacs 24.1
1519
1520 ** Search changes
1521
1522 *** C-y in Isearch is now bound to `isearch-yank-kill', instead of
1523 `isearch-yank-line'.
1524
1525 *** M-y in Isearch is now bound to `isearch-yank-pop', instead of
1526 `isearch-yank-kill'.
1527
1528 *** M-s C-e in Isearch is now bound to `isearch-yank-line'.
1529
1530 ** New commands `count-words-region' and `count-words'.
1531
1532 *** M-= is bound to `count-words-region', not `count-lines-region'.
1533 The `count-words-region' command, when called interactively, reports
1534 the number of lines, words, and characters in the region. It is a
1535 superset of the old `count-lines-region', which is now an obsolete
1536 alias for it.
1537
1538 ** The command `just-one-space' (M-SPC), if given a negative argument,
1539 also deletes newlines around point.
1540
1541 ** Deletion changes
1542
1543 *** New option `delete-active-region'.
1544 If non-nil, [delete] and DEL delete the region if it is active and no
1545 prefix argument is given. If set to `kill', those commands kill
1546 instead.
1547
1548 *** New command `delete-forward-char', bound to [delete].
1549 This is meant for interactive use, and obeys `delete-active-region'.
1550 The command `delete-char' does not obey `delete-active-region'.
1551
1552 *** `delete-backward-char' is now a Lisp function.
1553 Apart from obeying `delete-active-region', its behavior is unchanged.
1554 However, the byte compiler now warns if it is called from Lisp; Lisp
1555 callers should use delete-char with a negative argument instead.
1556
1557 *** The option `mouse-region-delete-keys' has been deleted.
1558
1559 ** Selection changes.
1560
1561 The default handling of clipboard and primary selections has been
1562 changed to conform with modern X applications. In short, most
1563 commands for killing and yanking text now use the clipboard, while
1564 mouse commands use the primary selection.
1565
1566 In the following, we provide a list of these changes, followed by a
1567 list of steps to get the old behavior back if you prefer that.
1568
1569 *** `select-active-regions' now defaults to t.
1570 Merely selecting text (e.g. with drag-mouse-1) no longer puts it in
1571 the kill ring. The selected text is put in the primary selection, if
1572 the system possesses a separate primary selection facility (e.g. X).
1573
1574 **** `select-active-regions' also accepts a new value, `only'.
1575 This means to only set the primary selection for temporarily active
1576 regions (usually made by mouse-dragging or shift-selection);
1577 "ordinary" active regions, such as those made with C-SPC followed by
1578 point motion, do not alter the primary selection.
1579
1580 **** `mouse-drag-copy-region' now defaults to nil.
1581
1582 *** mouse-2 is now bound to `mouse-yank-primary'.
1583 This pastes from the primary selection, ignoring the kill-ring.
1584 Previously, mouse-2 was bound to `mouse-yank-at-click'.
1585
1586 *** `x-select-enable-clipboard' now defaults to t on all platforms.
1587
1588 *** `x-select-enable-primary' now defaults to nil.
1589 Thus, commands that kill text or copy it to the kill-ring (such as
1590 M-w, C-w, and C-k) also use the clipboard---not the primary selection.
1591
1592 **** The "Copy", "Cut", and "Paste" items in the "Edit" menu are now
1593 exactly equivalent to M-w, C-w, and C-y respectively.
1594
1595 **** Note that on MS-Windows, `x-select-enable-clipboard' was already
1596 non-nil by default, as Windows does not support the primary selection
1597 between applications.
1598
1599 *** To return to the previous behavior, do the following:
1600
1601 **** Change `select-active-regions' to nil.
1602 **** Change `mouse-drag-copy-region' to t.
1603 **** Change `x-select-enable-primary' to t (on X only).
1604 **** Change `x-select-enable-clipboard' to nil.
1605 **** Bind `mouse-yank-at-click' to mouse-2.
1606
1607 *** Support for X cut buffers has been removed.
1608
1609 *** X clipboard managers are now supported.
1610 To inhibit this, change `x-select-enable-clipboard-manager' to nil.
1611
1612 ** New command `C-x r N' (`rectangle-number-lines') numbers the lines
1613 in the current rectangle. With a prefix argument, this prompts for a
1614 number to count from and for a format string.
1615
1616 ** `redisplay-dont-pause' now defaults to t.
1617 This makes Emacs feel more responsive to editing commands that arrive
1618 at high rate, e.g. if you lean on some key, because stopping redisplay
1619 in the middle (when this variable is nil) forces more expensive
1620 updates later on, and Emacs appears to be unable to keep up.
1621
1622 ** The behavior of <TAB> for active regions in Text mode has changed.
1623 In Text and related modes, typing <TAB> (`indent-for-tab-command')
1624 when the region is active causes Emacs to indent all the lines in the
1625 region, aligning them with the line previous to the first line in the
1626 region (or with the left margin if there is no previous line).
1627
1628 ** When `occur' is called with a prefix argument, matching strings are
1629 collected into the `*Occur*' buffer without line numbers. If there
1630 are parenthesized subexpressions in the specified regexp, `occur'
1631 reads replacement text that may contain \\& and \\N whose convention
1632 follows `replace-match'.
1633
1634 \f
1635 * Changes in Specialized Modes and Packages in Emacs 24.1
1636
1637 ** Archive Mode has basic support for browsing and updating 7z archives.
1638
1639 ** BibTeX mode
1640
1641 *** BibTeX mode now supports biblatex.
1642 Use the variable `bibtex-dialect' to select different BibTeX dialects.
1643 `bibtex-entry-field-alist' is now an obsolete alias for
1644 `bibtex-BibTeX-entry-alist'.
1645
1646 *** New command `bibtex-search-entries', bound to C-c C-a.
1647
1648 *** New `bibtex-entry-format' option `sort-fields', disabled by default.
1649
1650 *** New variable `bibtex-search-entry-globally'.
1651
1652 ** Browse-url
1653
1654 *** New option `browse-url-mailto-function' specifies how to handle "mailto:"s.
1655
1656 *** The default browser used by the package is now the "xdg-open" program,
1657 on platforms that support it. This calls your desktop's preferred browser.
1658
1659 ** Calc
1660
1661 *** Support for musical notes.
1662
1663 *** Support for logarithmic units.
1664
1665 *** No longer uses the tex prefix for TeX specific unit names when
1666 using TeX or LaTeX mode.
1667
1668 *** New option to highlight selections using faces.
1669
1670 *** `calc-histogram' has the option of using a vector to determine the bins.
1671
1672 *** New "O" option prefix.
1673
1674 *** Use the "O" prefix to "d r" (`calc-radix') to turn on twos-complement mode.
1675
1676 ** Calendar, Diary, and Appt
1677
1678 *** Diary entries can contain non-printing "comments".
1679 See the variable `diary-comment-start'.
1680
1681 *** Appointments can specify their individual warning times.
1682 See the variable `appt-warning-time-regexp'.
1683
1684 *** The function specified by `appt-disp-window-function' may be passed
1685 lists of arguments if multiple appointments are due at similar times.
1686 If you are using a custom function for this, you should update it.
1687
1688 *** New function `diary-hebrew-birthday'.
1689
1690 *** Elements of `calendar-day-abbrev-array' and `calendar-month-abbrev-array'
1691 may no longer be nil, but must all be strings.
1692
1693 *** The obsolete (since Emacs 22.1) method of enabling the appt
1694 package by adding `appt-make-list' to `diary-hook' has been removed.
1695 Use `appt-activate' instead.
1696
1697 *** Some appt variables (obsolete since Emacs 22.1) have been removed:
1698 appt-issue-message (use the function appt-activate)
1699 appt-visible/appt-msg-window (use the variable appt-display-format)
1700
1701 *** Some diary function aliases (obsolete since Emacs 22.1) have been removed:
1702 view-diary-entries, list-diary-entries, show-all-diary-entries
1703
1704 ** CC Mode
1705
1706 *** New feature to "guess" the style in an existing buffer.
1707 The main entry point is M-x c-guess.
1708
1709 *** Java Mode now supports Java 5.0 (Tiger) and 6 (Mustang).
1710
1711 *** `c-beginning-of-defun' and `c-end-of-defun' now respect nested scopes.
1712 Thus C-M-a will, by default, go to the beginning of the immediate function,
1713 not the top level.
1714
1715 *** "Macros with semicolons" can be registered for correct indentation.
1716 Where such a macro ends a line (no semicolon) the next statement is no longer
1717 parsed as a statement continuation.
1718
1719 ** Comint and modes derived from it use the standard completion code.
1720
1721 ** Compilation mode
1722
1723 *** Compilation mode can be used without Font Lock mode.
1724 `compilation-parse-errors-function' is now obsolete.
1725
1726 *** New variable `compilation-filter-start', which is bound while
1727 `compilation-filter-hook' runs. It records the start position of the
1728 text inserted by `compilation-filter'.
1729
1730 *** `compilation-error-screen-columns' and `compilation-first-column'
1731 are obeyed in the editing buffer. So programming language modes can
1732 set them, whereas previously only the value in the *Compilation*
1733 buffer was used.
1734
1735 ** Customize
1736
1737 *** Customize buffers now contain a search field.
1738 The search is performed using `customize-apropos'.
1739 To turn off the search field, set `custom-search-field' to nil.
1740
1741 *** Options in customize group buffers start out hidden if not customized.
1742 Use the arrow to the left of the option name to toggle visibility.
1743
1744 *** custom-buffer-sort-alphabetically now defaults to t.
1745
1746 *** The color widget now has a "Choose" button, which allows you to
1747 choose a color via `list-colors-display'.
1748
1749 ** D-Bus
1750
1751 *** It is now possible to access buses other than the default system
1752 or session bus.
1753
1754 *** The `dbus-register-method' and `dbus-register-property' functions
1755 optionally do not register names.
1756
1757 *** The new function `dbus-register-service' registers a known service
1758 name on a D-Bus without also registering a property or a method.
1759
1760 ** Dired-x
1761
1762 *** C-x C-j (`dired-jump') and C-x 4 C-j (`dired-jump-other-window'),
1763 if called with a prefix argument, read a file name from the minibuffer
1764 instead of using the current buffer.
1765
1766 *** The "dired local variables" feature of Dired-x is obsolete.
1767 The standard directory local variables feature replaces it.
1768
1769 ** ERC changes
1770
1771 *** New options `erc-autojoin-timing' and `erc-autojoin-delay',
1772 controlling attempts to autojoin a channel.
1773
1774 *** New variable `erc-coding-system-precedence': If we use `undecided'
1775 as the server coding system, this variable will then be consulted.
1776 The default is to decode strings that can be decoded as utf-8 as
1777 utf-8, and do the normal `undecided' decoding for the rest.
1778
1779 ** Eshell changes
1780
1781 *** The default value of `eshell-directory-name' has changed
1782 to be an "eshell" directory in `user-emacs-directory'.
1783 The old "~/.eshell/" directory is still used if it exists, though.
1784
1785 ** gdb-mi
1786
1787 *** The M-x gdb command now uses the GDB Machine Interface protocol.
1788 It now supports multithread non-stop debugging and simultaneous
1789 debugging of several threads.
1790
1791 ** Image mode
1792
1793 *** RET (`image-toggle-animation') toggles animation, if applicable.
1794 Animation plays once, unless the option `image-animate-loop' is non-nil.
1795
1796 ** Info
1797
1798 *** New command M-x info-display-manual displays a named Info manual.
1799 If that manual is already visited in some Info buffer, it displays
1800 that buffer. (This is handy if you have many manuals in many *info*
1801 buffers, and don't remember the name of the buffer visiting the manual
1802 you want to consult.) Otherwise, it loads and displays the manual.
1803
1804 *** `e' is now bound to `end-of-buffer' rather than to `Info-edit'.
1805 This is for compatibility with the stand-alone Info reader program,
1806 and also because `Info-edit' is a rarely used command that is disabled
1807 by default.
1808
1809 ** Mail mode changes (not Message mode)
1810
1811 *** New command M-x mail-add-attachment for adding MIME attachments
1812
1813 *** The command M-x mail-attach-file was renamed to M-x mail-insert-file.
1814 (Its name is misleading, since it has nothing to do with MIME
1815 attachments.) The old name is now an obsolete alias to the new name.
1816
1817 ** MH-E has been updated to MH-E version 8.3.1.
1818 See MH-E-NEWS for details.
1819
1820 ** Modula-2 mode provides auto-indentation.
1821
1822 ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
1823
1824 ** nXML mode no longer binds C-RET to `nxml-complete'.
1825 Completion is now performed via `completion-at-point', bound to C-M-i
1826 or M-TAB. If `nxml-bind-meta-tab-to-complete-flag' is non-nil (the
1827 default), this performs tag completion.
1828
1829 ** Org mode has been updated to version 7.8.09.
1830 See ORG-NEWS for details.
1831
1832 ** Prolog mode has been completely revamped, with lots of additional
1833 functionality such as more intelligent indentation, electricity,
1834 support for more variants, including Mercury, and a lot more.
1835
1836 ** Rmail
1837
1838 *** The command `rmail-epa-decrypt' decrypts OpenPGP data
1839 in the Rmail incoming message.
1840
1841 *** The variable `rmail-message-filter' no longer has any effect.
1842 This change was made in Emacs 23.1 but was not advertised at the time.
1843 Try using `rmail-show-message-hook' instead.
1844
1845 ** Shell mode
1846
1847 *** M-x shell prompts for the shell path name if the default directory
1848 is a remote file name and neither the environment variable $ESHELL nor
1849 the variable `explicit-shell-file-name' is set.
1850
1851 *** TAB is now bound to the standard `completion-at-point' command,
1852 which now implements the pcomplete rules for shell command completion.
1853
1854 ** SMTPmail
1855
1856 *** SMTPmail now uses encrypted connections (via STARTTLS) by default
1857 if the mail server supports them. This uses either built-in GnuTLS
1858 support, or the starttls.el library. Customize `smtpmail-stream-type'
1859 to change this.
1860
1861 *** The variable `smtpmail-auth-credentials' has been removed.
1862 By default, the information is now stored in the file ~/.authinfo.
1863 This was the default value of smtpmail-auth-credentials. If you had
1864 customized smtpmail-auth-credentials to a list of user names and
1865 passwords, those settings are not used. During your first connection
1866 to the smtp server, Emacs will prompt for the user name and password,
1867 and offer to save them to ~/.authinfo. Or you can manually copy the
1868 credentials to ~/.authinfo. For example, if you had
1869
1870 (setq smtpmail-auth-credentials
1871 '(("mail.example.org" 25 "jim" "s!cret")))
1872
1873 then the equivalent line in ~/.authinfo would be
1874
1875 machine mail.example.org port 25 login jim password s!cret
1876
1877 See the auth-source manual for more information, e.g. on encrypting
1878 the credentials file.
1879
1880 *** The variable `smtpmail-starttls-credentials' has been removed.
1881 If you had that set, you need to put
1882
1883 machine smtp.whatever.foo port 25 key "~/.my_smtp_tls.key" cert "~/.my_smtp_tls.cert"
1884
1885 in your ~/.authinfo file instead.
1886
1887 *** SMTPmail defaults to using the address in the From: header as the
1888 SMTP MAIL FROM envelope. To override this, set `mail-envelope-from'
1889 to the address you wish to use instead.
1890
1891 ** SQL mode
1892
1893 *** New options `sql-port', `sql-connection-alist', `sql-send-terminator',
1894 and `sql-oracle-scan-on'.
1895
1896 *** New options controlling prompting for login parameters.
1897 Each supported product has a custom variable `sql-*-login-params',
1898 which is a list of the parameters to be prompted for before a
1899 connection is established.
1900
1901 *** The command `sql-product-interactive' now takes a prefix argument,
1902 which causes it to prompt for an SQL product.
1903
1904 *** Product-specific SQL interactive commands now take prefix arguments.
1905 These commands (`sql-sqlite', `sql-postgres', `sql-mysql', etc.),
1906 given a prefix argument, prompt for a name for the SQL interactive
1907 buffer. This reduces the need for calling `sql-rename-buffer'.
1908
1909 *** SQL interactive modes suppress command continuation prompts, and
1910 replace tabs with spaces. The first change impacts multiple line SQL
1911 statements entered with C-j between each line, statements yanked into
1912 the buffer and statements sent with `sql-send-*' functions. The
1913 second prevents the MySQL and Postgres interpreters from listing
1914 object name completions when sent text via `sql-send-*' functions.
1915
1916 *** New command `sql-connect' starts a predefined SQLi session,
1917 using the login parameters from `sql-connection-alist'.
1918
1919 *** New "Save Connection" menu item in SQLi buffers.
1920 This gathers the login params specified for the SQLi session, if it
1921 was not started by a connection, and saves them as a new connection.
1922
1923 *** New commands for listing database objects and details:
1924 sql-list-all and sql-list-table.
1925
1926 *** An API for manipulating SQL product definitions has been added.
1927
1928 ** TeX modes
1929
1930 *** latex-electric-env-pair-mode keeps \begin..\end matched on the fly.
1931
1932 ** Tramp
1933
1934 *** New inline access method "ksu" (kerberized su).
1935
1936 *** The following access methods are discontinued: "ssh1_old",
1937 "ssh2_old", "scp1_old", "scp2_old", "imap", "imaps" and "fish".
1938
1939 *** The user option `remote-file-name-inhibit-cache' controls whether
1940 remote file attributes are cached for better performance.
1941
1942 *** The option `ange-ftp-binary-file-name-regexp' has changed its
1943 default value to "".
1944
1945 *** Handlers for `file-selinux-context' and `set-file-selinux-context'
1946 for remote machines which support SELinux.
1947
1948 ** New function `url-queue-retrieve', which behaves like url-retrieve,
1949 but with limits (`url-queue-parallel-processes', `url-queue-timeout') on
1950 the degree of parallelism.
1951
1952 ** VC and related modes
1953
1954 *** Support for pulling on distributed version control systems.
1955 The command C-x v + (`vc-pull') runs a "pull" operation, if it is
1956 supported (currently with Bzr, Git, and Mercurial), to update the
1957 current branch and working tree. A prefix argument means to prompt
1958 the user for specifics, e.g. a pull location.
1959
1960 *** `vc-update' is now an alias for `vc-pull'.
1961
1962 *** Support for merging on distributed version control systems.
1963 The command C-x v m (`vc-merge') now runs a "merge" operation, if it
1964 is supported (currently with Bzr, Git, and Mercurial), to merge
1965 changes from another branch into the current one. It prompts for
1966 specifics, e.g. a merge source.
1967
1968 *** New option `vc-revert-show-diff' controls whether `vc-revert'
1969 shows a diff while querying the user. It defaults to t.
1970
1971 *** Log entries in some Log View buffers can be toggled to display a
1972 longer description by typing RET (log-view-toggle-entry-display).
1973 This is currently supported for Bzr, Git, and Mercurial (to support
1974 another backend, define a `log-view-expanded-log-entry-function').
1975 In the Log View buffers made by C-x v L (`vc-print-root-log'), you can
1976 use this to display the full log entry for the revision at point.
1977
1978 *** New command `vc-ediff' allows visual comparison of two revisions
1979 of a file similar to `vc-diff', but using ediff backend.
1980
1981 *** The option `vc-initial-comment' was removed in Emacs 23.2, but
1982 this was not advertised at the time.
1983
1984 *** `vc-toggle-read-only' is an obsolete alias for `toggle-read-only'.
1985 Since Emacs 23, it has done the same thing as `toggle-read-only', but
1986 this was not advertised at the time.
1987
1988 ** Obsolete modes
1989
1990 *** abbrevlist.el
1991
1992 *** erc-hecomplete.el (use erc-pcomplete.el instead)
1993
1994 *** partial-completion-mode (complete.el) is obsolete.
1995 You can get a comparable behavior with:
1996 (setq completion-styles '(partial-completion initials))
1997 (setq completion-pcm-complete-word-inserts-delimiters t)
1998
1999 *** pc-mode.el is obsolete (CUA mode is much more comprehensive).
2000
2001 *** pgg is obsolete (use EasyPG instead).
2002
2003 *** sregex.el is obsolete, since rx.el is a strict superset.
2004
2005 *** s-region.el and pc-select.el are obsolete.
2006 They are superseded by shift-select-mode, enabled by default since 23.1.
2007
2008 *** vc-mcvs.el is obsolete (for lack of a maintainer).
2009
2010 ** Miscellaneous
2011
2012 *** The Landmark game is now invoked with `landmark', not `lm'.
2013 Its functions and variables have been similarly renamed.
2014
2015 *** In `ido-file-completion-map', C-v is no longer bound to `ido-toggle-vc'.
2016 (This interfered with cua-mode.)
2017
2018 *** f90.el has some support for Fortran 2008 syntax.
2019
2020 *** `copyright-fix-years' can optionally convert consecutive years to ranges.
2021
2022 *** New command `nato-region' converts text to NATO phonetic alphabet.
2023
2024 \f
2025 * New Modes and Packages in Emacs 24.1
2026
2027 ** Occur Edit mode applies edits made in *Occur* buffers to the
2028 original buffers. It is bound to "e" in Occur mode.
2029
2030 ** New global minor mode electric-pair-mode.
2031 When enabled, typing an open parenthesis automatically inserts the
2032 matching closing one.
2033
2034 ** New global minor mode electric-indent-mode.
2035 When enabled, typing certain characters triggers reindentation.
2036 Major modes wishing to use this can set electric-indent-chars or
2037 electric-indent-functions.
2038
2039 ** New global minor mode electric-layout-mode.
2040 When enabled, typing certain characters automatically inserts newlines.
2041 Major modes wishing to use this can set electric-layout-rules.
2042
2043 ** tabulated-list.el provides a generic major mode for tabulated data,
2044 from which other modes can be derived.
2045
2046 ** pcase.el provides the ML-style pattern matching macro `pcase'.
2047
2048 ** secrets.el is an implementation of the Secret Service API, an
2049 interface to password managers like GNOME Keyring or KDE Wallet. The
2050 Secret Service API requires D-Bus for communication. The command
2051 `secrets-show-secrets' offers a buffer with a visualization of the
2052 secrets.
2053
2054 ** notifications.el provides an implementation of the Desktop
2055 Notifications API. It requires D-Bus for communication.
2056
2057 ** soap-client.el supports access to SOAP web services from Emacs.
2058 soap-inspect.el is an interactive inspector for SOAP WSDL structures.
2059
2060 ** New generic mode, xmodmap-generic-mode, for xmodmap files.
2061
2062 ** New emacs-lock.el package.
2063 The previous version has been moved to obsolete/old-emacs-lock.el.
2064 Now, there is a proper minor mode `emacs-lock-mode'. Protection
2065 against exiting Emacs and killing the buffer can be set separately.
2066 The mechanism for automatically turning off protection for buffers
2067 with dead inferior processes has been generalized.
2068
2069 \f
2070 * Incompatible Lisp Changes in Emacs 24.1
2071
2072 ** Passing a nil argument to a minor mode function call now ENABLES
2073 the minor mode unconditionally. This is so that you can write e.g.
2074
2075 (add-hook 'text-mode-hook 'foo-mode)
2076
2077 to enable foo-mode in Text mode buffers, removing the need for
2078 `turn-on-foo-mode' style functions. This affects all mode commands
2079 defined by `define-minor-mode'. If called interactively, the mode
2080 command still toggles the minor mode.
2081
2082 ** The return value of `backup-buffer' has changed.
2083 It is now a list of three elements, where the second element is a list
2084 describing the original file's SELinux context. If Emacs or the
2085 system lacks SELinux support, the context list is (nil nil nil nil).
2086 See "Basic SELinux support" above, under "Changes in Emacs 24.1".
2087
2088 ** `char-direction-table' and the `char-direction' function were deleted.
2089 They were buggy and inferior to the new support of bidirectional
2090 editing introduced in Emacs 24. If you need the bidirectional
2091 properties of a character, use `get-char-code-property' with the last
2092 argument `bidi-class'.
2093
2094 ** `copy-directory' now copies the source directory as a subdirectory
2095 of the target directory, if the latter is an existing directory. The
2096 new optional arg COPY-CONTENTS, if non-nil, makes the function copy
2097 the contents directly into a pre-existing target directory.
2098
2099 ** For mouse click input events in the text area, the Y pixel
2100 coordinate in the POSITION list now counts from the top of the text
2101 area, excluding any header line. Previously, it counted from the top
2102 of the header line.
2103
2104 ** Support for "old-style" backquotes, obsolete for 10+ years, has
2105 been further reduced. Now a backquote not followed by a space is
2106 always treated as a "new-style" backquote. Please remove all
2107 "old-style" backquotes from your code. If your code uses backquotes
2108 as documented in the Elisp manual, and compiles without warning, then
2109 you have nothing to do in this regard. Code not following the
2110 appropriate conventions may fail to compile.
2111
2112 The most common cause of trouble seems to be an old-style backquote
2113 followed by a newline. Another cause of trouble is vector notation
2114 for key sequence notation: instead of [(control ,)] and [(control ')],
2115 you should write [(control ?,)] and [(control ?')], which will work in
2116 older Emacsen too.
2117
2118 ** The macro `eval-at-startup' was removed in Emacs 23.2, but this
2119 was not advertised at the time. The function `custom-initialize-delay'
2120 replaced all known uses.
2121
2122 ** `view-buffer' now treats special mode-class in the same way that
2123 `view-file' has since Emacs 22 (i.e. it won't enable View mode if the
2124 major mode is special).
2125
2126 ** Menu and tool bar changes
2127
2128 *** During startup, Emacs no longer adds entries for `menu-bar-lines'
2129 and `tool-bar-lines' to `default-frame-alist' and `initial-frame-alist'.
2130 With these alist entries omitted, `make-frame' checks the value of the
2131 variable `menu-bar-mode'/`tool-bar-mode' to determine whether to create
2132 a menu-bar or tool-bar, respectively. If the alist entries are added,
2133 they override the value of `menu-bar-mode'/`tool-bar-mode'.
2134
2135 *** The menu bar bindings's caches are not used any more.
2136 Use (where-is-internal <def> nil t) instead.
2137
2138 ** Regions created by mouse dragging are now normal active regions,
2139 similar to those created by shift-selection (see Selection changes
2140 above). In previous Emacs versions, these regions were delineated by
2141 `mouse-drag-overlay'; that variable has been removed.
2142
2143 ** The fourth argument of `filter-buffer-substring' has been removed.
2144 If you want to remove text properties from the final result, simply
2145 pass the result through substring-no-properties.
2146
2147 ** cl.el no longer provides `cl-19'.
2148
2149 ** The following obsolete functions and aliases have been removed
2150 (the appropriate new function is given in parentheses; "not needed"
2151 means you can just remove all calls to the function in question):
2152
2153 *** `comint-kill-output' (`comint-delete-output')
2154 *** `decompose-composite-char' (`char-to-string')
2155 *** `outline-visible' (`outline-invisible-p')
2156 *** `internal-find-face' (`facep')
2157 *** `internal-get-face' (`facep and check-face')
2158 *** `frame-update-faces' (not needed)
2159 *** `frame-update-face-colors' (`frame-set-background-mode')
2160 *** `x-frob-font-weight' and `x-frob-font-slant' (`make-face-*' functions)
2161 *** `x-make-font-bold and x-make-font-demibold (`make-face-bold')
2162 *** `x-make-font-italic' and `x-make-font-oblique' (`make-face-italic')
2163 *** `x-make-font-bold-italic' (`make-face-bold-italic')
2164 *** `x-make-font-unbold' (`make-face-unbold')
2165 *** `x-make-font-unitalic' (`make-face-unitalic')
2166 *** `mldrag-drag-mode-line' (`mouse-drag-mode-line')
2167 *** `mldrag-drag-vertical-line' (`mouse-drag-vertical-line')
2168 *** `iswitchb-default-keybindings' (`iswitchb-mode')
2169 *** `char-bytes' (== 1)
2170 *** `isearch-return-char' (`isearch-printing-char')
2171 *** `make-local-hook' (not needed)
2172 *** `set-screen-height' (`set-frame-height')
2173 *** `set-screen-width' (`set-frame-width')
2174
2175 ** The following obsolete variables and varaliases have been removed
2176 (the appropriate new variable is given in parentheses):
2177
2178 *** `checkdoc-minor-keymap' (`checkdoc-minor-mode-map')
2179 *** `vc-header-alist' (`vc-BACKEND-header')
2180 *** `directory-sep-char' (== ?/)
2181 *** `font-lock-defaults-alist' (`font-lock-defaults')
2182 *** `e' (`float-e').
2183
2184 ** The following obsolete files were removed:
2185 sc.el, x-menu.el, rnews.el, rnewspost.el
2186
2187 ** The format of the finder-inf.el file has changed, since the Finder
2188 mechanism is now based on the package system. The variable
2189 `finder-package-info' is replaced by `package--builtins' and
2190 `finder-keywords-hash'.
2191
2192 ** When generating autoloads, `update-directory-autoloads' no longer
2193 assumes every inspected file is in your `load-path'. It instead
2194 generates relative names according to the current `load-path'.
2195
2196 \f
2197 * Lisp changes in Emacs 24.1
2198
2199 ** Code can now use lexical scoping by default instead of dynamic scoping.
2200 The `lexical-binding' variable enables lexical scoping for local
2201 variables. It is typically set via a file-local variable in the first
2202 line of the file, in which case it applies to all the code in that
2203 file.
2204
2205 *** `eval' takes a new optional argument `lexical' to choose the new lexical
2206 binding instead of the old dynamic binding mode.
2207
2208 *** Lexically scoped interpreted functions are represented with a new form
2209 of function value which looks like (closure ENV ARGS &rest BODY).
2210
2211 *** New macro `letrec' to define recursive local functions.
2212
2213 *** `defvar' and `defconst' now mark the variable as special (dynamic).
2214 So do `defcustom' and other forms that call `defvar' as a subroutine.
2215
2216 *** New function `special-variable-p' to check whether a variable is
2217 declared as dynamically bound.
2218
2219 *** The form ((lambda ...) ...) is deprecated.
2220
2221 ** An Emacs Lisp testing tool is now included.
2222 Emacs Lisp developers can use this tool to write automated tests for
2223 their code. See the ERT info manual for details.
2224
2225 ** Changes for bidirectional display and editing
2226
2227 *** New function `current-bidi-paragraph-direction'.
2228 This returns the base direction of the paragraph at point.
2229
2230 *** New function `bidi-string-mark-left-to-right'.
2231 Given a string containing characters from right-to-left scripts, this
2232 function returns another string which can be safely inserted into a
2233 buffer, such that any following text will be always displayed to the
2234 right of that string. (This works by appending an invisible Unicode
2235 "LEFT-TO-RIGHT MARK" character if the argument string might need it.)
2236
2237 This is useful when the buffer has overall left-to-right paragraph
2238 direction and you need to insert a string whose contents are not known
2239 in advance, without disrupting the layout of the line.
2240
2241 ** Window changes
2242
2243 *** Window tree functions are accessible in Elisp.
2244 Functions are provided to return the parent, siblings or child windows
2245 of any window including internal windows (windows not associated with a
2246 buffer) in the window tree.
2247
2248 **** New function `window-valid-p' gives non-nil for live and internal
2249 windows.
2250
2251 **** Window manipulation can deal with internal windows.
2252 Many window handling functions like `split-window', `delete-window', or
2253 `delete-other-windows' as well as the window resizing functions can now
2254 act on any window including internal ones.
2255
2256 *** window-total-height/-width vs window-body-height/-width.
2257 The function `window-height' has been renamed to `window-total-height'
2258 and `window-width' has been renamed to `window-body-width'. The old
2259 names are provided as aliases. Two new functions `window-total-width'
2260 and `window-body-height' are provided.
2261
2262 *** Window parameters specific to window handling functions.
2263 For each window you can specify a parameter to override the default
2264 behavior of a number of functions like `split-window', `delete-window'
2265 and `delete-other-windows'. The variable `ignore-window-parameters'
2266 allows to ignore processing such parameters.
2267
2268 *** New semantics of third argument of `split-window'.
2269 The third argument of `split-window' has been renamed to SIDE and can be
2270 set to any of the values 'below, 'right, 'above, or 'left to make the
2271 new window appear on the corresponding side of the window that shall be
2272 split. Any other value of SIDE will cause `split-window' to split the
2273 window into two side-by-side windows as before.
2274
2275 *** Window resizing functions.
2276 A new standard function for resizing windows called `window-resize' has
2277 been introduced. This and all other functions for resizing windows no
2278 longer delete any windows when they become too small.
2279
2280 *** Deleting the selected window now selects the most recently selected
2281 live window on that frame instead.
2282
2283 *** `adjust-window-trailing-edge' adjustments.
2284 `adjust-window-trailing-edge' can now deal with fixed-size windows and
2285 is able to resize other windows if a window adjacent to the trailing
2286 edge cannot be shrunk any more. This makes its behavior more similar to
2287 that of Emacs 21 without compromising, however, its inability to delete
2288 windows which was introduced in Emacs 22.
2289
2290 *** Window-local buffer lists.
2291 Windows now have local buffer lists. This means that removing a buffer
2292 from display in a window will preferably show the buffer previously
2293 shown in that window with its previous window-start and window-point
2294 positions. This also means that the same buffer may be automatically
2295 shown twice even if it already appears in another window.
2296
2297 *** `switch-to-buffer' has a new optional argument FORCE-SAME-WINDOW,
2298 which if non-nil requires the buffer to be displayed in the currently
2299 selected window, signaling an error otherwise. If nil, another window
2300 can be used, e.g. if the selected one is strongly dedicated.
2301
2302 *** `split-window-vertically' and `split-window-horizontally' renamed
2303 to `split-window-below' and `split-window-right' respectively.
2304 The old names are kept as aliases.
2305
2306 *** Display actions
2307
2308 **** The second arg to `display-buffer' and `pop-to-buffer' is now
2309 named ACTION, and takes a display action of the same form as
2310 `display-buffer-base-action' (see Changes, above). A non-nil,
2311 non-list value is treated specially, as the old meaning.
2312
2313 **** New variable `display-buffer-overriding-action'.
2314
2315 **** The procedure of `display-buffer' etc. to choose a window is
2316 determined by combining `display-buffer-overriding-action',
2317 `display-buffer-alist', the ACTION arg, `display-buffer-base-action',
2318 and `display-buffer-fallback-action'. The second and fourth of these
2319 are user-customizable variables.
2320
2321 See the docstring of `display-buffer' for details.
2322
2323 *** New functions `window-state-get' and `window-state-put'.
2324 These functions allow to save and restore the state of an arbitrary
2325 frame or window as an Elisp object.
2326
2327 ** Completion
2328
2329 *** New variable `completion-extra-properties' used to specify extra
2330 properties of the current completion:
2331 - :annotate-function, same as the old completion-annotate-function.
2332 - :exit-function, function to call after completion took place.
2333
2334 *** Functions on `completion-at-point-functions' can return any of the
2335 properties valid for `completion-extra-properties'.
2336
2337 *** `completion-annotate-function' is obsolete.
2338
2339 *** New `metadata' method for completion tables. The metadata thus returned
2340 can specify various details of the data returned by `all-completions':
2341 - `category' is the kind of objects returned (e.g., `buffer', `file', ...),
2342 used to select a style in completion-category-overrides.
2343 - `annotation-function' to add annotations in *Completions*.
2344 - `display-sort-function' to specify how to sort entries in *Completions*.
2345 - `cycle-sort-function' to specify how to sort entries when cycling.
2346
2347 *** `minibuffer-local-filename-must-match-map' is not used any more.
2348 Instead, the bindings in `minibuffer-local-filename-completion-map'
2349 are combined with `minibuffer-local-must-match-map'.
2350
2351 *** New variable `completing-read-function' allows overriding the
2352 behavior of `completing-read'.
2353
2354 ** `glyphless-char-display' can now distinguish between graphical and
2355 text terminal display, via a char-table entry that is a cons cell.
2356
2357 ** `pre-command-hook'/`post-command-hook' are not reset to nil on error.
2358 Instead, the offending function is removed.
2359
2360 ** New hook types
2361
2362 *** New function `run-hook-wrapped' for running an abnormal hook by
2363 passing the hook functions as arguments to a "wrapping" function.
2364 Like `run-hook-with-args-until-success', it stops at the first
2365 non-nil return value.
2366
2367 *** New macro `with-wrapper-hook' for running an abnormal hook as a
2368 set of "wrapping" filters, similar to around advice.
2369 (A version of this macro was actually added in Emacs 23.2 but was not
2370 advertised at the time.)
2371
2372 ** Debugger changes
2373
2374 *** New macro `condition-case-unless-debug' (this was actually added in
2375 Emacs 23.1 as condition-case-no-debug, but not advertised)
2376
2377 *** The macro `with-demoted-errors' was added in Emacs 23.1, but not advertised.
2378
2379 *** Variable `stack-trace-on-error' removed.
2380
2381 *** The debugger can now "continue" from an error, which means it will
2382 jump to the error handler as if the debugger had not been invoked
2383 instead of jumping all the way to the top-level.
2384
2385 *** Set `debug-on-event' to enter the debugger on events like SIGUSR1.
2386 This can be useful when `inhibit-quit' is set.
2387
2388 ** The new function `server-eval-at' allows evaluation of Lisp forms on
2389 named Emacs server instances.
2390
2391 ** `call-process' and `call-process-region' allow a `(:file "file")' spec
2392 to redirect STDOUT to a file.
2393
2394 ** The function `format-time-string' now supports the %N directive,
2395 for higher-resolution time stamps.
2396
2397 ** New input reading functions
2398
2399 *** New function `read-char-choice' reads a restricted set of
2400 characters, discarding any inputs not inside the set.
2401
2402 *** The command `read-color' now requires a match for a color name
2403 or RGB triplet, instead of signaling an error if the user provides
2404 invalid input.
2405
2406 **** `facemenu-read-color' is now an alias for `read-color'.
2407
2408 ** `image-library-alist' is renamed to `dynamic-library-alist'.
2409 The variable is now used to load all kind of supported dynamic libraries,
2410 not just image libraries. The previous name is still available as an
2411 obsolete alias.
2412
2413 ** Syntax parsing changes
2414
2415 *** New variable `syntax-propertize-function'.
2416 This replaces `font-lock-syntactic-keywords' which is now obsolete.
2417 This allows syntax-table properties to be set independently from font-lock:
2418 just call syntax-propertize to make sure the text is propertized.
2419 Together with this new variable come a new hook
2420 syntax-propertize-extend-region-functions, as well as two helper functions:
2421 syntax-propertize-via-font-lock to reuse old font-lock-syntactic-keywords
2422 as-is; and syntax-propertize-rules which provides a new way to specify
2423 syntactic rules.
2424
2425 *** Syntax tables support a new "comment style c" additionally to style b.
2426
2427 ** New hook `post-self-insert-hook', run after `self-insert-command'.
2428
2429 ** frame-local variables cannot be let-bound any more.
2430
2431 ** Major and minor mode changes
2432
2433 *** `set-auto-mode' now respects mode: local variables at the end of files,
2434 as well as those in the -*- line.
2435
2436 *** `prog-mode' is a new major mode from which programming modes
2437 should be derived.
2438
2439 **** `prog-mode-hook' can be used to enable features for programming
2440 modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
2441 on-the-fly spell checking for comments and strings.
2442
2443 *** New hook `change-major-mode-after-body-hook', run by
2444 `run-mode-hooks' just before any other mode hooks.
2445
2446 *** Enabled globalized minor modes can be disabled in specific major modes.
2447 If the global mode is global-FOO-mode, then run (FOO-mode -1) in the
2448 major mode's hook, where FOO-mode toggles the mode on a per-buffer basis.
2449
2450 *** `define-minor-mode' accepts new keywords :variable, :after-hook.
2451
2452 ** File-handling changes
2453
2454 *** `delete-file' and `delete-directory' now accept optional arg TRASH.
2455 Trashing is performed if TRASH and `delete-by-moving-to-trash' are
2456 both non-nil. Interactively, TRASH defaults to t, unless a prefix
2457 argument is supplied (see Trash changes, above).
2458
2459 *** New file predicates: `file-equal-p', `file-in-directory-p'.
2460
2461 ** Tool-bars can display separators.
2462 Tool-bar separators are handled like menu separators in menu-bar maps,
2463 i.e. via menu entries of the form `(menu-item "--")'.
2464
2465 ** Image API
2466
2467 *** Animated images support (currently animated gifs only).
2468
2469 **** `image-animated-p' returns non-nil if an image can be animated.
2470
2471 **** `image-animate' animates a supplied image spec.
2472
2473 **** `image-animate-timer' returns the timer object for an image that
2474 is being animated.
2475
2476 *** `image-extension-data' has been renamed to `image-metadata'.
2477 The old name is an obsolete alias to the new one.
2478
2479 *** Image mode can view any image type that ImageMagick supports.
2480 This requires Emacs to be built with ImageMagick support.
2481
2482 **** New function `imagemagick-types', defined if ImageMagick support
2483 is enabled, returns a list of image file extensions that your
2484 ImageMagick installation supports.
2485
2486 **** New function `imagemagick-register-types' enables ImageMagick
2487 image types in Image mode and in `create-image' and other helper
2488 functions.
2489
2490 **** New option `imagemagick-types-inhibit' excludes certain
2491 ImageMagick image types from `imagemagick-register-types'.
2492
2493 **** With ImageMagick support, there are extra Image mode commands to
2494 resize and rotate images: `image-transform-fit-to-height',
2495 `image-transform-fit-to-width', `image-transform-set-rotation', and
2496 `image-transform-set-scale'.
2497
2498 ** `compose-mail' now accepts an optional 8th arg, RETURN-ACTION, and
2499 passes it to the mail user agent function. This argument specifies an
2500 action for returning to the caller after finishing with the mail. For
2501 example, this is used by Rmail to optionally delete a mail window.
2502
2503 ** XML and HTML parsing
2504 If Emacs is compiled with libxml2 support, there are two new
2505 functions: `libxml-parse-html-region' (which parses "real world" HTML)
2506 and `libxml-parse-xml-region' (which parses XML). Both return an
2507 Emacs Lisp parse tree.
2508
2509 ** Networking and encryption changes
2510
2511 *** `open-network-stream' can now be used to open an encrypted stream.
2512 It now accepts an optional `:type' parameter for initiating a TLS
2513 connection, directly or via STARTTLS. To do STARTTLS, additional
2514 parameters (`:end-of-command', `:success', `:capabilities-command')
2515 must also be supplied.
2516
2517 *** New library gnutls.el.
2518 The new function `gnutls-available-p' returns non-nil if Emacs is
2519 built with GnuTLS support. The main entry points are
2520 `open-gnutls-stream' and `gnutls-negotiate'. It's easiest to use
2521 these functions through `open-network-stream', because that can
2522 upgrade connections through STARTTLS opportunistically or use plain
2523 SSL, depending on your needs. For debugging, set `gnutls-log-level'
2524 greater than 0.
2525
2526 *** New primitive `secure-hash' that supports many secure hash algorithms:
2527 md5, sha1, sha2, sha224, sha256, sha384, and sha512. The lisp library
2528 sha1.el has been removed. The `sha1' feature is provided by default.
2529
2530 ** Isearch
2531
2532 *** New hook `isearch-update-post-hook' that runs in `isearch-update'.
2533
2534 ** Progress reporters can now "spin".
2535 The MIN-VALUE and MAX-VALUE arguments of `make-progress-reporter' can
2536 now be nil, or omitted. This makes a "non-numeric" reporter. Each
2537 time you call `progress-reporter-update' on that progress reporter,
2538 with a nil or omitted VALUE argument, the reporter message is
2539 displayed with a "spinning bar".
2540
2541 ** New variable `revert-buffer-in-progress-p' is true while a buffer is
2542 being reverted, even if the buffer has a local `revert-buffer-function'.
2543
2544 ** New variables `delayed-warnings-list' and `delayed-warnings-hook'.
2545 If delayed-warnings-list is non-nil, the command loop calls
2546 `delayed-warnings-hook' after `post-command-hook'. At present, this
2547 is only used by Emacs on some platforms to display warnings during
2548 startup, which might otherwise not be noticed. This uses the
2549 functions `display-delayed-warnings' and `collapse-delayed-warnings'.
2550
2551 ** rx.el has a new `group-n' construct for explicitly numbered groups.
2552
2553 ** New function `make-composed-keymap' that constructs a new keymap
2554 from multiple input maps. You can use this to make a keymap that
2555 inherits from multiple maps, eg:
2556 (set-keymap-parent newmap (make-composed-keymap othermap parent))
2557
2558 ** New function `string-prefix-p'.
2559 (This was actually added in Emacs 23.2 but was not advertised at the time.)
2560
2561 ** New reader macro ## that stands for the empty symbol.
2562 This means that the empty symbol can now be read back. Also, #: by itself
2563 (when not immediately followed by a possible symbol character) stands for
2564 an empty uninterned symbol.
2565
2566 ** New math functions `isnan', `copysign', `frexp', `ldexp'.
2567
2568 ** The following functions and variables are obsolete:
2569
2570 *** `tooltip-use-echo-area' is obsolete.
2571 Rather than setting this to t, disable Tooltip mode instead.
2572
2573 *** buffer-substring-filters is obsolete.
2574 Use `filter-buffer-substring-functions' instead.
2575
2576 *** `byte-compile-disable-print-circle' is obsolete.
2577
2578 *** `deferred-action-list' and `deferred-action-function' are obsolete.
2579 Use `post-command-hook' instead.
2580
2581 *** `font-lock-maximum-size' is obsolete.
2582
2583 \f
2584 * Changes in Emacs 24.1 on non-free operating systems
2585
2586 ** On MS Windows, Emacs warns when using the obsolete init file _emacs,
2587 and also when HOME is set to C:\ by default.
2588
2589 ** New configure.bat options
2590
2591 *** --enable-checking builds Emacs with extra runtime checks.
2592
2593 *** --distfiles specifies files to be included in binary distribution.
2594
2595 *** --without-gnutls disables automatic GnuTLS detection.
2596
2597 *** --lib for general library linkage, works with the USER_LIBS build variable.
2598
2599 ** New make target `dist' to create binary distribution for MS Windows.
2600
2601 ** The Lisp function `w32-default-color-map' is now obsolete.
2602 (It is only used internally in the Emacs C code.)
2603
2604 ** Customize ns-auto-hide-menu-bar to have the menu-bar hidden, but
2605 reappear on mouse-over. (Requires OS X 10.6 or later.)
2606
2607 ** On Mac OS X, dragging a file into Emacs visits the file, like on
2608 other platforms, rather than inserting its contents into the buffer.
2609
2610 \f
2611 ----------------------------------------------------------------------
2612 This file is part of GNU Emacs.
2613
2614 GNU Emacs is free software: you can redistribute it and/or modify
2615 it under the terms of the GNU General Public License as published by
2616 the Free Software Foundation, either version 3 of the License, or
2617 (at your option) any later version.
2618
2619 GNU Emacs is distributed in the hope that it will be useful,
2620 but WITHOUT ANY WARRANTY; without even the implied warranty of
2621 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2622 GNU General Public License for more details.
2623
2624 You should have received a copy of the GNU General Public License
2625 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
2626
2627 \f
2628 Local variables:
2629 mode: outline
2630 paragraph-separate: "[ \f]*$"
2631 end: