Mercurial > emacs
comparison etc/NEWS @ 90384:c156f6a9e7b5
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 204-225)
- Update from CVS
- Sync from erc--emacs--0
- Merge from gnus--rel--5.10
- Improve tq.el.
- Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6.
* gnus--rel--5.10 (patch 81-85)
- Update from CVS
- Merge from emacs--devo--0
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 17 Apr 2006 08:41:12 +0000 |
parents | 65ca8fb66a0d 9abea3d88eac |
children | 72dea2ff0142 |
comparison
equal
deleted
inserted
replaced
90383:ab20fb198dda | 90384:c156f6a9e7b5 |
---|---|
3765 `make-obsolete-variable'. | 3765 `make-obsolete-variable'. |
3766 | 3766 |
3767 ** defcustom changes: | 3767 ** defcustom changes: |
3768 | 3768 |
3769 +++ | 3769 +++ |
3770 *** The package-version keyword has been added to provide | |
3771 `customize-changed-options' functionality to packages in the future. | |
3772 Developers who make use of this keyword must also update the new | |
3773 variable `customize-package-emacs-version-alist'. | |
3774 | |
3775 +++ | |
3770 *** The new customization type `float' requires a floating point number. | 3776 *** The new customization type `float' requires a floating point number. |
3771 | 3777 |
3772 ** String changes: | 3778 ** String changes: |
3773 | 3779 |
3774 +++ | 3780 +++ |
4032 +++ | 4038 +++ |
4033 *** Text properties in local variables. | 4039 *** Text properties in local variables. |
4034 | 4040 |
4035 A file local variables list cannot specify a string with text | 4041 A file local variables list cannot specify a string with text |
4036 properties--any specified text properties are discarded. | 4042 properties--any specified text properties are discarded. |
4043 | |
4044 +++ | |
4045 *** The variable `enable-local-variables' controls how local variable | |
4046 lists are handled. t, the default, specifies the standard querying | |
4047 behavior. :safe means use only safe values, and ignore the rest. | |
4048 nil means ignore them all. Anything else means always query. | |
4037 | 4049 |
4038 +++ | 4050 +++ |
4039 *** The variable `safe-local-eval-forms' specifies a list of forms that | 4051 *** The variable `safe-local-eval-forms' specifies a list of forms that |
4040 are ok to evaluate when they appear in an `eval' local variables | 4052 are ok to evaluate when they appear in an `eval' local variables |
4041 specification. Normally Emacs asks for confirmation before evaluating | 4053 specification. Normally Emacs asks for confirmation before evaluating |
10857 | 10869 |
10858 *** The package sql.el provides a major mode, M-x sql-mode, for | 10870 *** The package sql.el provides a major mode, M-x sql-mode, for |
10859 editing SQL files, and M-x sql-interactive-mode for interacting with | 10871 editing SQL files, and M-x sql-interactive-mode for interacting with |
10860 SQL interpreters. It has an entry on `auto-mode-alist'. | 10872 SQL interpreters. It has an entry on `auto-mode-alist'. |
10861 | 10873 |
10862 *** M-x highlight-changes-mode provides a minor mode displaying buffer | |
10863 changes with a special face. | |
10864 | |
10865 *** ispell4.el has been deleted. It got in the way of ispell.el and | 10874 *** ispell4.el has been deleted. It got in the way of ispell.el and |
10866 this was hard to fix reliably. It has long been obsolete -- use | 10875 this was hard to fix reliably. It has long been obsolete -- use |
10867 Ispell 3.1 and ispell.el. | 10876 Ispell 3.1 and ispell.el. |
10868 | 10877 |
10869 * MS-DOS changes in Emacs 20.4 | 10878 * MS-DOS changes in Emacs 20.4 |