(org-columns-eval): Use forward-line.
[emacs.git] / etc / NEWS
blob62258f67ff45111570f1804ed7cbf88076b00daa
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.
36 ** The `emacstool' utility has been removed.
39 * Changes in Emacs 23.1
41 ** Emacs now supports using both X displays and ttys in one session.
42 You can also use any number of different ttys.
44 You can test for the presence of this feature in your Lisp code by
45 testing for the `multi-tty' feature.
47 ** Emacs comes with a new set of icons for Mac OS X.
48 OS-X-style icons (an application icon and a relevant document icon)
49 were contributed by Kentaro Ohkouchi.
50 Source files for these icons can be found in Emacs.app/Contents/Resources.
52 ** Built-in functions (subr) can now have an interactive specification
53 that is not a prompt string.  If the `intspec' parameter of a `DEFUN'
54 starts with a `(', the string is evaluated as a Lisp form.
56 ** set-file-modes is now interactive and can take the mode value in
57 symbolic notation thanks to auxiliary functions.
59 ** split-window-preferred-function specifies whether display-buffer should
60 split windows vertically or horizontally.
62 ** Emacsclient has been extended to support opening a new terminal
63 frame.  Its behavior has been changed to open a new Emacs frame by
64 default.  Use the -c option to get the old behavior of opening files in
65 the currently selected Emacs frame.
67 ** The refcards are now shipped as PDF files.
69 ** Emacs now supports the SVG image format through librsvg2.
71 ** If you set find-file-confirm-nonexistent-file to t, then C-x C-f
72 requires confirmation before opening a non-existent file.
74 ** If the gpm mouse server is running and t-mouse-mode enabled, Emacs uses a
75 Unix socket in a GNU/Linux console to talk to server, rather than faking events
76 using the client program mev.  This C level approach provides mouse
77 highlighting, and help echoing in the minibuffer.
79 ** The new variable next-error-recenter specifies how next-error should
80 recenter the visited source file.  Its value can be a number (for example,
81 0 for top line, -1 for bottom line), or nil for no recentering.
83 ** The mode-line displays a `@' if the default-directory for the current buffer
84 is on a remote machine, or a hyphen otherwise.
86 ** The mode-line displays a mode menu when mouse-1 is clicked on a minor mode,
87 in the same way as it already did for major modes.
89 ** The new command balance-windows-area balances windows both vertically
90 and horizontally.
92 ** The new command close-display-connection can be used to close a connection
93 to a remote display, e.g. because the display is about to become unreachable.
95 ** The command shell prompts for the default directory, when it is
96 called with a prefix, and the default directory is a remote file name.
97 This is because some file name handlers (like ange-ftp) are not able to
98 run processes remotely.
100 ** The new command `display-time-world' starts an updating time display
101 using several time zones, in a buffer.
103 * Startup Changes in Emacs 23.1
105 ** New user option `initial-buffer-choice' specifies what to display
106 after starting Emacs: startup screen, *scratch* buffer, visiting a
107 file or directory.
109 ** New alias `argv' for `command-line-args-left'
110 This is a convenience alias, so that one can write `(pop argv)'
111 inside of --eval command line arguments in order to access
112 following arguments.
114 ** The abbrev file is no longer read at startup in batch mode.
116 * Incompatible Editing Changes in Emacs 23.1
119 * Editing Changes in Emacs 23.1
122 ** M-q now fills the region if the region is active and
123 `transient-mark-mode' is turned on.  Otherwise, it fills the current
124 paragraph.
127 ** M-$ now checks spelling of the region if the region is active and
128 `transient-mark-mode' is turned on.  Otherwise, it checks spelling of the
129 word at point.
131 ** TAB now indents the region if the region is active and
132 `transient-mark-mode' is turned on.
134 ** C-z now invokes `suspend-frame', C-x C-c now invokes
135 `save-buffers-kill-terminal'.
137 ** New command kill-matching-buffers kills buffers whose name matches a regexp.
139 ** `interprogram-paste-function' can now return one string or a list
140 of strings.  In the latter case, Emacs puts the second and following
141 strings on the kill ring.
143 ** Minibuffer changes:
145 *** isearch started in the minibuffer searches in the minibuffer history.
146 Reverse isearch commands (C-r, C-M-r) search in previous minibuffer
147 history elements, and forward isearch commands (C-s, C-M-s) search in
148 next history elements.  When the reverse search reaches the first history
149 element, it wraps to the last history element, and the forward search
150 wraps to the first history element.  When the search is terminated, the
151 history element containing the search string becomes the current.
154 * New Modes and Packages in Emacs 23.1
156 ** The package doc-view.el has been added.  It supports viewing of PDF,
157 PostScript and DVI documents inside an Emacs buffer by converting the
158 document to a set of PNG images first.  One can also search for a
159 regular expression in the document.  The commentary of the file explains
160 its usage.
162 ** A new game called `bubbles' has been added.
164 ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt.
167 * Changes in Specialized Modes and Packages in Emacs 23.1
169 ** diff-fine-highlight highlights char-level details of changes in a diff hunk.
170 ** archive-mode has basic support to browse Rar archives.
171 ** talk.el has been extended for multiple tty support.
173 ** compilation-auto-jump-to-first-error tells `compile' to jump to
174 the first error encountered during compilations.
176 ** In the `copyright' package, you can specify your copyright holders's names.
177 Only copyright lines with holders matching copyright-names-regexp will be
178 considered for update.
180 ** eldoc highlights the function argument under point
181 with the face `eldoc-highlight-function-argument'.
183 ** VC
184 *** Clicking on the VC mode-line entry now pops the VC menu.
186 *** The VC mode-line entry now has a tooltip that explains the VC file status.
188 *** VC now supports applying VC operations to a set of files at a time.
190 This enables VC to work much more effectively with changeset-oriented
191 version-control systems such as Subversion, GNU Arch, Mercurial, and
192 Bzr. VC will now pass a multiple-file commit to these systems
193 as a single changeset.
195 ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.
197 ** The appearance of superscript and subscript in TeX is more customizable.
198 See the documentation of the variables: tex-fontify-script,
199 tex-font-script-display, tex-suscript-height-ratio, and
200 tex-suscript-height-minimum.
202 ** BibTeX mode:
204 *** New `bibtex-entry-format' options `whitespace', `braces', and
205 `string', disabled by default.
207 *** New variable `bibtex-cite-matcher-alist' contains rules to
208 identify cited keys in BibTeX entries, used by `bibtex-find-crossref.
210 *** Command `bibtex-url' now allows multiple URLs per entry.
213 ** Tramp
215 *** New connection methods.
216 The new methods "plinkx", "plink2", "psftp", "sftp" and "fish" have
217 been introduced.  There are also new so-called gateway methods
218 "tunnel" and "socks".
220 *** Multihop syntax has been removed.
221 The pseudo-method "multi" has been removed.  Instead of, multi hops
222 can be specified by the new variable `tramp-default-proxies-alist'.
224 *** More default settings.
225 Default values can be set via the variables `tramp-default-user',
226 `tramp-default-user-alist' and `tramp-default-host'.
228 *** Connection information is cached.
229 In order to reduce connection setup, information about used
230 connections are kept persistent in a file.  The name of this file is
231 defined in the variable `tramp-persistency-file-name'.
233 *** Control of remote processes.
234 Running processes on a remote host can be controlled by settings in
235 `tramp-remote-path' and `tramp-remote-process-environment'.
237 *** Success of remote copy is checked.
238 When the variable `file-precious-flag' is set, the success of a remote
239 file copy is checked via the file's checksum.
241 ** Miscellaneous programming mode changes
243 *** The file etc/emacs.py now supports both Python 2 and 3, meaning
244 that either version can be used as inferior Python by python.el.
246 *** The variable `fortran-line-length' can change the fixed-form line-length.
248 ** Miscellaneous
250 *** comint-mode uses `start-file-process' now (see Lisp Changes).
251 If `default-directory' is a remote file name, subprocesses are started
252 on the corresponding remote system.
254 *** C-x C-q in dired-mode now runs the command wdired-change-to-wdired-mode,
255 and C-x C-q in wdired-mode exits it with asking a question about
256 saving changes.
258 *** The new command `eshell/info' runs info in an eshell buffer.
261 * Changes in Emacs 23.1 on non-free operating systems
264 ** IPv6 is supported on MS-Windows.
265 Emacs now supports IPv6 on Windows XP and later, and earlier versions
266 of Windows with third party IPv6 stacks installed. Previously IPv6 was
267 supported on other platforms, but not on Windows due to using the winsock
268 1.1 header file, even though Emacs was linking to the winsock 2 library.
271 * Incompatible Lisp Changes in Emacs 23.1
274 ** The function `dired-call-process' has been removed.
277 * Lisp Changes in Emacs 23.1
279 ** `frame-inherited-parameters' lets new frames inherit parameters from
280 the selected frame.
281 ** New keymap `input-decode-map' overrides like key-translation-map, but
282 applies before function-key-map.  Also it is terminal-local contrary to
283 key-translation-map.  Terminal-specific key-sequences are generally added to
284 this map rather than to function-key-map now.
286 ** Changes related to multiple tty support.
288 *** $TERM is now set to `dumb' for subprocesses.  If you want to know the
289 $TERM inherited by Emacs you will have to look inside initial-environment.
291 *** $DISPLAY is now dynamically inherited from the frame's `display'.
293 *** The `window-system' variable has been made frame-local. The new
294 `initial-window-system' variable contains the `window-system' value
295 for the first frame.
297 *** You can specify a terminal device (`tty' parameter) and a terminal
298 type (`tty-type' parameter) to `make-terminal-frame'.
300 *** The new function `make-frame-on-tty' allows you to create a new
301 frame on another tty device interactively.
303 *** The function `make-frame-on-display' now works during a tty
304 session, and `make-frame-on-tty' works during a graphical session.
306 *** New functions: `delete-tty', `suspend-tty', `resume-tty'.
308 *** A new data type for terminals with functions: `get-device-terminal',
309 `terminal-parameters', `terminal-parameter', `set-terminal-parameter'.
311 *** New hooks: `suspend-tty-functions' and `resume-tty-functions'
312 are called after a tty frame has been suspended or resumed,
313 respectively.  The functions are called with the terminal id of the frame
314 being suspended/resumed as a parameter.
316 *** New function: `environment'.
318 *** New variable: `local-function-key-map'.
319 This in addition to the global function-key-map variable that
320 already existed.  The global variable is not used directly any more;
321 instead, the local-function-key-map is initialized so as to inherit from
322 function-key-map.
324 *** `initial-environment' holds the environment inherited from Emacs's parent.
326 *** The `keyboard-translate-table' variable and the terminal and
327 keyboard coding systems have been made terminal-local.
329 *** In addition to the global function-key-map, Emacs has terminal-local
330 local-function-key-map variables, and uses them instead of the
331 global keymaps to set up translations and function key sequences
332 relevant to a specific terminal device.
335 ** You can now also pass the value of the `invisible' property to invisible-p
336 to check whether it would cause the text to be invisible.  Convenient when
337 checking invisibility of text which has no buffer position
338 (e.g. in before/after-strings).
340 ** Non-breaking space now acts as whitespace.
343 ** In `condition-case', a handler can specify "let the debugger run first".
345 You do this by writing `debug' in the list of conditions to be handled,
346 like this:
348     (condition-case nil
349         (foo bar)
350       ((debug error) nil))
352 ** The `require-match' argument to `completing-read' accepts a new value
353 `confirm-only'.
356 ** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly.
358 ** New function `window-full-width-p' returns t if a window is as wide
359 as its frame.
361 ** The new function `split-string-and-unquote' does (what?)
363 ** The new function `combine-and-quote-strings' does (what?)
365 ** The new function `image-refresh' refreshes all images associated
366 with a given image specification.
369 ** New variable `user-emacs-directory'.
370 Use this instead of "~/.emacs.d".
373 ** The new function `start-file-process is similar to `start-process',
374 but obeys file handlers.  The file handler is chosen based on
375 `default-directory'.  The functions `start-file-process-shell-command'
376 and `process-file-shell-command' are also new; they call internally
377 `start-file-process and `process-file', respectively.
380 ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.
381 IDENTIFICATION specifies which part of the remote identifier has to be
382 returned.  With CONNECTED passed non-nil, it is checked whether a
383 remote connection has been established already.
385 ** The two new functions `looking-at-p' and `string-match-p' can do
386 the same matching as `looking-at' and `string-match' without changing
387 the match data.
389 ** The interactive-form of a function can be added post-facto via the
390 `interactive-form' symbol property.  Mostly useful to add complex interactive
391 forms to subroutines.
393 * New Packages for Lisp Programming in Emacs 23.1
395 ** The new package avl-tree.el deals with the AVL tree data structure.
398 ----------------------------------------------------------------------
399 This file is part of GNU Emacs.
401 GNU Emacs is free software; you can redistribute it and/or modify
402 it under the terms of the GNU General Public License as published by
403 the Free Software Foundation; either version 3, or (at your option)
404 any later version.
406 GNU Emacs is distributed in the hope that it will be useful,
407 but WITHOUT ANY WARRANTY; without even the implied warranty of
408 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
409 GNU General Public License for more details.
411 You should have received a copy of the GNU General Public License
412 along with GNU Emacs; see the file COPYING.  If not, write to the
413 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
414 Boston, MA 02110-1301, USA.
417 Local variables:
418 mode: outline
419 paragraph-separate: "[  \f]*$"
420 end:
422 arch-tag: e759449d-88b3-4de4-9900-3a6c3dfa23e2