* comint.el (make-comint, make-comint-in-buffer)
[bpt/emacs.git] / etc / NEWS
CommitLineData
29b7722a 1GNU Emacs NEWS -- history of user-visible changes.
5b87ad55 2
0bfd685e 3Copyright (C) 2007 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
9d3cc9b2
GM
31** configure now checks for libgif before libungif when searching for
32a GIF library.
b5ac89f8 33
4e5cdb4f 34\f
6dadd99f
NR
35* Changes in Emacs 23.1
36
75f6af19 37** If you set find-file-confirm-nonexistent-file to t, then C-x C-f
0a963185
SM
38requires confirmation before opening a non-existent file.
39
6dadd99f
NR
40** If the gpm mouse server is running and t-mouse-mode enabled, Emacs uses a
41Unix socket in a GNU/Linux console to talk to server, rather than faking events
42using the client program mev. This C level approach provides mouse
43highlighting, and help echoing in the minibuffer.
44
c2e8590b
TTN
45** The new variable next-error-recenter specifies how next-error should
46recenter the visited source file. Its value can be a number (for example,
470 for top line, -1 for bottom line), or nil for no recentering.
48
6dadd99f 49\f
0bfd685e 50* Startup Changes in Emacs 23.1
21f7b9d8 51
c44da964 52\f
0bfd685e 53* Incompatible Editing Changes in Emacs 23.1
b58cb59f 54
406c0f12 55\f
0bfd685e 56* Editing Changes in Emacs 23.1
406c0f12 57
a151f82c
SS
58** New command kill-matching-buffers kills buffers whose name matches a regexp.
59
0bfd685e
GM
60\f
61* New Modes and Packages in Emacs 23.1
0091c67e 62
3f7194ed
GM
63** css-mode to edit Cascading Style Sheets.
64
ede96990 65** bibtex-style-mode helps you write BibTeX's *.bst files.
7253ac49 66
37d4643c
DN
67** vera-mode to edit Vera files.
68
dcd6e8d7
KS
69** socks.el (which had been part of W3) is now part of Emacs.
70
71** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt.
3f7194ed 72
0bfd685e
GM
73\f
74* Changes in Specialized Modes and Packages in Emacs 23.1
61d244ca 75
813fb3fe
SM
76** compilation-auto-jump-to-first-error tells `compile' to jump to
77the first error encountered during compilations.
78
b649d2e4
SM
79** In the `copyright' package, you can specify your copyright holders's names.
80Only copyright lines with holders matching copyright-names-regexp will be
81considered for update.
82
56dada42
SM
83** VC
84*** VC backends can provide completion of revision names.
85*** VC has some support for Bazaar (bzr).
d3cce191 86
56dada42 87*** VC has some support for Mercurial (hg).
61223448 88
5d503af9
SM
89** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.
90
2793c9bb
RW
91** BibTeX mode:
92
93*** New `bibtex-entry-format' options `whitespace', `braces', and
94`string', disabled by default.
95
96*** New variable `bibtex-cite-matcher-alist' contains rules to
97identify cited keys in BibTeX entries, used by `bibtex-find-crossref.
98
99*** Command `bibtex-url' now allows multiple URLs per entry.
100
0bfd685e
GM
101\f
102* Changes in Emacs 23.1 on non-free operating systems
8ab314f9 103
0bfd685e
GM
104\f
105* Incompatible Lisp Changes in Emacs 23.1
8ec65cd7 106
03605a28
MA
107+++
108** The function `dired-call-process' has been removed.
109
0bfd685e
GM
110\f
111* Lisp Changes in Emacs 23.1
8ab314f9 112
0a963185
SM
113** The `require-match' argument to `completing-read' accepts a new value
114`confirm-only'.
115
c69b0314
SM
116+++
117** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly.
118
abf13a8b
CY
119+++
120** New variable `user-emacs-directory'.
121Use this instead of "~/.emacs.d".
122
14a6c6ab
CY
123+++
124** The new function `image-refresh' refreshes all images associated
125with a given image specification.
126
b2b387f9
MA
127+++
128** The new function `start-file-process is similar to `start-process',
129but obeys file handlers. The file handler is chosen based on
130`default-directory'.
131
64639e26
MA
132+++
133** `file-remote-p' has a new optional parameter CONNECTED.
134With this paramter passed non-nil, it is checked whether a remote
135connection has been established already.
136
45595a4f
RS
137** The two new functions `looking-at-p' and `string-match-p' can do
138the same matching as `looking-at' and `string-match' without changing
139the match data.
9bae34bf 140\f
0bfd685e 141* New Packages for Lisp Programming in Emacs 23.1
efeb796b 142
05197f40 143\f
a933dad1 144----------------------------------------------------------------------
5b87ad55 145This file is part of GNU Emacs.
a933dad1 146
5b87ad55
GM
147GNU Emacs is free software; you can redistribute it and/or modify
148it under the terms of the GNU General Public License as published by
149the Free Software Foundation; either version 2, or (at your option)
150any later version.
151
152GNU Emacs is distributed in the hope that it will be useful,
153but WITHOUT ANY WARRANTY; without even the implied warranty of
154MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
155GNU General Public License for more details.
a933dad1 156
5b87ad55
GM
157You should have received a copy of the GNU General Public License
158along with GNU Emacs; see the file COPYING. If not, write to the
159Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
160Boston, MA 02110-1301, USA.
a933dad1 161
05197f40 162\f
a933dad1
DL
163Local variables:
164mode: outline
165paragraph-separate: "[ \f]*$"
166end:
ab5796a9 167
a533413c 168arch-tag: e759449d-88b3-4de4-9900-3a6c3dfa23e2