Mercurial > emacs
diff etc/NEWS @ 90796:4ef881a120fe
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 675-697)
- Update from CVS
- Merge from gnus--rel--5.10
- Release ERC 5.2.
* gnus--rel--5.10 (patch 211-215)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-189
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 11 Apr 2007 00:17:47 +0000 |
parents | c0409ee15cee d53edc80e28e |
children | e6fdae9180d4 |
line wrap: on
line diff
--- a/etc/NEWS Fri Mar 30 02:06:58 2007 +0000 +++ b/etc/NEWS Wed Apr 11 00:17:47 2007 +0000 @@ -219,10 +219,6 @@ ** Support for GNU/Linux systems on X86-64 machines was added. --- -** Support for HP 9000 series 800 and Hitachi SR2001/SR2201 machines -was removed. - ---- ** Mac OS 9 port now uses the Carbon API by default. You can also create non-Carbon build by specifying `NonCarbon' as a target. See the files mac/README and mac/INSTALL for build instructions. @@ -235,6 +231,7 @@ ** 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. @@ -440,6 +437,7 @@ 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. @@ -955,9 +953,11 @@ 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. @@ -1066,6 +1066,7 @@ 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. @@ -1295,6 +1296,7 @@ ** 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 @@ -1823,6 +1825,7 @@ * 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. @@ -2095,6 +2098,7 @@ 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. @@ -2147,6 +2151,7 @@ ** 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 @@ -2162,6 +2167,7 @@ ** 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.) @@ -2286,6 +2292,7 @@ - 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 @@ -2805,6 +2812,7 @@ 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. @@ -2936,6 +2944,7 @@ 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. @@ -2961,6 +2970,7 @@ +++ *** New major mode Doctex mode, for *.dtx files. +--- ** BibTeX mode: *** The new command `bibtex-url' browses a URL for the BibTeX entry at @@ -3017,6 +3027,7 @@ `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. @@ -3048,6 +3059,7 @@ 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'. @@ -3414,6 +3426,7 @@ --- *** 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. @@ -3780,6 +3793,7 @@ --- ** cplus-md.el has been deleted. +--- ** Ewoc changes *** The new function `ewoc-delete' deletes specified nodes. @@ -3925,6 +3939,7 @@ `kTextEncodingMacRoman', `kTextEncodingISOLatin1', and `kTextEncodingISOLatin2' are obsolete. ++++ ** The variable `mac-command-key-is-meta' is obsolete. Use `mac-command-modifier' and `mac-option-modifier' instead. @@ -3994,6 +4009,7 @@ ** 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. @@ -4125,6 +4141,12 @@ This combines `defalias' and `make-obsolete'. +++ +*** New macro `with-case-table' + +This executes the body with the case table temporarily set to a given +case table. + ++++ *** New function `unsafep' determines whether a Lisp form is safe. It returns nil if the given Lisp form can't possibly do anything @@ -4138,6 +4160,7 @@ 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. @@ -4481,6 +4504,7 @@ 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. @@ -5480,7 +5504,7 @@ ** Mouse pointer features: +++ (lispref) -??? (man) +--- (man) *** The mouse pointer shape in void text areas (i.e. after the end of a line or below the last line in the buffer) of the text window is now controlled by the new variable `void-text-area-pointer'. The default @@ -5923,6 +5947,12 @@ for it. (If the coding system is detected incorrectly for a specific file, you can put a `coding:' tags to override it.) ++++ +*** The new variable `ascii-case-table' stores the case table for the +ascii character set. Language environments (such as Turkish) may +alter the case correspondences of ASCII characters. This variable +saves the original ASCII case table before any such changes. + --- *** The new function `merge-coding-systems' fills in unspecified aspects of one coding system from another coding system.