emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Roland Winkler
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Sun, 21 May 2006 23:53:29 +0000

Index: emacs/etc/NEWS
diff -u emacs/etc/NEWS:1.1347 emacs/etc/NEWS:1.1348
--- emacs/etc/NEWS:1.1347       Sun May 21 21:51:17 2006
+++ emacs/etc/NEWS      Sun May 21 23:53:29 2006
@@ -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:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]