From: Gerd Moellmann Date: Thu, 26 Oct 2000 12:46:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~549 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6bc92b2e8b81dc22d08e804834703f2bd2515d89;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index bfe1d40eebb..2ecd0abd9a9 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1797,6 +1797,10 @@ functionality with aliases for the mldrag functions. * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, (Display-related features are described in a page of their own below.) +** Function `delete-frame' runs `delete-frame-hook' before actually +deleting the frame. The hook is called with one arg, the frame +being deleted. + ** `add-hook' now makes the hook local if called with a non-nil LOCAL arg. +++ diff --git a/src/ChangeLog b/src/ChangeLog index bc2490b47a8..5f5c7c569cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2000-10-26 Gerd Moellmann + * xdisp.c (pos_visible_p): Change current buffer if necessary. + Handle obscured lines at the top of the window. + + * frame.c (Fdelete_frame): Doc fix. Move running the hook + down after the last error condition check. + * frame.c (Fdelete_frame): Run delete-frame-hook. 2000-10-26 Kenichi Handa