From: Chong Yidong Date: Sun, 8 Apr 2007 14:09:16 +0000 (+0000) Subject: Update --- and +++ lines. X-Git-Tag: emacs-pretest-22.0.98~197 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=714356abafca5ca0f506a74f5c745085462cdf7c;p=emacs.git Update --- and +++ lines. --- diff --git a/etc/NEWS b/etc/NEWS index 71a8bd5accc..862e98e7d70 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -156,6 +156,7 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. ** When pure storage overflows while dumping, Emacs now prints how much pure storage it will approximately need. +--- ** The script etc/emacs-buffer.gdb can be used with gdb to retrieve the contents of buffers from a core dump and save them to files easily, should Emacs crash. @@ -361,6 +362,7 @@ too. If you want to use just plain `*' as a wildcard, type `*""'; the doublequotes make no difference in the shell, but they prevent special treatment in `dired-do-shell-command'. +--- ** Adaptive filling misfeature removed. It no longer treats `NNN.' or `(NNN)' as a prefix. @@ -876,9 +878,11 @@ The variable `automatic-hscrolling' was renamed to the window now works sensibly, by automatically adjusting the window's vscroll property. ++++ *** New customize option `overline-margin' controls the space between overline and text. ++++ *** New variable `x-underline-at-descent-line' controls the relative position of the underline. When set, it overrides the `x-use-underline-position-properties' variables. @@ -987,6 +991,7 @@ uses the "very visible" cursor (the default) or the normal cursor. elements on mode-line (and header-line) like `highlight' face on text areas. ++++ *** `mode-line-buffer-id' is the standard face for buffer identification parts of the mode line. @@ -1216,6 +1221,7 @@ mouse-wheel-inhibit-click-time variables. ** Multilingual Environment (Mule) changes: ++++ *** You can disable character translation for a file using the -*- construct. Include `enable-character-translation: nil' inside the -*-...-*- to disable any character translation that may happen by @@ -1744,6 +1750,7 @@ colors as on X. * New Modes and Packages in Emacs 22.1 +--- ** ERC is now part of the Emacs distribution. ERC is a powerful, modular, and extensible IRC client for Emacs. @@ -2016,6 +2023,7 @@ table editing available in modern word processors. The package also can generate a table source in typesetting and markup languages such as latex and html from the visually laid out text table. ++++ ** The tumme.el package allows you to easily view, tag and in other ways manipulate image files and their thumbnails, using dired as the main interface. Tumme provides functionality to generate simple image galleries. @@ -2068,6 +2076,7 @@ recognized. ** The TCL package tcl-mode.el was replaced by tcl.el. This was actually done in Emacs-21.1, and was not documented. +--- ** The new package scroll-lock.el provides the Scroll Lock minor mode for pager-like scrolling. Keys which normally move point by line or paragraph will scroll the buffer by the respective amount of lines @@ -2083,6 +2092,7 @@ for Emacs 22. In particular, the mode-line is now position sensitive. ** Changes in Shell Mode +--- *** Shell output normally scrolls so that the input line is at the bottom of the window -- thus showing the maximum possible text. (This is similar to the way sequential output to a terminal works.) @@ -2207,6 +2217,7 @@ handling of edits of concealed text, undo concerns, etc. - many, many other, more minor tweaks, fixes, and refinements. - version number incremented to 2.2 ++++ ** The variable `woman-topic-at-point' was renamed to `woman-use-topic-at-point' and behaves differently: if this variable is non-nil, the `woman' command uses the word at point @@ -2726,6 +2737,7 @@ line is left untouched. The function `c-toggle-syntactic-indentation' can be used to toggle syntactic indentation. +--- ** In sh-script, a continuation line is only indented if the backslash was preceded by a SPC or a TAB. @@ -2857,6 +2869,7 @@ i.e., there is always a closing tag. By default, its setting is inferred on a buffer-by-buffer basis from the file name or buffer contents. +--- *** The variable `sgml-transformation' has been renamed to `sgml-transformation-function'. The old name is still available as alias. @@ -2938,6 +2951,7 @@ extracting the content of a BibTeX field. `bibtex-autokey-titleword-case-convert-function'. The old names are still available as aliases. ++++ ** In Artist mode the variable `artist-text-renderer' has been renamed to `artist-text-renderer-function'. The old name is still available as alias. @@ -2969,6 +2983,7 @@ breakpoints. To use this package just type M-x gdb. See the Emacs manual if you want the old behaviour. +--- *** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be toggled independently of normal tooltips with the minor mode `gud-tooltip-mode'. @@ -3335,6 +3350,7 @@ See the documentation of the user option --- *** Rmail now displays 5-digit message ids in its summary buffer. ++++ *** The new commands rmail-end-of-message and rmail-summary end-of-message, by default bound to `/', go to the end of the current mail message in Rmail and Rmail summary buffers. @@ -3701,6 +3717,7 @@ variable `calculator-radix-grouping-mode'. --- ** cplus-md.el has been deleted. +--- ** Ewoc changes *** The new function `ewoc-delete' deletes specified nodes. @@ -3846,6 +3863,7 @@ w32-use-full-screen-buffer to t. `kTextEncodingMacRoman', `kTextEncodingISOLatin1', and `kTextEncodingISOLatin2' are obsolete. ++++ ** The variable `mac-command-key-is-meta' is obsolete. Use `mac-command-modifier' and `mac-option-modifier' instead. @@ -3915,6 +3933,7 @@ display tables. ** General Lisp changes: ++++ *** The function `expt' handles negative exponents differently. The value for `(expt A B)', if both A and B are integers and B is negative, is now a float. For example: (expt 2 -2) => 0.25. @@ -4065,6 +4084,7 @@ it evaluates those expressions immediately. This is useful in packages that can be preloaded. ++++ *** `list-faces-display' takes an optional argument, REGEXP. If it is non-nil, the function lists only faces matching this regexp. @@ -4408,6 +4428,7 @@ binding of VARIABLE (a symbol) in buffer BUFFER. If VARIABLE does not have a buffer-local binding in buffer BUFFER, it returns the default value of VARIABLE instead. +--- *** The function `frame-or-buffer-changed-p' now lets you maintain various status records in parallel.