]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 26 Oct 2000 12:46:12 +0000 (12:46 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 26 Oct 2000 12:46:12 +0000 (12:46 +0000)
etc/NEWS
src/ChangeLog

index bfe1d40eebbf259565d748c47c53493e38584c26..2ecd0abd9a9c8b2b8708ce81b5c140ca5bfc7486 100644 (file)
--- 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.
 
 +++
index bc2490b47a8b4d8ac604fea3197f8b7562fa768e..5f5c7c569cf5996c4a0b60e6bd37fd4d76b0f39f 100644 (file)
@@ -1,5 +1,11 @@
 2000-10-26  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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  <handa@etl.go.jp>