aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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.