aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-04-08 14:09:16 +0000
committerChong Yidong2007-04-08 14:09:16 +0000
commit714356abafca5ca0f506a74f5c745085462cdf7c (patch)
treea342b3142c4439c5832db835c0a37700a1080dcc
parent93339adee247b774664485179845d0b48ded9e2e (diff)
downloademacs-714356abafca5ca0f506a74f5c745085462cdf7c.tar.gz
emacs-714356abafca5ca0f506a74f5c745085462cdf7c.zip
Update --- and +++ lines.
-rw-r--r--etc/NEWS21
1 files changed, 21 insertions, 0 deletions
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.
156** When pure storage overflows while dumping, Emacs now prints how 156** When pure storage overflows while dumping, Emacs now prints how
157much pure storage it will approximately need. 157much pure storage it will approximately need.
158 158
159---
159** The script etc/emacs-buffer.gdb can be used with gdb to retrieve the 160** The script etc/emacs-buffer.gdb can be used with gdb to retrieve the
160contents of buffers from a core dump and save them to files easily, should 161contents of buffers from a core dump and save them to files easily, should
161Emacs crash. 162Emacs crash.
@@ -361,6 +362,7 @@ too. If you want to use just plain `*' as a wildcard, type `*""'; the
361doublequotes make no difference in the shell, but they prevent 362doublequotes make no difference in the shell, but they prevent
362special treatment in `dired-do-shell-command'. 363special treatment in `dired-do-shell-command'.
363 364
365---
364** Adaptive filling misfeature removed. 366** Adaptive filling misfeature removed.
365It no longer treats `NNN.' or `(NNN)' as a prefix. 367It no longer treats `NNN.' or `(NNN)' as a prefix.
366 368
@@ -876,9 +878,11 @@ The variable `automatic-hscrolling' was renamed to
876the window now works sensibly, by automatically adjusting the window's 878the window now works sensibly, by automatically adjusting the window's
877vscroll property. 879vscroll property.
878 880
881+++
879*** New customize option `overline-margin' controls the space between 882*** New customize option `overline-margin' controls the space between
880overline and text. 883overline and text.
881 884
885+++
882*** New variable `x-underline-at-descent-line' controls the relative 886*** New variable `x-underline-at-descent-line' controls the relative
883position of the underline. When set, it overrides the 887position of the underline. When set, it overrides the
884`x-use-underline-position-properties' variables. 888`x-use-underline-position-properties' variables.
@@ -987,6 +991,7 @@ uses the "very visible" cursor (the default) or the normal cursor.
987elements on mode-line (and header-line) like `highlight' face on text 991elements on mode-line (and header-line) like `highlight' face on text
988areas. 992areas.
989 993
994+++
990*** `mode-line-buffer-id' is the standard face for buffer identification 995*** `mode-line-buffer-id' is the standard face for buffer identification
991parts of the mode line. 996parts of the mode line.
992 997
@@ -1216,6 +1221,7 @@ mouse-wheel-inhibit-click-time variables.
1216 1221
1217** Multilingual Environment (Mule) changes: 1222** Multilingual Environment (Mule) changes:
1218 1223
1224+++
1219*** You can disable character translation for a file using the -*- 1225*** You can disable character translation for a file using the -*-
1220construct. Include `enable-character-translation: nil' inside the 1226construct. Include `enable-character-translation: nil' inside the
1221-*-...-*- to disable any character translation that may happen by 1227-*-...-*- to disable any character translation that may happen by
@@ -1744,6 +1750,7 @@ colors as on X.
1744 1750
1745* New Modes and Packages in Emacs 22.1 1751* New Modes and Packages in Emacs 22.1
1746 1752
1753---
1747** ERC is now part of the Emacs distribution. 1754** ERC is now part of the Emacs distribution.
1748 1755
1749ERC is a powerful, modular, and extensible IRC client for Emacs. 1756ERC is a powerful, modular, and extensible IRC client for Emacs.
@@ -2016,6 +2023,7 @@ table editing available in modern word processors. The package also
2016can generate a table source in typesetting and markup languages such 2023can generate a table source in typesetting and markup languages such
2017as latex and html from the visually laid out text table. 2024as latex and html from the visually laid out text table.
2018 2025
2026+++
2019** The tumme.el package allows you to easily view, tag and in other ways 2027** The tumme.el package allows you to easily view, tag and in other ways
2020manipulate image files and their thumbnails, using dired as the main interface. 2028manipulate image files and their thumbnails, using dired as the main interface.
2021Tumme provides functionality to generate simple image galleries. 2029Tumme provides functionality to generate simple image galleries.
@@ -2068,6 +2076,7 @@ recognized.
2068** The TCL package tcl-mode.el was replaced by tcl.el. 2076** The TCL package tcl-mode.el was replaced by tcl.el.
2069This was actually done in Emacs-21.1, and was not documented. 2077This was actually done in Emacs-21.1, and was not documented.
2070 2078
2079---
2071** The new package scroll-lock.el provides the Scroll Lock minor mode 2080** The new package scroll-lock.el provides the Scroll Lock minor mode
2072for pager-like scrolling. Keys which normally move point by line or 2081for pager-like scrolling. Keys which normally move point by line or
2073paragraph will scroll the buffer by the respective amount of lines 2082paragraph 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.
2083 2092
2084** Changes in Shell Mode 2093** Changes in Shell Mode
2085 2094
2095---
2086*** Shell output normally scrolls so that the input line is at the 2096*** Shell output normally scrolls so that the input line is at the
2087bottom of the window -- thus showing the maximum possible text. (This 2097bottom of the window -- thus showing the maximum possible text. (This
2088is similar to the way sequential output to a terminal works.) 2098is similar to the way sequential output to a terminal works.)
@@ -2207,6 +2217,7 @@ handling of edits of concealed text, undo concerns, etc.
2207 - many, many other, more minor tweaks, fixes, and refinements. 2217 - many, many other, more minor tweaks, fixes, and refinements.
2208 - version number incremented to 2.2 2218 - version number incremented to 2.2
2209 2219
2220+++
2210** The variable `woman-topic-at-point' was renamed 2221** The variable `woman-topic-at-point' was renamed
2211to `woman-use-topic-at-point' and behaves differently: if this 2222to `woman-use-topic-at-point' and behaves differently: if this
2212variable is non-nil, the `woman' command uses the word at point 2223variable is non-nil, the `woman' command uses the word at point
@@ -2726,6 +2737,7 @@ line is left untouched.
2726The function `c-toggle-syntactic-indentation' can be used to toggle 2737The function `c-toggle-syntactic-indentation' can be used to toggle
2727syntactic indentation. 2738syntactic indentation.
2728 2739
2740---
2729** In sh-script, a continuation line is only indented if the backslash was 2741** In sh-script, a continuation line is only indented if the backslash was
2730preceded by a SPC or a TAB. 2742preceded by a SPC or a TAB.
2731 2743
@@ -2857,6 +2869,7 @@ i.e., there is always a closing tag.
2857By default, its setting is inferred on a buffer-by-buffer basis 2869By default, its setting is inferred on a buffer-by-buffer basis
2858from the file name or buffer contents. 2870from the file name or buffer contents.
2859 2871
2872---
2860*** The variable `sgml-transformation' has been renamed to 2873*** The variable `sgml-transformation' has been renamed to
2861`sgml-transformation-function'. The old name is still available as 2874`sgml-transformation-function'. The old name is still available as
2862alias. 2875alias.
@@ -2938,6 +2951,7 @@ extracting the content of a BibTeX field.
2938`bibtex-autokey-titleword-case-convert-function'. The old names are 2951`bibtex-autokey-titleword-case-convert-function'. The old names are
2939still available as aliases. 2952still available as aliases.
2940 2953
2954+++
2941** In Artist mode the variable `artist-text-renderer' has been 2955** In Artist mode the variable `artist-text-renderer' has been
2942renamed to `artist-text-renderer-function'. The old name is still 2956renamed to `artist-text-renderer-function'. The old name is still
2943available as alias. 2957available as alias.
@@ -2969,6 +2983,7 @@ breakpoints.
2969To use this package just type M-x gdb. See the Emacs manual if you want the 2983To use this package just type M-x gdb. See the Emacs manual if you want the
2970old behaviour. 2984old behaviour.
2971 2985
2986---
2972*** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be 2987*** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be
2973toggled independently of normal tooltips with the minor mode 2988toggled independently of normal tooltips with the minor mode
2974`gud-tooltip-mode'. 2989`gud-tooltip-mode'.
@@ -3335,6 +3350,7 @@ See the documentation of the user option
3335--- 3350---
3336*** Rmail now displays 5-digit message ids in its summary buffer. 3351*** Rmail now displays 5-digit message ids in its summary buffer.
3337 3352
3353+++
3338*** The new commands rmail-end-of-message and rmail-summary end-of-message, 3354*** The new commands rmail-end-of-message and rmail-summary end-of-message,
3339by default bound to `/', go to the end of the current mail message in 3355by default bound to `/', go to the end of the current mail message in
3340Rmail and Rmail summary buffers. 3356Rmail and Rmail summary buffers.
@@ -3701,6 +3717,7 @@ variable `calculator-radix-grouping-mode'.
3701--- 3717---
3702** cplus-md.el has been deleted. 3718** cplus-md.el has been deleted.
3703 3719
3720---
3704** Ewoc changes 3721** Ewoc changes
3705 3722
3706*** The new function `ewoc-delete' deletes specified nodes. 3723*** The new function `ewoc-delete' deletes specified nodes.
@@ -3846,6 +3863,7 @@ w32-use-full-screen-buffer to t.
3846`kTextEncodingMacRoman', `kTextEncodingISOLatin1', and 3863`kTextEncodingMacRoman', `kTextEncodingISOLatin1', and
3847`kTextEncodingISOLatin2' are obsolete. 3864`kTextEncodingISOLatin2' are obsolete.
3848 3865
3866+++
3849** The variable `mac-command-key-is-meta' is obsolete. Use 3867** The variable `mac-command-key-is-meta' is obsolete. Use
3850`mac-command-modifier' and `mac-option-modifier' instead. 3868`mac-command-modifier' and `mac-option-modifier' instead.
3851 3869
@@ -3915,6 +3933,7 @@ display tables.
3915 3933
3916** General Lisp changes: 3934** General Lisp changes:
3917 3935
3936+++
3918*** The function `expt' handles negative exponents differently. 3937*** The function `expt' handles negative exponents differently.
3919The value for `(expt A B)', if both A and B are integers and B is 3938The value for `(expt A B)', if both A and B are integers and B is
3920negative, is now a float. For example: (expt 2 -2) => 0.25. 3939negative, is now a float. For example: (expt 2 -2) => 0.25.
@@ -4065,6 +4084,7 @@ it evaluates those expressions immediately.
4065 4084
4066This is useful in packages that can be preloaded. 4085This is useful in packages that can be preloaded.
4067 4086
4087+++
4068*** `list-faces-display' takes an optional argument, REGEXP. 4088*** `list-faces-display' takes an optional argument, REGEXP.
4069 4089
4070If it is non-nil, the function lists only faces matching this regexp. 4090If 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
4408have a buffer-local binding in buffer BUFFER, it returns the default 4428have a buffer-local binding in buffer BUFFER, it returns the default
4409value of VARIABLE instead. 4429value of VARIABLE instead.
4410 4430
4431---
4411*** The function `frame-or-buffer-changed-p' now lets you maintain 4432*** The function `frame-or-buffer-changed-p' now lets you maintain
4412various status records in parallel. 4433various status records in parallel.
4413 4434