From: Miles Bader Date: Fri, 8 Dec 2000 18:57:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.93~70 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a12167c550fee69e38aef7b291b97891b3e9fb91;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3df92519f03..d15c2381b13 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-12-09 Miles Bader + + * window.el (fit-window-to-buffer): Don't pass last argument to + pos-visible-in-window-p, now that its meaning is inverted. + 2000-12-08 Eli Zaretskii * image.el (create-image): Doc fix; spotted by Per Cederqvist @@ -42,6 +47,7 @@ * textmodes/ispell.el (ispell): Doc fix. +>>>>>>> 1.1667 2000-12-08 Kenichi Handa * international/quail.el (quail-insert-decode-map): Check the diff --git a/src/ChangeLog b/src/ChangeLog index a665944fa97..08f329de2ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,8 +4,8 @@ with PARTIALLY, inverting the sense. (window_scroll_pixel_based): Scroll partially visible lines into place if we hit the beginning or end of the buffer. - (displayed_window_lines): Don't include partially visible line at - bottom. + (displayed_window_lines): Don't include partially visible lines. + (Fmove_to_window_line): Skip past any partially visible first line. 2000-12-08 Gerd Moellmann