aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-11-13 16:01:10 -0500
committerChong Yidong2010-11-13 16:01:10 -0500
commitde02effd8d2c2f8ada0eb8bda143b38e7506e2ae (patch)
treede6b36dc0e7b69c819b9eef20b47bca16aca3a68 /lisp/ChangeLog
parent4d613e98a7ca89dbebbcc1a2865f8df04bf888f8 (diff)
downloademacs-de02effd8d2c2f8ada0eb8bda143b38e7506e2ae.tar.gz
emacs-de02effd8d2c2f8ada0eb8bda143b38e7506e2ae.zip
Fix picture-mouse-set-point calculation (Bug#7390).
* lisp/textmodes/picture.el (picture-mouse-set-point): Don't use posn-col-row; explicitly compute the motion based on the posn at the window-start (Bug#7390).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cb4dfb4651d..8be8e44d9a6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12010-11-13 Chong Yidong <cyd@stupidchicken.com>
2
3 * textmodes/picture.el (picture-mouse-set-point): Don't use
4 posn-col-row; explicitly compute the motion based on the posn at
5 the window-start (Bug#7390).
6
12010-11-13 Michael Albinus <michael.albinus@gmx.de> 72010-11-13 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * net/tramp.el (tramp-remote-coding-commands): Add an alternative 9 * net/tramp.el (tramp-remote-coding-commands): Add an alternative