changeset 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 f75902c4cbb5
children c09fefd016a4
files etc/NEWS
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Oct 02 23:53:37 2002 +0000
+++ b/etc/NEWS	Thu Oct 03 00:52:39 2002 +0000
@@ -1169,6 +1169,10 @@
 write-contents-hooks to write-contents-functions.
 Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook').
 
+** The new variable `delete-frame-functions' replaces `delete-frame-hook'. 
+It was renamed to follow the naming conventions for abnormal hooks.  The old
+name remains available as an alias, but has been marked obsolete.
+
 ** The `read-file-name' function now takes an additional argument which
 specifies a predicate which the file name read must satify.  The
 new variable `read-file-name-predicate' contains the predicate argument