Mercurial > emacs
changeset 66029:dce0cd9dbd1c
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 11 Oct 2005 22:21:36 +0000 |
parents | 6244b4c14cf6 |
children | 999beda71a39 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Oct 11 22:06:53 2005 +0000 +++ b/src/ChangeLog Tue Oct 11 22:21:36 2005 +0000 @@ -1,7 +1,11 @@ +2005-10-12 Kim F. Storm <storm@cua.dk> + + * 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 <storm@cua.dk> - * 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.