aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-10-26 12:46:12 +0000
committerGerd Moellmann <[email protected]>2000-10-26 12:46:12 +0000
commit6bc92b2e8b81dc22d08e804834703f2bd2515d89 (patch)
tree762289da1ba786906a125e047457ceb100d78031 /src
parentfcab195473b33967f87f477ed2e51b81382f3cf5 (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bc2490b47a..5f5c7c569c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2000-10-26 Gerd Moellmann <[email protected]>
+ * 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 <[email protected]>