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