# HG changeset patch # User Gerd Moellmann # Date 983985456 0 # Node ID bafe2ea0aa153b3091bee0c23a1688bf88b231b1 # Parent f85346ef86bef3798cfec60b86534b4621ce83d3 *** empty log message *** diff -r f85346ef86be -r bafe2ea0aa15 lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 07 17:17:07 2001 +0000 +++ b/lisp/ChangeLog Wed Mar 07 17:17:36 2001 +0000 @@ -1,4 +1,9 @@ -2001-03-06 Stefan Monnier +2001-03-07 Gerd Moellmann + + * info.el (Info-scroll-down): Call pos-visible-in-window-p with + second arg t. + +2001-03-07 Stefan Monnier * log-edit.el (log-edit-common-indent): New var. (log-edit-set-common-indentation): Renamed from diff -r f85346ef86be -r bafe2ea0aa15 src/ChangeLog --- a/src/ChangeLog Wed Mar 07 17:17:07 2001 +0000 +++ b/src/ChangeLog Wed Mar 07 17:17:36 2001 +0000 @@ -1,3 +1,14 @@ +2001-03-07 Gerd Moellmann + + * window.c (Frecenter): Rewrite code handling negative values + of ARG on graphical frames. + +2001-03-07 Eli Zaretskii + + * window.c (displayed_window_lines): If W->start is outside the + accessible portion of the buffer, call start_display with BEGV or + ZV instead of W->start. + 2001-03-07 Gerd Moellmann * buffer.c (syms_of_buffer) : Doc fix.