*** empty log message ***
[emacs.git] / etc / NEWS
blob32f69d6871d921a87ad3694f93d377b56d18dcab
1 GNU Emacs NEWS -- history of user-visible changes.
3 Copyright (C) 2007 Free Software Foundation, Inc.
4 See the end of the file for license conditions.
6 Please send Emacs bug reports to emacs-pretest-bug@gnu.org.
7 If possible, use M-x report-emacs-bug.
9 This file is about changes in Emacs version 23.
11 See files NEWS.22, NEWS.21, NEWS.20, NEWS.19, NEWS.18, and NEWS.1-17
12 for changes in older Emacs versions.
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.
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.
24 * About external Lisp packages
27 * Installation Changes in Emacs 23.1
29 ** The default X toolkit is now Gtk+, rather than Lucid.
31 ** configure now checks for libgif before libungif when searching for
32 a GIF library.
35 * Changes in Emacs 23.1
37 ** If the gpm mouse server is running and t-mouse-mode enabled, Emacs uses a
38 Unix socket in a GNU/Linux console to talk to server, rather than faking events
39 using the client program mev.  This C level approach provides mouse
40 highlighting, and help echoing in the minibuffer.
42 ** The new variable next-error-recenter specifies how next-error should
43 recenter the visited source file.  Its value can be a number (for example,
44 0 for top line, -1 for bottom line), or nil for no recentering.
47 * Startup Changes in Emacs 23.1
50 * Incompatible Editing Changes in Emacs 23.1
53 * Editing Changes in Emacs 23.1
55 ** New command kill-matching-buffers kills buffers whose name matches a regexp.
58 * New Modes and Packages in Emacs 23.1
60 ** css-mode to edit Cascading Style Sheets.
62 ** bibtex-style-mode helps you write BibTeX's *.bst files.
64 ** vera-mode to edit Vera files.
66 ** socks.el (which had been part of W3) is now part of Emacs.
68 ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt.
71 * Changes in Specialized Modes and Packages in Emacs 23.1
73 ** In the `copyright' package, you can specify your copyright holders's names.
74 Only copyright lines with holders matching copyright-names-regexp will be
75 considered for update.
77 ** VC
78 *** VC backends can provide completion of revision names.
79 *** VC has some support for Bazaar (bzr).
81 *** VC has some support for Mercurial (hg).
83 ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.
85 ** BibTeX mode:
87 *** New `bibtex-entry-format' options `whitespace', `braces', and
88 `string', disabled by default.
90 *** New variable `bibtex-cite-matcher-alist' contains rules to
91 identify cited keys in BibTeX entries, used by `bibtex-find-crossref.
93 *** Command `bibtex-url' now allows multiple URLs per entry.
96 * Changes in Emacs 23.1 on non-free operating systems
99 * Incompatible Lisp Changes in Emacs 23.1
102 ** The function `dired-call-process' has been removed.
105 * Lisp Changes in Emacs 23.1
108 ** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly.
111 ** New variable `user-emacs-directory'.
112 Use this instead of "~/.emacs.d".
115 ** The new function `image-refresh' refreshes all images associated
116 with a given image specification.
119 * New Packages for Lisp Programming in Emacs 23.1
122 ----------------------------------------------------------------------
123 This file is part of GNU Emacs.
125 GNU Emacs is free software; you can redistribute it and/or modify
126 it under the terms of the GNU General Public License as published by
127 the Free Software Foundation; either version 2, or (at your option)
128 any later version.
130 GNU Emacs is distributed in the hope that it will be useful,
131 but WITHOUT ANY WARRANTY; without even the implied warranty of
132 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
133 GNU General Public License for more details.
135 You should have received a copy of the GNU General Public License
136 along with GNU Emacs; see the file COPYING.  If not, write to the
137 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
138 Boston, MA 02110-1301, USA.
141 Local variables:
142 mode: outline
143 paragraph-separate: "[  \f]*$"
144 end:
146 arch-tag: e759449d-88b3-4de4-9900-3a6c3dfa23e2