# HG changeset patch # User Gerd Moellmann # Date 1004004803 0 # Node ID cb8b9d4932281767289d444b3871e79e21de8dc0 # Parent b4bc55a7492458311d8b1db7f289700574616d34 *** empty log message *** diff -r b4bc55a74924 -r cb8b9d493228 lisp/ChangeLog --- a/lisp/ChangeLog Thu Oct 25 10:13:00 2001 +0000 +++ b/lisp/ChangeLog Thu Oct 25 10:13:23 2001 +0000 @@ -1,5 +1,7 @@ 2001-10-25 Gerd Moellmann + * 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. diff -r b4bc55a74924 -r cb8b9d493228 src/ChangeLog --- a/src/ChangeLog Thu Oct 25 10:13:00 2001 +0000 +++ b/src/ChangeLog Thu Oct 25 10:13:23 2001 +0000 @@ -1,3 +1,8 @@ +2001-10-25 Gerd Moellmann + + * 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 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.