From: Kim F. Storm Date: Tue, 11 Oct 2005 22:21:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~6657 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d76432f581bd62ff107336cbbb57b884d0cd891c;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 0f8adef5759..ed10e9e17d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,11 @@ +2005-10-12 Kim F. Storm + + * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN. + Fix x position for ON_TEXT when left margin width > 0. + 2005-10-11 Kim F. Storm - * window.c (coordinates_in_window): Fix returned y position when - ON_SCROLL_BAR. + * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR. * keyboard.c (make_lispy_position): Fix buffer calculations for mouse click or movement in right fringe and the margins.