# HG changeset patch # User Miles Bader # Date 976301857 0 # Node ID 59e724d55566cf175165fdcd488107c1412e7e3e # Parent 9669bb49fca2e291346079c203cb1bd17dde1228 *** empty log message *** diff -r 9669bb49fca2 -r 59e724d55566 lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 08 18:56:35 2000 +0000 +++ b/lisp/ChangeLog Fri Dec 08 18:57:37 2000 +0000 @@ -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 -r 9669bb49fca2 -r 59e724d55566 src/ChangeLog --- a/src/ChangeLog Fri Dec 08 18:56:35 2000 +0000 +++ b/src/ChangeLog Fri Dec 08 18:57:37 2000 +0000 @@ -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