Mercurial > emacs
comparison etc/NEWS @ 35578:f499794dc393
flyspell
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 25 Jan 2001 20:21:01 +0000 |
parents | db5649648a65 |
children | 6ed788afc91f |
comparison
equal
deleted
inserted
replaced
35577:db5649648a65 | 35578:f499794dc393 |
---|---|
40 "Emacs and the Mac OS" appendix in the Emacs manual, for the | 40 "Emacs and the Mac OS" appendix in the Emacs manual, for the |
41 description of aspects specific to the Mac. | 41 description of aspects specific to the Mac. |
42 | 42 |
43 | 43 |
44 * Changes in Emacs 21.1 | 44 * Changes in Emacs 21.1 |
45 | |
46 ** Flyspell mode has various new options. See the `flyspell' Custom | |
47 group. | |
45 | 48 |
46 ** The user option `backward-delete-char-untabify-method' controls the | 49 ** The user option `backward-delete-char-untabify-method' controls the |
47 behaviour of `backward-delete-char-untabify'. [This change was made | 50 behaviour of `backward-delete-char-untabify'. [This change was made |
48 in Emacs 20.3 but not mentioned then.] | 51 in Emacs 20.3 but not mentioned then.] |
49 | 52 |
1928 +++ | 1931 +++ |
1929 *** hl-line.el provides a minor mode to highlight the current line. | 1932 *** hl-line.el provides a minor mode to highlight the current line. |
1930 | 1933 |
1931 *** ansi-color.el translates ANSI terminal escapes into text-properties. | 1934 *** ansi-color.el translates ANSI terminal escapes into text-properties. |
1932 | 1935 |
1933 Please note: if `ansi-color-for-comint-mode and | 1936 Please note: if `ansi-color-for-comint-mode' and |
1934 `global-font-lock-mode' are non-nil, loading ansi-color.el will | 1937 `global-font-lock-mode' are non-nil, loading ansi-color.el will |
1935 disable font-lock and add `ansi-color-apply' to | 1938 disable font-lock and add `ansi-color-apply' to |
1936 `comint-preoutput-filter-functions' for all shell-mode buffers. This | 1939 `comint-preoutput-filter-functions' for all shell-mode buffers. This |
1937 displays the output of "ls --color=yes" using the correct foreground | 1940 displays the output of "ls --color=yes" using the correct foreground |
1938 and background colors. | 1941 and background colors. |