diff options
| author | Roland Winkler | 2006-05-21 23:53:29 +0000 |
|---|---|---|
| committer | Roland Winkler | 2006-05-21 23:53:29 +0000 |
| commit | e22fdc3682353a434e7bc40e48504ab2cacb611a (patch) | |
| tree | 24cfd1590f4fd72567f67b4e7f02698d6f4cadbc | |
| parent | c18eec5c991ca97cf48a33f1a5a07e1994305776 (diff) | |
| download | emacs-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/NEWS | 38 |
1 files changed, 35 insertions, 3 deletions
| @@ -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 | ||
| 1997 | The former two couldn't be differentiated before, and the latter three | 1999 | The former two couldn't be differentiated before, and the latter three |
| 1998 | are new. Font-locking is robust now and offers new customizable | 2000 | are new. Font-locking is robust now and offers new customizable |
| 1999 | faces. | 2001 | faces. |
| 2000 | 2002 | ||
| 2003 | *** The variable `makefile-query-one-target-method' has been renamed | ||
| 2004 | to `makefile-query-one-target-method-function'. The old name is still | ||
| 2005 | available 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 |
| 2003 | of the file that precede the first header line. | 2009 | of the file that precede the first header line. |
| @@ -2613,6 +2619,10 @@ i.e., there is always a closing tag. | |||
| 2613 | By default, its setting is inferred on a buffer-by-buffer basis | 2619 | By default, its setting is inferred on a buffer-by-buffer basis |
| 2614 | from the file name or buffer contents. | 2620 | from 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 | ||
| 2624 | alias. | ||
| 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 |
| 2691 | still available as aliases. | 2701 | still available as aliases. |
| 2692 | 2702 | ||
| 2703 | ** In Artist mode the variable `artist-text-renderer' has been | ||
| 2704 | renamed to `artist-text-renderer-function'. The old name is still | ||
| 2705 | available 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 |
| 2695 | by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l' | 2709 | 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 | |||
| 3301 | argument, which visits multiple files, and C-x d passes it to `dired'. | 3315 | argument, 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 |
| 3307 | sets `skeleton-point'. Skeletons which used @ to mark | 3323 | sets `skeleton-point'. Skeletons which used @ to mark |
| @@ -3309,6 +3325,12 @@ sets `skeleton-point'. Skeletons which used @ to mark | |||
| 3309 | updated `skeleton-insert' docstring explains these new features along | 3325 | updated `skeleton-insert' docstring explains these new features along |
| 3310 | with other details of skeleton construction. | 3326 | with 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 | ||
| 3332 | as 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 | ||
| 7165 | alias. | ||
| 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'. | |||
| 7690 | If you have `(require 'msb)' in your .emacs, please replace it with | 7716 | If 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 | ||
| 7694 | group. | 7722 | group. |
| 7695 | 7723 | ||
| 7724 | *** The variable `flyspell-generic-check-word-p' has been renamed | ||
| 7725 | to `flyspell-generic-check-word-predicate'. The old name is still | ||
| 7726 | available 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 |
| 7697 | behavior of `backward-delete-char-untabify'. The following values | 7729 | behavior of `backward-delete-char-untabify'. The following values |
| 7698 | are recognized: | 7730 | are recognized: |