diff options
| author | Kim F. Storm | 2005-10-11 22:21:36 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-10-11 22:21:36 +0000 |
| commit | d76432f581bd62ff107336cbbb57b884d0cd891c (patch) | |
| tree | d2768a6dbd4e7724a76ea65e07d1f4710a9dea7b /src | |
| parent | decb2a9e5b5569ae033ec289ede43af7fa1cd53b (diff) | |
| download | emacs-d76432f581bd62ff107336cbbb57b884d0cd891c.tar.gz emacs-d76432f581bd62ff107336cbbb57b884d0cd891c.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0f8adef5759..ed10e9e17d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,11 @@ | |||
| 1 | 2005-10-12 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN. | ||
| 4 | Fix x position for ON_TEXT when left margin width > 0. | ||
| 5 | |||
| 1 | 2005-10-11 Kim F. Storm <storm@cua.dk> | 6 | 2005-10-11 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * window.c (coordinates_in_window): Fix returned y position when | 8 | * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR. |
| 4 | ON_SCROLL_BAR. | ||
| 5 | 9 | ||
| 6 | * keyboard.c (make_lispy_position): Fix buffer calculations for | 10 | * keyboard.c (make_lispy_position): Fix buffer calculations for |
| 7 | mouse click or movement in right fringe and the margins. | 11 | mouse click or movement in right fringe and the margins. |