*** 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.
This commit is contained in:
parent
c18eec5c99
commit
e22fdc3682
1 changed files with 35 additions and 3 deletions
38
etc/NEWS
38
etc/NEWS
|
@ -1992,12 +1992,18 @@ subprocess are controlled by the user options `scheme-trace-command',
|
|||
`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 @@ i.e., there is always a closing tag.
|
|||
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 @@ extracting the content of a BibTeX field.
|
|||
`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 @@ C-x C-f passes the file name to `find-file' with non-nil WILDCARDS
|
|||
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 @@ sets `skeleton-point'. Skeletons which used @ to mark
|
|||
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 @@ end of the buffer.
|
|||
|
||||
*** 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 @@ mode `iswitchb-mode'.
|
|||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue