Mercurial > emacs
changeset 40299:cb8b9d493228
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 25 Oct 2001 10:13:23 +0000 |
parents | b4bc55a74924 |
children | 241787c37705 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 <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.