From: Gerd Moellmann Date: Thu, 25 Oct 2001 13:33:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-21.2~455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb31a9284dbd49b4efa6b82c17d0acd1419d1eaf;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 99fdb7c7178..b56c8929b38 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-10-25 Gerd Moellmann + * startup.el (normal-top-level): Check for frame-initial-frame + only if it's really used. + * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'. * progmodes/compile.el (compilation-parse-errors-filename-function): diff --git a/src/ChangeLog b/src/ChangeLog index 4680e7c5124..c398e033825 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-10-25 Gerd Moellmann + * xterm.c (show_mouse_face): Clean up. Recognize overwritten + cursor differently. + * xdisp.c (move_it_vertically_backward): Compute line height differently. Add heuristic to try to be more compatible to 20.x.