aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-25 12:14:15 +0000
committerGerd Moellmann2000-10-25 12:14:15 +0000
commit4ecda532670bff07eb8104331806a8fe7ff0012b (patch)
treeb0b5c7d44e543919e2ab15b80a75ee3223d11e84 /src/ChangeLog
parent83de0a187881f41c168b71bf6d93a2e8836f46b6 (diff)
downloademacs-4ecda532670bff07eb8104331806a8fe7ff0012b.tar.gz
emacs-4ecda532670bff07eb8104331806a8fe7ff0012b.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e72d99c820d..a2865c12b47 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12000-10-25 Gerd Moellmann <gerd@gnu.org>
2
3 * window.c (pos_fully_visible_p): Removed.
4 (Fpos_visible_in_window_p): Use pos_visible_p to determine
5 if position is visible and/or fully visible.
6
7 * lisp.h (pos_visible_p): Add prototype.
8
9 * xdisp.c (pos_visible_p): New function.
10
12000-10-25 Kenichi Handa <handa@etl.go.jp> 112000-10-25 Kenichi Handa <handa@etl.go.jp>
2 12
3 * process.c (send_process): If OBJECT is t, it means that the data 13 * process.c (send_process): If OBJECT is t, it means that the data