diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-10-25 Kenichi Handa <handa@etl.go.jp> | 11 | 2000-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 |