aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-10-11 22:21:36 +0000
committerKim F. Storm2005-10-11 22:21:36 +0000
commitd76432f581bd62ff107336cbbb57b884d0cd891c (patch)
treed2768a6dbd4e7724a76ea65e07d1f4710a9dea7b
parentdecb2a9e5b5569ae033ec289ede43af7fa1cd53b (diff)
downloademacs-d76432f581bd62ff107336cbbb57b884d0cd891c.tar.gz
emacs-d76432f581bd62ff107336cbbb57b884d0cd891c.zip
*** empty log message ***
-rw-r--r--src/ChangeLog8
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 @@
12005-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
12005-10-11 Kim F. Storm <storm@cua.dk> 62005-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.