aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Winkler2006-05-21 23:53:29 +0000
committerRoland Winkler2006-05-21 23:53:29 +0000
commite22fdc3682353a434e7bc40e48504ab2cacb611a (patch)
tree24cfd1590f4fd72567f67b4e7f02698d6f4cadbc
parentc18eec5c991ca97cf48a33f1a5a07e1994305776 (diff)
downloademacs-e22fdc3682353a434e7bc40e48504ab2cacb611a.tar.gz
emacs-e22fdc3682353a434e7bc40e48504ab2cacb611a.zip
*** The variable `makefile-query-one-target-method' has been
renamed to makefile-query-one-target-method-function. The old name is still available as alias. *** The variable `artist-text-renderer' has been renamed to `artist-text-renderer-function'. The old name is still available as alias. *** The variable `flyspell-generic-check-word-p' has been renamed to `flyspell-generic-check-word-predicate'. The old name is still available as alias. *** The variable `ispell-format-word' has been renamed to `ispell-format-word-function'. The old name is still available as alias. *** The variables `skeleton-transformation', `skeleton-filter', and `skeleton-pair-filter' have been renamed to `skeleton-transformation-function', `skeleton-filter-function', and `skeleton-pair-filter-function'. The old names are still available as aliases. *** The variable `sgml-transformation' has been renamed to `sgml-transformation-function'. The old name is still available as alias.
-rw-r--r--etc/NEWS38
1 files changed, 35 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 14409fa97a1..e26184400d9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1992,12 +1992,18 @@ subprocess are controlled by the user options `scheme-trace-command',
1992`scheme-untrace-command' and `scheme-expand-current-form'. 1992`scheme-untrace-command' and `scheme-expand-current-form'.
1993 1993
1994--- 1994---
1995** Makefile mode has submodes for automake, gmake, makepp, BSD make and imake. 1995** Changes in Makefile mode
1996
1997*** Makefile mode has submodes for automake, gmake, makepp, BSD make and imake.
1996 1998
1997The former two couldn't be differentiated before, and the latter three 1999The former two couldn't be differentiated before, and the latter three
1998are new. Font-locking is robust now and offers new customizable 2000are new. Font-locking is robust now and offers new customizable
1999faces. 2001faces.
2000 2002
2003*** The variable `makefile-query-one-target-method' has been renamed
2004to `makefile-query-one-target-method-function'. The old name is still
2005available as alias.
2006
2001+++ 2007+++
2002** In Outline mode, `hide-body' no longer hides lines at the top 2008** In Outline mode, `hide-body' no longer hides lines at the top
2003of the file that precede the first header line. 2009of the file that precede the first header line.
@@ -2613,6 +2619,10 @@ i.e., there is always a closing tag.
2613By default, its setting is inferred on a buffer-by-buffer basis 2619By default, its setting is inferred on a buffer-by-buffer basis
2614from the file name or buffer contents. 2620from the file name or buffer contents.
2615 2621
2622*** The variable `sgml-transformation' has been renamed to
2623`sgml-transformation-function'. The old name is still available as
2624alias.
2625
2616+++ 2626+++
2617*** `xml-mode' is now an alias for `sgml-mode', which has XML support. 2627*** `xml-mode' is now an alias for `sgml-mode', which has XML support.
2618 2628
@@ -2690,6 +2700,10 @@ extracting the content of a BibTeX field.
2690`bibtex-autokey-titleword-case-convert-function'. The old names are 2700`bibtex-autokey-titleword-case-convert-function'. The old names are
2691still available as aliases. 2701still available as aliases.
2692 2702
2703** In Artist mode the variable `artist-text-renderer' has been
2704renamed to `artist-text-renderer-function'. The old name is still
2705available as alias.
2706
2693+++ 2707+++
2694** In Enriched mode, `set-left-margin' and `set-right-margin' are now 2708** In Enriched mode, `set-left-margin' and `set-right-margin' are now
2695by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l' 2709by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l'
@@ -3301,7 +3315,9 @@ C-x C-f passes the file name to `find-file' with non-nil WILDCARDS
3301argument, which visits multiple files, and C-x d passes it to `dired'. 3315argument, which visits multiple files, and C-x d passes it to `dired'.
3302 3316
3303--- 3317---
3304** In skeleton.el, `-' marks the `skeleton-point' without interregion interaction. 3318** Changes in Skeleton
3319
3320*** In skeleton.el, `-' marks the `skeleton-point' without interregion interaction.
3305 3321
3306`@' has reverted to only setting `skeleton-positions' and no longer 3322`@' has reverted to only setting `skeleton-positions' and no longer
3307sets `skeleton-point'. Skeletons which used @ to mark 3323sets `skeleton-point'. Skeletons which used @ to mark
@@ -3309,6 +3325,12 @@ sets `skeleton-point'. Skeletons which used @ to mark
3309updated `skeleton-insert' docstring explains these new features along 3325updated `skeleton-insert' docstring explains these new features along
3310with other details of skeleton construction. 3326with other details of skeleton construction.
3311 3327
3328*** The variables `skeleton-transformation', `skeleton-filter', and
3329`skeleton-pair-filter' have been renamed to
3330`skeleton-transformation-function', `skeleton-filter-function', and
3331`skeleton-pair-filter-function'. The old names are still available
3332as aliases.
3333
3312--- 3334---
3313** Hideshow mode changes 3335** Hideshow mode changes
3314 3336
@@ -7138,6 +7160,10 @@ end of the buffer.
7138 7160
7139*** Spell checking now works in the MS-DOS version of Emacs. 7161*** Spell checking now works in the MS-DOS version of Emacs.
7140 7162
7163*** The variable `ispell-format-word' has been renamed to
7164`ispell-format-word-function'. The old name is still available as
7165alias.
7166
7141** Makefile mode changes 7167** Makefile mode changes
7142 7168
7143*** The mode now uses the abbrev table `makefile-mode-abbrev-table'. 7169*** The mode now uses the abbrev table `makefile-mode-abbrev-table'.
@@ -7690,9 +7716,15 @@ mode `iswitchb-mode'.
7690If you have `(require 'msb)' in your .emacs, please replace it with 7716If you have `(require 'msb)' in your .emacs, please replace it with
7691`(msb-mode 1)'. 7717`(msb-mode 1)'.
7692 7718
7693** Flyspell mode has various new options. See the `flyspell' Custom 7719** Changes in Flyspell mode
7720
7721*** Flyspell mode has various new options. See the `flyspell' Custom
7694group. 7722group.
7695 7723
7724*** The variable `flyspell-generic-check-word-p' has been renamed
7725to `flyspell-generic-check-word-predicate'. The old name is still
7726available as alias.
7727
7696** The user option `backward-delete-char-untabify-method' controls the 7728** The user option `backward-delete-char-untabify-method' controls the
7697behavior of `backward-delete-char-untabify'. The following values 7729behavior of `backward-delete-char-untabify'. The following values
7698are recognized: 7730are recognized: