(enum pvec_type): New `terminal' pseudovector.
[emacs.git] / etc / NEWS
blob256bcbad700731604f03e8b36832431d21595ecc
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.
34 ** Support for systems without alloca has been removed.
37 * Changes in Emacs 23.1
39 ** Emacs comes with a new set of icons for Mac OS X.
40 OS-X-style icons (an application icon and a relevant document icon)
41 were contributed by Kentaro Ohkouchi.
42 Source files for these icons can be found in Emacs.app/Contents/Resources.
44 ** Built-in functions (subr) can now have an interactive specification
45 that is not a prompt string.  If the `intspec' parameter of a `DEFUN'
46 starts with a `(', the string is evaluated as a Lisp form.
48 ** set-file-modes is now interactive and can take the mode value in
49 symbolic notation thanks to auxiliary functions.
51 ** split-window-preferred-function specifies whether display-buffer should
52 split windows vertically or horizontally.
54 ** Support for multiple terminal devices and simultaneous graphical
55 and tty frames has been added.  You can test for the presence of this
56 feature in your Lisp code by testing for the `multi-tty' feature.
58 ** Emacsclient has been extended to support opening a new terminal
59 frame.  Its behavior has been changed to open a new Emacs frame by
60 default.  Use the -c option to get the old behavior of opening files in
61 the currently selected Emacs frame.
63 ** The refcards are now shipped as PDF files.
65 ** Emacs now supports the SVG image format through librsvg2.
67 ** The Gtk+ build now uses stock tool bar icons, so that a theme change
68 is visible in Emacs tool bar.
70 ** If you set find-file-confirm-nonexistent-file to t, then C-x C-f
71 requires confirmation before opening a non-existent file.
73 ** If the gpm mouse server is running and t-mouse-mode enabled, Emacs uses a
74 Unix socket in a GNU/Linux console to talk to server, rather than faking events
75 using the client program mev.  This C level approach provides mouse
76 highlighting, and help echoing in the minibuffer.
78 ** The new variable next-error-recenter specifies how next-error should
79 recenter the visited source file.  Its value can be a number (for example,
80 0 for top line, -1 for bottom line), or nil for no recentering.
82 ** The mode-line display a `@' if the default-directory for the current buffer
83 is on a remote machine, or a hyphen otherwise.
85 ** The new command balance-window-area balances windows both vertically
86 and horizontally.
88 ** The new command close-display-connection can be used to close a connection
89 to a remote display, e.g. because the display is about to become unreachable.
91 ** The command shell prompts for the default directory, when it is
92 called with a prefix, and the default directory is a remote file name.
93 This is because some file name handler (like ange-ftp) are not able to
94 run processes remotely.
96 ** The new command `display-time-world' starts an updating time display
97 using several time zones, in a buffer.
99 * Startup Changes in Emacs 23.1
101 ** New user option `initial-buffer-choice' specifies what to display
102 after starting Emacs: startup screen, *scratch* buffer, visiting a
103 file or directory.
106 * Incompatible Editing Changes in Emacs 23.1
109 * Editing Changes in Emacs 23.1
111 ** C-z now invokes `suspend-frame', C-x C-c now invokes
112 `save-buffers-kill-terminal'.
114 ** New command kill-matching-buffers kills buffers whose name matches a regexp.
116 ** Minibuffer changes:
118 *** isearch started in the minibuffer searches in the minibuffer history.
119 Reverse isearch commands (C-r, C-M-r) search in previous minibuffer
120 history elements, and forward isearch commands (C-s, C-M-s) search in
121 next history elements.  When the reverse search reaches the first history
122 element, it wraps to the last history element, and the forward search
123 wraps to the first history element.  When the search is terminated, the
124 history element containing the search string becomes the current.
127 * New Modes and Packages in Emacs 23.1
129 ** The package doc-view.el has been added.  It supports viewing of PDF,
130 PostScript and DVI documents inside an Emacs buffer by converting the
131 document to a set of PNG images first.  One can also search for a
132 regular expression in the document.  The commentary of the file explains
133 its usage.
135 ** A new game called `bubbles' has been added.
137 ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt.
140 * Changes in Specialized Modes and Packages in Emacs 23.1
142 ** archive-mode has basic support to browse Rar archives.
143 ** talk.el has been extended for multiple tty support.
145 ** compilation-auto-jump-to-first-error tells `compile' to jump to
146 the first error encountered during compilations.
148 ** In the `copyright' package, you can specify your copyright holders's names.
149 Only copyright lines with holders matching copyright-names-regexp will be
150 considered for update.
152 ** eldoc highlights the function argument under point
153 with the face `eldoc-highlight-function-argument'.
155 ** VC
156 *** Clicking on the VC mode-line entry now pops the VC menu.
158 *** The VC mode-line entry now has a tooltip that explains the VC file status.
160 *** VC now supports applying VC operations to a set of files at a time.
162 ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.
164 ** BibTeX mode:
166 *** New `bibtex-entry-format' options `whitespace', `braces', and
167 `string', disabled by default.
169 *** New variable `bibtex-cite-matcher-alist' contains rules to
170 identify cited keys in BibTeX entries, used by `bibtex-find-crossref.
172 *** Command `bibtex-url' now allows multiple URLs per entry.
175 ** Tramp
177 *** New connection methods.
178 The new methods "plinkx", "plink2", "psftp", "sftp" and "fish" have
179 been introduced.  There are also new so-called gateway methods
180 "tunnel" and "socks".
182 *** Multihop syntax has been removed.
183 The pseudo-method "multi" has been removed.  Instead of, multi hops
184 can be specified by the new variable `tramp-default-proxies-alist'.
186 *** More default settings.
187 Default values can be set via the variables `tramp-default-user',
188 `tramp-default-user-alist' and `tramp-default-host'.
190 *** Connection information is cached.
191 In order to reduce connection setup, information about used
192 connections are kept persistent in a file.  The name of this file is
193 defined in the variable `tramp-persistency-file-name'.
195 *** Control of remote processes.
196 Running processes on a remote host can be controlled by settings in
197 `tramp-remote-path' and `tramp-remote-process-environment'.
199 *** Success of remote copy is checked.
200 When the variable `file-precious-flag' is set, the success of a remote
201 file copy is checked via the file's checksum.
203 ** Miscellaneous programming mode changes
205 *** The variable `fortran-line-length' can change the fixed-form line-length.
207 ** Miscellaneous
209 *** comint-mode uses `start-file-process' now (see Lisp Changes).
210 If `default-directory' is a remote file name, subprocesses are started
211 on the corresponding remote system.
213 *** C-x C-q in dired-mode now runs the command wdired-change-to-wdired-mode,
214 and C-x C-q in wdired-mode exits it with asking a question about
215 saving changes.
217 *** The new command `eshell/info' runs info in an eshell buffer.
220 * Changes in Emacs 23.1 on non-free operating systems
223 ** IPv6 is supported on MS-Windows.
224 Emacs now supports IPv6 on Windows XP and later, and earlier versions
225 of Windows with third party IPv6 stacks installed. Previously IPv6 was
226 supported on other platforms, but not on Windows due to using the winsock
227 1.1 header file, even though Emacs was linking to the winsock 2 library.
230 * Incompatible Lisp Changes in Emacs 23.1
233 ** The function `dired-call-process' has been removed.
236 * Lisp Changes in Emacs 23.1
238 ** Changes related to multiple tty support.
240 *** $TERM is now set to `dumb' for subprocesses.  If you want to know the
241 $TERM inherited by Emacs you will have to look inside initial-environment.
243 *** The `window-system' variable has been made frame-local. The new
244 `initial-window-system' variable contains the `window-system' value
245 for the first frame.
247 *** You can specify a terminal device (`tty' parameter) and a terminal
248 type (`tty-type' parameter) to `make-terminal-frame'.
250 *** The new function `make-frame-on-tty' allows you to create a new
251 frame on another tty device interactively.
253 *** The function `make-frame-on-display' now works during a tty
254 session, and `make-frame-on-tty' works during a graphical session.
256 *** New functions: `delete-tty', `suspend-tty', `resume-tty'.
258 *** New functions: `terminal-id', `terminal-parameters',
259 `terminal-parameter', `set-terminal-parameter',
260 `modify-terminal-parameters'.
262 *** New hooks: `suspend-tty-functions' and `resume-tty-functions'
263 are called after a tty frame has been suspended or resumed,
264 respectively. The functions are called with the terminal id of the frame
265 being suspended/resumed as a parameter.
267 *** New functions: `environment', `let-environment'.
269 *** New variables: `local-key-translation-map', `local-function-key-map'.
270 These are in addition to the global key-translation-map and
271 function-key-map variables that already existed.
273 ??? How do the new variables relate to the old ones?
275 *** `initial-environment' holds the environment inherited from Emacs's parent.
277 *** New frame parameter `display-environment-variable'.
279 *** The `keyboard-translate-table' variable and the terminal and
280 keyboard coding systems have been made terminal-local.
282 *** In addition to the global key-translation-map and
283 function-key-map, Emacs has terminal-local local-key-translation-map
284 and local-function-key-map variables, and uses them instead of the
285 global keymaps to set up translations and function key sequences
286 relevant to a specific terminal device.
289 ** You can now also pass the value of the `invisible' property to invisible-p
290 to check whether it would cause the text to be invisible.  Convenient when
291 checking invisibility of text which has no buffer position
292 (e.g. in before/after-strings).
294 ** Non-breaking space now acts as whitespace.
297 ** In `condition-case', a handler can specify "let the debugger run first".
299 You do this by writing `debug' in the list of conditions to be handled,
300 like this:
302     (condition-case nil
303         (foo bar)
304       ((debug error) nil))
306 ** The `require-match' argument to `completing-read' accepts a new value
307 `confirm-only'.
310 ** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly.
312 ** New function `window-full-width-p' returns t if a window is as wide
313 as its frame.
315 ** The new function `split-string-and-unquote' does (what?)
317 ** The new function `combine-and-quote-strings' does (what?)
319 ** The new function `image-refresh' refreshes all images associated
320 with a given image specification.
323 ** New variable `user-emacs-directory'.
324 Use this instead of "~/.emacs.d".
327 ** The new function `start-file-process is similar to `start-process',
328 but obeys file handlers.  The file handler is chosen based on
329 `default-directory'.  The functions `start-file-process-shell-command'
330 and `process-file-shell-command' are also new; they call internally
331 `start-file-process and `process-file', respectively.
334 ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.
335 IDENTIFICATION specifies which part of the remote identifier has to be
336 returned.  With CONNECTED passed non-nil, it is checked whether a
337 remote connection has been established already.
339 ** The two new functions `looking-at-p' and `string-match-p' can do
340 the same matching as `looking-at' and `string-match' without changing
341 the match data.
343 ** The interactive-form of a function can be added post-facto via the
344 `interactive-form' symbol property.  Mostly useful to add complex interactive
345 forms to subroutines.
347 * New Packages for Lisp Programming in Emacs 23.1
349 ** The new package avl-tree.el deals with the AVL tree data structure.
352 ----------------------------------------------------------------------
353 This file is part of GNU Emacs.
355 GNU Emacs is free software; you can redistribute it and/or modify
356 it under the terms of the GNU General Public License as published by
357 the Free Software Foundation; either version 3, or (at your option)
358 any later version.
360 GNU Emacs is distributed in the hope that it will be useful,
361 but WITHOUT ANY WARRANTY; without even the implied warranty of
362 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
363 GNU General Public License for more details.
365 You should have received a copy of the GNU General Public License
366 along with GNU Emacs; see the file COPYING.  If not, write to the
367 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
368 Boston, MA 02110-1301, USA.
371 Local variables:
372 mode: outline
373 paragraph-separate: "[  \f]*$"
374 end:
376 arch-tag: e759449d-88b3-4de4-9900-3a6c3dfa23e2