Mercurial > emacs
comparison etc/NEWS @ 70833:ea33fa838697
*** 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.
author | Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
---|---|
date | Sun, 21 May 2006 23:53:29 +0000 |
parents | d0c27da52401 |
children | 6095a182eaad |
comparison
equal
deleted
inserted
replaced
70832:11c5c394f422 | 70833:ea33fa838697 |
---|---|
1990 (`scheme-expand-current-form'). The commands actually sent to the Scheme | 1990 (`scheme-expand-current-form'). The commands actually sent to the Scheme |
1991 subprocess are controlled by the user options `scheme-trace-command', | 1991 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. |
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. | |
2000 | 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. |
2004 | 2010 |
2611 When this option is enabled, SGML tags are inserted in XML style, | 2617 When this option is enabled, SGML tags are inserted in XML style, |
2612 i.e., there is always a closing tag. | 2618 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 |
2619 ** TeX modes: | 2629 ** TeX modes: |
2620 | 2630 |
2687 *** The variables `bibtex-autokey-name-case-convert' and | 2697 *** The variables `bibtex-autokey-name-case-convert' and |
2688 `bibtex-autokey-titleword-case-convert' have been renamed to | 2698 `bibtex-autokey-titleword-case-convert' have been renamed to |
2689 `bibtex-autokey-name-case-convert-function' and | 2699 `bibtex-autokey-name-case-convert-function' and |
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. |
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. | |
2692 | 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' |
2696 and `C-c C-r'. | 2710 and `C-c C-r'. |
3299 | 3313 |
3300 C-x C-f passes the file name to `find-file' with non-nil WILDCARDS | 3314 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 |
3308 `skeleton-point' independent of `_' should now use `-' instead. The | 3324 `skeleton-point' independent of `_' should now use `-' instead. The |
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. |
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. | |
3311 | 3333 |
3312 --- | 3334 --- |
3313 ** Hideshow mode changes | 3335 ** Hideshow mode changes |
3314 | 3336 |
3315 *** New variable `hs-set-up-overlay' allows customization of the overlay | 3337 *** New variable `hs-set-up-overlay' allows customization of the overlay |
7135 | 7157 |
7136 *** The buffer-local words are now always placed on a new line at the | 7158 *** The buffer-local words are now always placed on a new line at the |
7137 end of the buffer. | 7159 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. |
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. | |
7140 | 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'. |
7144 | 7170 |
7688 | 7714 |
7689 ** Just loading the msb package doesn't switch on Msb mode anymore. | 7715 ** Just loading the msb package doesn't switch on Msb mode anymore. |
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. |
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. | |
7695 | 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: |
7699 | 7731 |