(Vinhibit_changing_match_data, search_regs_1): New vars.
[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
b649d2e4
SM
76** In the `copyright' package, you can specify your copyright holders's names.
77Only copyright lines with holders matching copyright-names-regexp will be
78considered for update.
79
56dada42
SM
80** VC
81*** VC backends can provide completion of revision names.
82*** VC has some support for Bazaar (bzr).
d3cce191 83
56dada42 84*** VC has some support for Mercurial (hg).
61223448 85
5d503af9
SM
86** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.
87
2793c9bb
RW
88** BibTeX mode:
89
90*** New `bibtex-entry-format' options `whitespace', `braces', and
91`string', disabled by default.
92
93*** New variable `bibtex-cite-matcher-alist' contains rules to
94identify cited keys in BibTeX entries, used by `bibtex-find-crossref.
95
96*** Command `bibtex-url' now allows multiple URLs per entry.
97
0bfd685e
GM
98\f
99* Changes in Emacs 23.1 on non-free operating systems
8ab314f9 100
0bfd685e
GM
101\f
102* Incompatible Lisp Changes in Emacs 23.1
8ec65cd7 103
03605a28
MA
104+++
105** The function `dired-call-process' has been removed.
106
0bfd685e
GM
107\f
108* Lisp Changes in Emacs 23.1
8ab314f9 109
0a963185
SM
110** The `require-match' argument to `completing-read' accepts a new value
111`confirm-only'.
112
c69b0314
SM
113+++
114** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly.
115
abf13a8b
CY
116+++
117** New variable `user-emacs-directory'.
118Use this instead of "~/.emacs.d".
119
14a6c6ab
CY
120+++
121** The new function `image-refresh' refreshes all images associated
122with a given image specification.
123
b2b387f9
MA
124+++
125** The new function `start-file-process is similar to `start-process',
126but obeys file handlers. The file handler is chosen based on
127`default-directory'.
128
64639e26
MA
129+++
130** `file-remote-p' has a new optional parameter CONNECTED.
131With this paramter passed non-nil, it is checked whether a remote
132connection has been established already.
133
9bae34bf 134\f
0bfd685e 135* New Packages for Lisp Programming in Emacs 23.1
efeb796b 136
05197f40 137\f
a933dad1 138----------------------------------------------------------------------
5b87ad55 139This file is part of GNU Emacs.
a933dad1 140
5b87ad55
GM
141GNU Emacs is free software; you can redistribute it and/or modify
142it under the terms of the GNU General Public License as published by
143the Free Software Foundation; either version 2, or (at your option)
144any later version.
145
146GNU Emacs is distributed in the hope that it will be useful,
147but WITHOUT ANY WARRANTY; without even the implied warranty of
148MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
149GNU General Public License for more details.
a933dad1 150
5b87ad55
GM
151You should have received a copy of the GNU General Public License
152along with GNU Emacs; see the file COPYING. If not, write to the
153Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
154Boston, MA 02110-1301, USA.
a933dad1 155
05197f40 156\f
a933dad1
DL
157Local variables:
158mode: outline
159paragraph-separate: "[ \f]*$"
160end:
ab5796a9 161
a533413c 162arch-tag: e759449d-88b3-4de4-9900-3a6c3dfa23e2