# HG changeset patch # User Roland Winkler # Date 1148255609 0 # Node ID ea33fa838697f1c303b6fb03a4e4c196163f174c # Parent 11c5c394f42202b82e12846f08d38890af3b3b09 *** 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. diff -r 11c5c394f422 -r ea33fa838697 etc/NEWS --- a/etc/NEWS Sun May 21 23:34:59 2006 +0000 +++ b/etc/NEWS Sun May 21 23:53:29 2006 +0000 @@ -1992,12 +1992,18 @@ `scheme-untrace-command' and `scheme-expand-current-form'. --- -** Makefile mode has submodes for automake, gmake, makepp, BSD make and imake. +** Changes in Makefile mode + +*** Makefile mode has submodes for automake, gmake, makepp, BSD make and imake. The former two couldn't be differentiated before, and the latter three are new. Font-locking is robust now and offers new customizable faces. +*** 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. + +++ ** In Outline mode, `hide-body' no longer hides lines at the top of the file that precede the first header line. @@ -2613,6 +2619,10 @@ 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. + +++ *** `xml-mode' is now an alias for `sgml-mode', which has XML support. @@ -2690,6 +2700,10 @@ `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. + +++ ** In Enriched mode, `set-left-margin' and `set-right-margin' are now by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l' @@ -3301,7 +3315,9 @@ argument, which visits multiple files, and C-x d passes it to `dired'. --- -** In skeleton.el, `-' marks the `skeleton-point' without interregion interaction. +** Changes in Skeleton + +*** In skeleton.el, `-' marks the `skeleton-point' without interregion interaction. `@' has reverted to only setting `skeleton-positions' and no longer sets `skeleton-point'. Skeletons which used @ to mark @@ -3309,6 +3325,12 @@ updated `skeleton-insert' docstring explains these new features along with other details of skeleton construction. +*** 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. + --- ** Hideshow mode changes @@ -7138,6 +7160,10 @@ *** Spell checking now works in the MS-DOS version of Emacs. +*** The variable `ispell-format-word' has been renamed to +`ispell-format-word-function'. The old name is still available as +alias. + ** Makefile mode changes *** The mode now uses the abbrev table `makefile-mode-abbrev-table'. @@ -7690,9 +7716,15 @@ If you have `(require 'msb)' in your .emacs, please replace it with `(msb-mode 1)'. -** Flyspell mode has various new options. See the `flyspell' Custom +** Changes in Flyspell mode + +*** Flyspell mode has various new options. See the `flyspell' Custom group. +*** 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 user option `backward-delete-char-untabify-method' controls the behavior of `backward-delete-char-untabify'. The following values are recognized: