]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 25 Oct 2001 10:13:23 +0000 (10:13 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 25 Oct 2001 10:13:23 +0000 (10:13 +0000)
lisp/ChangeLog
src/ChangeLog

index b8f36ee5b70a01c1d88d587fe08ab7d2011096da..0b16b7cdccb7f176a7a24c89914e90cc28a8f1a4 100644 (file)
@@ -1,5 +1,7 @@
 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
 
+       * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
+
        * progmodes/compile.el (compilation-parse-errors-filename-function):
        New variable.
        (compilation-parse-errors): Use it.
index 185cb0350cade9fa74a6f9e3a66e24026de7e0f7..d57a14dd490fdc57d7c841004e9f0f4e9adcb0a0 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-25  Gerd Moellmann  <gerd@gnu.org>
+
+       * xdisp.c (move_it_vertically_backward): Compute line height
+       differently.  Add heuristic to try to be more compatible to 20.x.
+
 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
 
        * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.