comparison etc/NEWS @ 47739:ba21f6fad010

Mention `delete-frame-functions' replacing `delete-frame-hook', obsolete alias remains.
author John Paul Wallington <jpw@pobox.com>
date Thu, 03 Oct 2002 00:52:39 +0000
parents 2568d5a27317
children 1c7fc6ad1178
comparison
equal deleted inserted replaced
47738:f75902c4cbb5 47739:ba21f6fad010
1166 find-file-hooks to find-file-hook, 1166 find-file-hooks to find-file-hook,
1167 find-file-not-found-hooks to find-file-not-found-functions, 1167 find-file-not-found-hooks to find-file-not-found-functions,
1168 write-file-hooks to write-file-functions, 1168 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
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.
1171 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
1175 while reading the file name from the minibuffer; the predicate in this 1179 while reading the file name from the minibuffer; the predicate in this