configure.in: Enable D-Bus by default.
[bpt/emacs.git] / etc / NEWS
CommitLineData
29b7722a 1GNU Emacs NEWS -- history of user-visible changes.
5b87ad55 2
dcb8ac09 3Copyright (C) 2007, 2008 Free Software Foundation, Inc.
5b87ad55 4See the end of the file for license conditions.
a933dad1 5
3f7194ed 6Please send Emacs bug reports to emacs-pretest-bug@gnu.org.
9a21d88b
KS
7If possible, use M-x report-emacs-bug.
8
0bfd685e 9This file is about changes in Emacs version 23.
9a21d88b 10
0bfd685e
GM
11See files NEWS.22, NEWS.21, NEWS.20, NEWS.19, NEWS.18, and NEWS.1-17
12for changes in older Emacs versions.
9a21d88b
KS
13
14You can narrow news to a specific version by calling `view-emacs-news'
15with a prefix argument or by typing C-u C-h C-n.
3f7194ed
GM
16
17Temporary note:
18 +++ indicates that the appropriate manual has already been updated.
19 --- means no change in the manuals is called for.
20When you add a new item, please add it without either +++ or ---
21so we will look at it and add it to the manual.
22
05197f40 23\f
9c576ea0
KS
24* About external Lisp packages
25
9c576ea0 26\f
0bfd685e 27* Installation Changes in Emacs 23.1
c58dccad 28
3f7194ed
GM
29** The default X toolkit is now Gtk+, rather than Lucid.
30
15f02f65
GM
31** The Mac Carbon port is no longer supported.
32Instead, use... [what?]
33
9d3cc9b2
GM
34** configure now checks for libgif before libungif when searching for
35a GIF library.
b5ac89f8 36
36e625ec
GM
37** Support for systems without alloca has been removed.
38
07e5c0b0
DN
39** Support for Sun windows has been removed.
40
bb9f7948
EZ
41** Support for many obsolete platforms has been removed.
42See the list at the end of etc/MACHINES for details.
43
48a8be40
GM
44** The `emacstool' utility has been removed.
45
9264ee6a
MA
46** The new configuration option "--with-dbus" enables D-Bus language
47bindings for Emacs.
4e5cdb4f 48\f
6dadd99f
NR
49* Changes in Emacs 23.1
50
780d7bb9
RS
51** Emacs now supports using both X displays and ttys in one session.
52You can also use any number of different ttys.
53
54You can test for the presence of this feature in your Lisp code by
55testing for the `multi-tty' feature.
56
251ad2de
TTN
57** Emacs comes with a new set of icons for Mac OS X.
58OS-X-style icons (an application icon and a relevant document icon)
59were contributed by Kentaro Ohkouchi.
60Source files for these icons can be found in Emacs.app/Contents/Resources.
1518e9a1 61PNG versions are available as etc/images/icons/emacs*_mac.png.
251ad2de 62
f664fee9
MC
63** Built-in functions (subr) can now have an interactive specification
64that is not a prompt string. If the `intspec' parameter of a `DEFUN'
65starts with a `(', the string is evaluated as a Lisp form.
66
67** set-file-modes is now interactive and can take the mode value in
68symbolic notation thanks to auxiliary functions.
69
90ab5c62
SM
70** split-window-preferred-function specifies whether display-buffer should
71split windows vertically or horizontally.
72
24cdde13
GM
73** Emacsclient has been extended to support opening a new terminal
74frame. Its behavior has been changed to open a new Emacs frame by
75default. Use the -c option to get the old behavior of opening files in
76the currently selected Emacs frame.
77
c0dadae9
MC
78** The refcards are now shipped as PDF files.
79
795a2a94
GM
80** Emacs now supports the SVG image format through librsvg2.
81
75f6af19 82** If you set find-file-confirm-nonexistent-file to t, then C-x C-f
0a963185
SM
83requires confirmation before opening a non-existent file.
84
6dadd99f
NR
85** If the gpm mouse server is running and t-mouse-mode enabled, Emacs uses a
86Unix socket in a GNU/Linux console to talk to server, rather than faking events
87using the client program mev. This C level approach provides mouse
88highlighting, and help echoing in the minibuffer.
89
c2e8590b
TTN
90** The new variable next-error-recenter specifies how next-error should
91recenter the visited source file. Its value can be a number (for example,
920 for top line, -1 for bottom line), or nil for no recentering.
93
eb28688c
GM
94** C-l is bound to the new command recenter-top-bottom, rather than recenter.
95
d87b5ced 96** The mode-line displays a `@' if the default-directory for the current buffer
1f2e1c75 97is on a remote machine, or a hyphen otherwise.
6c5d503f 98
c9447ae1
GM
99** The mode-line displays a mode menu when mouse-1 is clicked on a minor mode,
100in the same way as it already did for major modes.
101
de3054d5 102** The new command balance-windows-area balances windows both vertically
62e3c31f 103and horizontally.
d466e9fc
SM
104
105** The new command close-display-connection can be used to close a connection
106to a remote display, e.g. because the display is about to become unreachable.
6c5d503f
MA
107
108** The command shell prompts for the default directory, when it is
109called with a prefix, and the default directory is a remote file name.
de3054d5 110This is because some file name handlers (like ange-ftp) are not able to
6c5d503f 111run processes remotely.
aff2ba04
RS
112
113** The new command `display-time-world' starts an updating time display
114using several time zones, in a buffer.
6dadd99f 115\f
0bfd685e 116* Startup Changes in Emacs 23.1
21f7b9d8 117
56e1896b
JL
118** New user option `initial-buffer-choice' specifies what to display
119after starting Emacs: startup screen, *scratch* buffer, visiting a
120file or directory.
121
aa5310e4
DK
122** New alias `argv' for `command-line-args-left'
123This is a convenience alias, so that one can write `(pop argv)'
124inside of --eval command line arguments in order to access
125following arguments.
f8fd7ed3
GM
126
127** The abbrev file is no longer read at startup in batch mode.
c44da964 128\f
0bfd685e 129* Incompatible Editing Changes in Emacs 23.1
b58cb59f 130
117907d4
JL
131+++
132** In Dired-x, all command guesses for ! are now added to the default
133list accessible by M-n instead of pushing all guesses temporarily into
134the history list.
135
406c0f12 136\f
0bfd685e 137* Editing Changes in Emacs 23.1
406c0f12 138
59b5d020
JL
139+++
140** C-M-% now shows replacement as it would look in the buffer, with
141`\N' and `\&' substituted according to the match. Old behavior can be
142restored by customizing `query-replace-show-replacement'.
143
1ac03a31
JL
144+++
145** M-q now fills the region if the region is active and
146`transient-mark-mode' is turned on. Otherwise, it fills the current
ecde850a 147paragraph.
1ac03a31 148
ecde850a 149+++
dc868f13
JL
150** M-$ now checks spelling of the region if the region is active and
151`transient-mark-mode' is turned on. Otherwise, it checks spelling of the
152word at point.
153
6dd697d9
DN
154** TAB now indents the region if the region is active and
155`transient-mark-mode' is turned on.
156
d03b9b31
RS
157** `use-empty-active-region' controls whether an empty active region
158in Transient Mark mode should make commands operate on that empty region.
159
24cdde13
GM
160** C-z now invokes `suspend-frame', C-x C-c now invokes
161`save-buffers-kill-terminal'.
162
a151f82c
SS
163** New command kill-matching-buffers kills buffers whose name matches a regexp.
164
63571b5a
RS
165** You can disable kill ring commands from accessing the primary selection
166by setting `x-select-enable-primary' to nil.
167
168** If `select-active-regions' is t, setting the mark automatically
169makes the new region into the primary selection (for interaction with
170other window applications). If you enable this, you might want to bind
171`mouse-yank-primary' to Mouse-2.
539f5bda 172
4496b02b
RS
173** If `yank-pop-change-selection' is t, rotating the kill ring
174also updates the selection or clipboard to the current yank,
175just as M-w would do so with the text it copies to the kill ring.
176
297b8ccd
JL
177** Minibuffer changes:
178
dc2f6c05
JL
179*** In C-x d, if you type M-n you get the visited file name of the
180current buffer.
181
117907d4
JL
182*** In Dired, a list of commands for ! extracted from mailcap according to
183file extensions are added to the default list accessible by M-n.
184
185*** A list of regexp default values is available via M-n for `occur',
186`keep-lines', `flush-lines' and `how-many'. This list includes the active
187region in transient-mark-mode, the word under the cursor, the last isearch
188regexp, the last isearch string and the last replacement regexp.
189
297b8ccd
JL
190*** isearch started in the minibuffer searches in the minibuffer history.
191Reverse isearch commands (C-r, C-M-r) search in previous minibuffer
192history elements, and forward isearch commands (C-s, C-M-s) search in
193next history elements. When the reverse search reaches the first history
194element, it wraps to the last history element, and the forward search
195wraps to the first history element. When the search is terminated, the
196history element containing the search string becomes the current.
197
0bfd685e
GM
198\f
199* New Modes and Packages in Emacs 23.1
0091c67e 200
2e282009
GM
201** FIXME add details of new packages imported from lisp/gnus.
202
1816bda7
MC
203** The package doc-view.el has been added. It supports viewing of PDF,
204PostScript and DVI documents inside an Emacs buffer by converting the
205document to a set of PNG images first. One can also search for a
206regular expression in the document. The commentary of the file explains
207its usage.
208
a2e0b5dd
GM
209** The nXML package has been added.
210[FIXME someone who uses this, please write a brief description.]
211
ddc961c5 212** A new game called `bubbles' has been added.
a0818148 213
dcd6e8d7 214** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt.
3f7194ed 215
15f3eb73
MO
216** Remember Mode (remember.el) is now included with Emacs. It is a
217mode for quickly jotting down things to remember. Included with
218remember.el is a backend that can save notes to a Diary file. Please
219consult the Remember Manual for usage details.
220
9264ee6a
MA
221** D-Bus language bindings for Elisp are provided by the package
222dbus.el and by extensions to the C modules of Emacs. D-Bus is an
223inter-process communication mechanism for applications residing on the
224same host, based on messages. See the manual for further details.
0bfd685e
GM
225\f
226* Changes in Specialized Modes and Packages in Emacs 23.1
61d244ca 227
e8cbfb8d
DN
228** ChangeLog now has function bound to C-c C-f that finds the file in
229the current log entry.
230
e047f448
SM
231** abbrev was rewritten in Elisp and extended with more flexibility.
232*** New functions: abbrev-get, abbrev-put, abbrev-table-get, abbrev-table-put,
233 abbrev-table-p.
234*** Special hook `abbrev-expand-functions' obsoletes `pre-abbrev-expand-hook'.
235*** `make-abbrev-table', `define-abbrev', `define-abbrev-table' all take
236 extra arguments for arbitrary properties.
237*** New variable `abbrev-minor-mode-table-alist'.
238*** `local-abbrev-table' can hold a list of abbrev-tables.
239*** Abbrevs have now the following special properties:
79415279 240 `:count', `:system', `:enable-function', `:case-fixed'.
e047f448
SM
241*** Abbrev-tables have now the following special properties:
242 `:parents', `:case-fixed', `:enable-function', `:regexp',
243 `abbrev-table-modiff'.
244
0253fffa
MR
245** Help mode.
246*** New macro `with-help-window' should set up help windows better
247than `with-output-to-temp-buffer' with `print-help-return-message'.
248*** New option `help-window-select' permits to customize whether help
249window shall be automatically selected when invoking help.
250*** New variable `help-window-point-marker' permits to specify new
b0d2d4e8 251position of point in help window (for example in `view-lossage').
0253fffa
MR
252
253** view-remove-frame-by-deleting is now by default t
b0d2d4e8 254since users found iconification of view-mode frames distracting.
0253fffa 255
bafbec39
JL
256** Isearch mode
257
258*** New command `isearch-occur' bound to `M-s o' in isearch mode
259runs `occur' with the current search string.
260
261*** isearch can now search through multiple ChangeLog files.
12bbb989
JL
262When running isearch in a ChangeLog file, if the search fails,
263then another C-s tries searching the previous ChangeLog,
264if there is one (e.g. go from ChangeLog to ChangeLog.12).
265
9097e8af
RS
266This is enabled if isearch-buffers-multi is non-nil.
267
c3bb6fdb
SM
268** smerge-refine highlights word-level details of changes in conflict.
269It's used automatically as you move through conflicts, see smerge-auto-refine.
270
25e50a58
DN
271** Diff mode
272
273*** diff-refine-hunk highlights word-level details of changes in a diff hunk.
274It's used automatically as you move through hunks, see
275diff-auto-refine. It is bound to `C-c C-b'.
276
277*** diff-create-changelog iterates through the diff buffer and tries
278to create ChangeLog entries for each change.
c3bb6fdb 279
e6a01e4e 280** archive-mode has basic support to browse Rar archives.
c3bb6fdb 281
24cdde13
GM
282** talk.el has been extended for multiple tty support.
283
813fb3fe
SM
284** compilation-auto-jump-to-first-error tells `compile' to jump to
285the first error encountered during compilations.
286
b68769f2 287** In the `copyright' package, you can specify your copyright holders' names.
b649d2e4
SM
288Only copyright lines with holders matching copyright-names-regexp will be
289considered for update.
290
e7ce8577
GM
291** eldoc highlights the function argument under point
292with the face `eldoc-highlight-function-argument'.
293
ef6d86b5
MR
294** hide-ifdef-mode permits to shadow ifdef-blocks instead of hiding them.
295See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'.
296
b68769f2 297+++
8d5cc579 298** defcustom accepts new keyword arguments, `:safe' and `:risky', which
b68769f2
GM
299set a variable's `safe-local-variable' and `risky-local-variable' property.
300
b0d2d4e8
FP
301** Etags changes.
302*** The --members option is now the default.
303
304Use --no-members if you want the old default behaviour of not tagging
305struct members in C, members variables in C++ and variables in PHP.
306
56dada42 307** VC
397c4757
DN
308*** Clicking on the VC mode-line entry now pops the VC menu.
309
9372a958 310*** The VC mode-line entry now has a tooltip that explains the VC file status.
cb223bba 311
082c5622
DN
312*** VC now supports applying VC operations to a set of files at a time.
313
4a11b6b5
ER
314This enables VC to work much more effectively with changeset-oriented
315version-control systems such as Subversion, GNU Arch, Mercurial, and
316Bzr. VC will now pass a multiple-file commit to these systems
317as a single changeset.
318
b58a65fa
TTN
319*** In VC Annotate mode, you can type V to toggle the annotation visibility.
320
93a142e1
DN
321** log-edit now has a command bound to C-c C-d to show the diff for
322the files involved.
323
5d503af9
SM
324** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.
325
332de56f
GM
326** The appearance of superscript and subscript in TeX is more customizable.
327See the documentation of the variables: tex-fontify-script,
328tex-font-script-display, tex-suscript-height-ratio, and
329tex-suscript-height-minimum.
330
2793c9bb
RW
331** BibTeX mode:
332
c5578d5f
RW
333*** New command `bibtex-initialize' (re)initializes BibTeX buffers.
334
2793c9bb
RW
335*** New `bibtex-entry-format' options `whitespace', `braces', and
336`string', disabled by default.
337
338*** New variable `bibtex-cite-matcher-alist' contains rules to
0f3cd6b2 339identify cited keys in BibTeX entries, used by `bibtex-find-crossref'.
2793c9bb 340
c5578d5f 341*** Command `bibtex-url' allows multiple URLs per entry.
2793c9bb 342
cc213f24
MA
343+++
344** Tramp
345
346*** New connection methods.
347The new methods "plinkx", "plink2", "psftp", "sftp" and "fish" have
348been introduced. There are also new so-called gateway methods
349"tunnel" and "socks".
350
351*** Multihop syntax has been removed.
352The pseudo-method "multi" has been removed. Instead of, multi hops
353can be specified by the new variable `tramp-default-proxies-alist'.
354
355*** More default settings.
356Default values can be set via the variables `tramp-default-user',
357`tramp-default-user-alist' and `tramp-default-host'.
358
359*** Connection information is cached.
360In order to reduce connection setup, information about used
361connections are kept persistent in a file. The name of this file is
362defined in the variable `tramp-persistency-file-name'.
363
364*** Control of remote processes.
365Running processes on a remote host can be controlled by settings in
366`tramp-remote-path' and `tramp-remote-process-environment'.
367
368*** Success of remote copy is checked.
369When the variable `file-precious-flag' is set, the success of a remote
370file copy is checked via the file's checksum.
371
d15f7b68
GM
372** Miscellaneous programming mode changes
373
da26ea8d
GM
374*** The file etc/emacs.py now supports both Python 2 and 3, meaning
375that either version can be used as inferior Python by python.el.
c3f01f42 376
d15f7b68
GM
377*** The variable `fortran-line-length' can change the fixed-form line-length.
378
a9f480e8
GM
379*** In Fortran mode, M-; is now bound to the standard comment-dwim,
380rather than fortran-indent-comment.
381
b68769f2
GM
382+++
383*** (The increasingly misnamed) F90 mode supports Fortran 2003 syntax.
2fb6c6be 384
cf944fa4
RS
385** Gnus package
386
387*** The Gnus package has been updated
388
389*** There are many news features, bug fixes and improvements.
390
391See the file GNUS-NEWS or the node "No Gnus" in the Gnus manual for details.
392
d15f7b68
GM
393** Miscellaneous
394
395*** comint-mode uses `start-file-process' now (see Lisp Changes).
cc213f24
MA
396If `default-directory' is a remote file name, subprocesses are started
397on the corresponding remote system.
398
d15f7b68 399*** C-x C-q in dired-mode now runs the command wdired-change-to-wdired-mode,
40aa8257
JL
400and C-x C-q in wdired-mode exits it with asking a question about
401saving changes.
d15f7b68 402
4596901f
GM
403*** The new command `eshell/info' runs info in an eshell buffer.
404
0bfd685e
GM
405\f
406* Changes in Emacs 23.1 on non-free operating systems
8ab314f9 407
672f99b6
JR
408---
409** IPv6 is supported on MS-Windows.
410Emacs now supports IPv6 on Windows XP and later, and earlier versions
411of Windows with third party IPv6 stacks installed. Previously IPv6 was
412supported on other platforms, but not on Windows due to using the winsock
4131.1 header file, even though Emacs was linking to the winsock 2 library.
414
3280c5c5
JR
415** More keys available on MS-Windows.
416Keys normally associated with IMEs, and some exotic keys not normally found
417on standard keyboards have been given names so they can be bound to functions
418inside Emacs. If there are keys on your keyboard that have not been exposed
419to Emacs in the past, try C-h k to see if they are available now.
420
421Emacs can now bind functions to the extra buttons for media player and
422browser control present on some keyboards. These buttons are disabled
423by default, since enabling them prevents their system-wide use when
424Emacs has focus. To enable them, set the variable
425w32-pass-multimedia-buttons to nil. See the doc string of that variable
426for the list of extra keys that are available.
0bfd685e
GM
427\f
428* Incompatible Lisp Changes in Emacs 23.1
8ec65cd7 429
03605a28
MA
430+++
431** The function `dired-call-process' has been removed.
432
777ea444
GM
433** The variable `byte-compile-warnings' can now be a list starting with `not',
434meaning to disable the specified warnings. The meaning of this list
435may therefore be the reverse of what you expect (of course, this is
436only an issue if you make use of the new `not' syntax). Rather than
437checking/manipulating elements directly, use the new functions
438`byte-compile-warning-enabled-p', `byte-compile-disable-warning', and
439`byte-compile-enable-warning.'
440
0bfd685e
GM
441\f
442* Lisp Changes in Emacs 23.1
8ab314f9 443
50bfa18a
SM
444** `beginning-of-defun-function' now takes one argument, the count
445 given to `beginning-of-defun'.
446
39d0bf74
RS
447** The variable `inhibit-changing-match-data', if non-nil, prevents the
448search and match primitives from changing the match data.
449
59b5d020
JL
450+++
451** New function `match-substitute-replacement' returns the result of
452`replace-match' without actually using it in the buffer.
453
2d105adf
RS
454** If a local hook function has a non-nil `permanent-local-hook'
455property, then `kill-all-local-variables' does not remove it from
456the local value of the hook variable. This means it remains
457even if you change major modes.
458
b9694062
JL
459+++
460** A list of default values can be specified for the DEFAULT argument of
461functions `read-from-minibuffer', `read-string', `read-command',
462`read-variable', `read-buffer', `completing-read'. Elements of this list
463are available for inserting into the minibuffer by typing `M-n'.
464For empty input these functions return the first element of this list.
465
66dc1ca2
RS
466** `custom-note-var-changed' tells Custom to treat the change in a certain
467variable as having been made within Custom.
468
ab6198b2
SM
469** `frame-inherited-parameters' lets new frames inherit parameters from
470the selected frame.
66dc1ca2 471
c60d543d 472** Commands should use `use-region-p' to test whether there is
d03b9b31
RS
473an active region that they should operate on.
474
c60d543d
RS
475** `region-active-p' returns non-nil when Transient Mark mode
476is enabled and there is an active region. This is NOT the best function
477to use to test whether a command should operate on the region instead
478of the usual behavior -- for that, use `use-region-p'.
479
4f4a84ec
SM
480** New keymap `input-decode-map' overrides like key-translation-map, but
481applies before function-key-map. Also it is terminal-local contrary to
482key-translation-map. Terminal-specific key-sequences are generally added to
483this map rather than to function-key-map now.
484
967b2682
GM
485** The new macro `declare-function' suppresses compiler warnings about
486undefined functions. The new `check-declare' package verifies that such
487statements are accurate (i.e. the functions are actually defined in
488the specified files).
489
d9774611
RS
490** The new function `read-color' reads a color name using the minibuffer.
491
833547aa
RS
492** The new function `face-all-attributes' returns an alist
493describing all the basic attributes of a given face.
494
63571b5a
RS
495** `interprogram-paste-function' can now return one string or a list
496of strings. In the latter case, Emacs puts the second and following
497strings on the kill ring.
498
24cdde13
GM
499** Changes related to multiple tty support.
500
b12f6e85
SM
501*** $TERM is now set to `dumb' for subprocesses. If you want to know the
502$TERM inherited by Emacs you will have to look inside initial-environment.
503
6168122d
SM
504*** $DISPLAY is now dynamically inherited from the frame's `display'.
505
24cdde13
GM
506*** The `window-system' variable has been made frame-local. The new
507`initial-window-system' variable contains the `window-system' value
508for the first frame.
509
510*** You can specify a terminal device (`tty' parameter) and a terminal
511type (`tty-type' parameter) to `make-terminal-frame'.
512
513*** The new function `make-frame-on-tty' allows you to create a new
514frame on another tty device interactively.
515
516*** The function `make-frame-on-display' now works during a tty
517session, and `make-frame-on-tty' works during a graphical session.
518
da406961 519*** New functions: `delete-tty', `suspend-tty', `resume-tty'.
24cdde13 520
419f8f49
SM
521*** A new data type for terminals with functions: `get-device-terminal',
522`terminal-parameters', `terminal-parameter', `set-terminal-parameter'.
24cdde13 523
1816bda7 524*** New hooks: `suspend-tty-functions' and `resume-tty-functions'
92cd6a7c 525are called after a tty frame has been suspended or resumed,
de3054d5 526respectively. The functions are called with the terminal id of the frame
92cd6a7c
DN
527being suspended/resumed as a parameter.
528
01ff458e 529*** New function: `environment'.
da406961 530
4f4a84ec 531*** New variable: `local-function-key-map'.
01ff458e
SM
532This in addition to the global function-key-map variable that
533already existed. The global variable is not used directly any more;
534instead, the local-function-key-map is initialized so as to inherit from
535function-key-map.
da406961 536
82866ad5
SM
537*** `initial-environment' holds the environment inherited from Emacs's parent.
538
24cdde13
GM
539*** The `keyboard-translate-table' variable and the terminal and
540keyboard coding systems have been made terminal-local.
541
1aa423e9
SM
542*** In addition to the global function-key-map, Emacs has terminal-local
543local-function-key-map variables, and uses them instead of the
24cdde13
GM
544global keymaps to set up translations and function key sequences
545relevant to a specific terminal device.
546
547
90ab5c62
SM
548** You can now also pass the value of the `invisible' property to invisible-p
549to check whether it would cause the text to be invisible. Convenient when
550checking invisibility of text which has no buffer position
551(e.g. in before/after-strings).
9f44d41a 552
ea2e3ef4
RS
553** Non-breaking space now acts as whitespace.
554
41bd52f7 555+++
8d371994
RS
556** In `condition-case', a handler can specify "let the debugger run first".
557
558You do this by writing `debug' in the list of conditions to be handled,
559like this:
560
561 (condition-case nil
562 (foo bar)
563 ((debug error) nil))
564
0a963185
SM
565** The `require-match' argument to `completing-read' accepts a new value
566`confirm-only'.
567
c69b0314
SM
568+++
569** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly.
570
9f44d41a
RS
571** New function `window-full-width-p' returns t if a window is as wide
572as its frame.
573
574** The new function `split-string-and-unquote' does (what?)
575
576** The new function `combine-and-quote-strings' does (what?)
577
578** The new function `image-refresh' refreshes all images associated
579with a given image specification.
580
abf13a8b
CY
581+++
582** New variable `user-emacs-directory'.
583Use this instead of "~/.emacs.d".
584
b2b387f9 585+++
0f3cd6b2 586** The new function `start-file-process' is similar to `start-process',
b2b387f9 587but obeys file handlers. The file handler is chosen based on
6dbe7eb4
MA
588`default-directory'. The functions `start-file-process-shell-command'
589and `process-file-shell-command' are also new; they call internally
0f3cd6b2 590`start-file-process' and `process-file', respectively.
b2b387f9 591
967b2682
GM
592** The new function `process-lines' executes an external program and
593returns its output as a list of lines.
594
64639e26 595+++
41bd52f7
MA
596** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.
597IDENTIFICATION specifies which part of the remote identifier has to be
598returned. With CONNECTED passed non-nil, it is checked whether a
599remote connection has been established already.
64639e26 600
45595a4f
RS
601** The two new functions `looking-at-p' and `string-match-p' can do
602the same matching as `looking-at' and `string-match' without changing
603the match data.
89835619
SM
604
605** The interactive-form of a function can be added post-facto via the
606`interactive-form' symbol property. Mostly useful to add complex interactive
607forms to subroutines.
9bae34bf 608\f
0bfd685e 609* New Packages for Lisp Programming in Emacs 23.1
efeb796b 610
9097e8af
RS
611** The package isearch-multi.el has been added. It implements a new mode
612`isearch-buffers-minor-mode' that allows isearch to search through
613multiple buffers. In this mode a new variable
614`isearch-buffers-next-buffer-function' defines the function to call
615to get the next buffer to search in the series of multiple buffers.
616
d53a60a6
TTN
617** The new package avl-tree.el deals with the AVL tree data structure.
618
05197f40 619\f
a933dad1 620----------------------------------------------------------------------
5b87ad55 621This file is part of GNU Emacs.
a933dad1 622
5b87ad55
GM
623GNU Emacs is free software; you can redistribute it and/or modify
624it under the terms of the GNU General Public License as published by
64be3a42 625the Free Software Foundation; either version 3, or (at your option)
5b87ad55
GM
626any later version.
627
628GNU Emacs is distributed in the hope that it will be useful,
629but WITHOUT ANY WARRANTY; without even the implied warranty of
630MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
631GNU General Public License for more details.
a933dad1 632
5b87ad55
GM
633You should have received a copy of the GNU General Public License
634along with GNU Emacs; see the file COPYING. If not, write to the
635Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
636Boston, MA 02110-1301, USA.
a933dad1 637
05197f40 638\f
a933dad1
DL
639Local variables:
640mode: outline
641paragraph-separate: "[ \f]*$"
642end:
ab5796a9 643
a533413c 644arch-tag: e759449d-88b3-4de4-9900-3a6c3dfa23e2