aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2005-10-10 22:54:03 +0000
committerKim F. Storm2005-10-10 22:54:03 +0000
commit31ab1f0585b47a6dbe54b5451e94c1ed64bf1347 (patch)
tree9e99acf7134c84472c99ef9cab076fd25445dd04 /src/ChangeLog
parent74051a928f2ad4ce263a49f4f8990d19f4e56268 (diff)
downloademacs-31ab1f0585b47a6dbe54b5451e94c1ed64bf1347.tar.gz
emacs-31ab1f0585b47a6dbe54b5451e94c1ed64bf1347.zip
(make_lispy_position): Fix buffer position calculation for
mouse click or movement in fringe.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6f68b6a441a..f0c9084da54 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12005-10-11 Kim F. Storm <storm@cua.dk> 12005-10-11 Kim F. Storm <storm@cua.dk>
2 2
3 * xterm.c (glyph_rect): Return 0 if position is outside text area.
4
3 * keyboard.c (make_lispy_position): Fix buffer position calculation for 5 * keyboard.c (make_lispy_position): Fix buffer position calculation for
4 mouse click or movement in fringe. 6 mouse click or movement in fringe.
5 7