aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-08-20 17:41:15 +0300
committerEli Zaretskii2014-08-20 17:41:15 +0300
commita558cd1cc4031e811a8b0af951095d3042ca06d0 (patch)
treeb60363470192e35598d17204502e5d9d28a503ac /src/ChangeLog
parentd470a23c953e41cd64d893a4658d98b96536a013 (diff)
downloademacs-a558cd1cc4031e811a8b0af951095d3042ca06d0.tar.gz
emacs-a558cd1cc4031e811a8b0af951095d3042ca06d0.zip
Remove 16-bit limitations in scroll bar position reporting on MS-Windows.
src/w32term.c (w32_scroll_bar_handle_click) (w32_horizontal_scroll_bar_handle_click) (x_scroll_bar_report_motion) (x_horizontal_scroll_bar_report_motion): For SB_THUMBPOSITION and SB_THUMBTRACK, use the 32-bit position information returned by GetScrollInfo, not the 16-bit information returned in the Windows message sent to us.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 871d7391c58..5d2e75577b9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12014-08-20 Eli Zaretskii <eliz@gnu.org>
2
3 * w32term.c (w32_scroll_bar_handle_click)
4 (w32_horizontal_scroll_bar_handle_click)
5 (x_scroll_bar_report_motion)
6 (x_horizontal_scroll_bar_report_motion): For SB_THUMBPOSITION and
7 SB_THUMBTRACK, use the 32-bit position information returned by
8 GetScrollInfo, not the 16-bit information returned in the Windows
9 message sent to us.
10
12014-08-19 Eli Zaretskii <eliz@gnu.org> 112014-08-19 Eli Zaretskii <eliz@gnu.org>
2 12
3 * w32term.c (w32_horizontal_scroll_bar_handle_click): Fix the 13 * w32term.c (w32_horizontal_scroll_bar_handle_click): Fix the