]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 7 Mar 2001 17:17:36 +0000 (17:17 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 7 Mar 2001 17:17:36 +0000 (17:17 +0000)
lisp/ChangeLog
src/ChangeLog

index 88bdb8f67aaaf0a4a01bf431ab238cac33fcbc49..4df346b527a42621812aeb0b5ace8441a79fe229 100644 (file)
@@ -1,4 +1,9 @@
-2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
+2001-03-07  Gerd Moellmann  <gerd@gnu.org>
+
+       * info.el (Info-scroll-down): Call pos-visible-in-window-p with
+       second arg t.
+
+2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
 
        * log-edit.el (log-edit-common-indent): New var.
        (log-edit-set-common-indentation): Renamed from
index 2c9222b8c5f54ba239f1d1496bf283282b4a05cc..74bb12f293cd5ab00d7858cb3cf5e2c1cb44b5e5 100644 (file)
@@ -1,3 +1,14 @@
+2001-03-07  Gerd Moellmann  <gerd@gnu.org>
+
+       * window.c (Frecenter): Rewrite code handling negative values
+       of ARG on graphical frames.
+
+2001-03-07  Eli Zaretskii  <a34785@is.elta.co.il>
+
+       * 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  <gerd@gnu.org>
 
        * buffer.c (syms_of_buffer) <header-line-format>: Doc fix.