diff options
| author | John Paul Wallington | 2002-10-03 00:52:39 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2002-10-03 00:52:39 +0000 |
| commit | 7757cdaf4c7751527887cd81976c11db0d4bfc91 (patch) | |
| tree | fd582aa22b1146432c2ffebe088e72cfa70292f8 /etc | |
| parent | da7829a3109dc4105eafa73273734fd2a36135f3 (diff) | |
| download | emacs-7757cdaf4c7751527887cd81976c11db0d4bfc91.tar.gz emacs-7757cdaf4c7751527887cd81976c11db0d4bfc91.zip | |
Mention `delete-frame-functions' replacing `delete-frame-hook',
obsolete alias remains.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1169,6 +1169,10 @@ write-file-hooks to write-file-functions, | |||
| 1169 | write-contents-hooks to write-contents-functions. | 1169 | write-contents-hooks to write-contents-functions. |
| 1170 | Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook'). | 1170 | Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook'). |
| 1171 | 1171 | ||
| 1172 | ** The new variable `delete-frame-functions' replaces `delete-frame-hook'. | ||
| 1173 | It was renamed to follow the naming conventions for abnormal hooks. The old | ||
| 1174 | name remains available as an alias, but has been marked obsolete. | ||
| 1175 | |||
| 1172 | ** The `read-file-name' function now takes an additional argument which | 1176 | ** The `read-file-name' function now takes an additional argument which |
| 1173 | specifies a predicate which the file name read must satify. The | 1177 | specifies a predicate which the file name read must satify. The |
| 1174 | new variable `read-file-name-predicate' contains the predicate argument | 1178 | new variable `read-file-name-predicate' contains the predicate argument |