diff options
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 10 insertions, 0 deletions
| @@ -1797,6 +1797,10 @@ functionality with aliases for the mldrag functions. | |||
| 1797 | * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, | 1797 | * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, |
| 1798 | (Display-related features are described in a page of their own below.) | 1798 | (Display-related features are described in a page of their own below.) |
| 1799 | 1799 | ||
| 1800 | ** Function `delete-frame' runs `delete-frame-hook' before actually | ||
| 1801 | deleting the frame. The hook is called with one arg, the frame | ||
| 1802 | being deleted. | ||
| 1803 | |||
| 1800 | ** `add-hook' now makes the hook local if called with a non-nil LOCAL arg. | 1804 | ** `add-hook' now makes the hook local if called with a non-nil LOCAL arg. |
| 1801 | 1805 | ||
| 1802 | +++ | 1806 | +++ |
diff --git a/src/ChangeLog b/src/ChangeLog index bc2490b47a8..5f5c7c569cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2000-10-26 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-10-26 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (pos_visible_p): Change current buffer if necessary. | ||
| 4 | Handle obscured lines at the top of the window. | ||
| 5 | |||
| 6 | * frame.c (Fdelete_frame): Doc fix. Move running the hook | ||
| 7 | down after the last error condition check. | ||
| 8 | |||
| 3 | * frame.c (Fdelete_frame): Run delete-frame-hook. | 9 | * frame.c (Fdelete_frame): Run delete-frame-hook. |
| 4 | 10 | ||
| 5 | 2000-10-26 Kenichi Handa <handa@etl.go.jp> | 11 | 2000-10-26 Kenichi Handa <handa@etl.go.jp> |