diff options
| author | Miles Bader | 2000-10-23 13:48:52 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-10-23 13:48:52 +0000 |
| commit | 6ffdb539525b201897ddd17a2798d1841eaa2547 (patch) | |
| tree | 70886400d175e8c7248190ea50faae31b6432ed0 /src/ChangeLog | |
| parent | 7d7c38618c949e5db90814b5ef1294a05ccacd07 (diff) | |
| download | emacs-6ffdb539525b201897ddd17a2798d1841eaa2547.tar.gz emacs-6ffdb539525b201897ddd17a2798d1841eaa2547.zip | |
(window_scroll_pixel_based, window_scroll_line_based):
Pass nil for FULLY argument to Fpos_visible_in_window_p to
maintain old behavior.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c77f62324f8..3cb5ce46d45 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-10-23 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * window.c (window_scroll_pixel_based, window_scroll_line_based): | ||
| 4 | Pass nil for FULLY argument to Fpos_visible_in_window_p to | ||
| 5 | maintain old behavior. | ||
| 6 | * minibuf.c (Fminibuffer_complete): Likewise. | ||
| 7 | |||
| 1 | 2000-10-23 Miles Bader <miles@lsi.nec.co.jp> | 8 | 2000-10-23 Miles Bader <miles@lsi.nec.co.jp> |
| 2 | 9 | ||
| 3 | * xterm.c (VCENTER_BASELINE_OFFSET): Bias the division by two, so | 10 | * xterm.c (VCENTER_BASELINE_OFFSET): Bias the division by two, so |