aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-08-19 18:08:02 +0300
committerEli Zaretskii2014-08-19 18:08:02 +0300
commitd470a23c953e41cd64d893a4658d98b96536a013 (patch)
tree6d5dd21b0e11ad59af7d76b5ec5dd83885dce3f1 /src/ChangeLog
parent8de8f9b5cc49d05427b659a705c6fbd08e4f168b (diff)
downloademacs-d470a23c953e41cd64d893a4658d98b96536a013.tar.gz
emacs-d470a23c953e41cd64d893a4658d98b96536a013.zip
Fix horizontal scroll bar dragging in R2L paragraphs.
src/w32term.c (w32_horizontal_scroll_bar_handle_click): Fix the second coordinate ('y') reported for dragging the horizontal scroll bar thumb.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0b9729d3833..871d7391c58 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-08-19 Eli Zaretskii <eliz@gnu.org>
2
3 * w32term.c (w32_horizontal_scroll_bar_handle_click): Fix the
4 second coordinate ('y') reported for dragging the horizontal
5 scroll bar thumb.
6
12014-08-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 72014-08-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 8
3 * xdisp.c (erase_phys_cursor): Fix confusion between window-relative 9 * xdisp.c (erase_phys_cursor): Fix confusion between window-relative