aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2014-08-28 08:46:58 +0200
committerMartin Rudalics2014-08-28 08:46:58 +0200
commita7ef7a0e53ae1f391f4bda207bb5e9b9d833d354 (patch)
tree47c95273a03b30fdcc7f5c4e3224a6fe298668a0 /src/ChangeLog
parentf1fdf67b4e87cf5974fa4e445b23fef1d10bb7cb (diff)
downloademacs-a7ef7a0e53ae1f391f4bda207bb5e9b9d833d354.tar.gz
emacs-a7ef7a0e53ae1f391f4bda207bb5e9b9d833d354.zip
Some fixes for scroll bar code.
* w32term.c (w32_horizontal_scroll_bar_handle_click): In `event->y' return entire range (the size of the scroll bar minus that of the thumb). * xterm.c (xm_scroll_callback, xaw_jump_callback): In `whole' return entire range (the scaled size of the scroll bar minus that of the slider). In `portion' return the scaled position of the slider. (xaw_jump_callback): Restore part of code for vertical scroll bar broken in change from 2014-07-27. (xaw_scroll_callback): Provide incremental scrolling with horizontal scroll bars. (x_scroll_bar_handle_click): Fix typo introduced in change from 2014-07-27. * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new interpretation of `portion-whole'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d08b3780242..d0eec16a60a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12014-08-28 Martin Rudalics <rudalics@gmx.at>
2
3 * w32term.c (w32_horizontal_scroll_bar_handle_click): In
4 `event->y' return entire range (the size of the scroll bar minus
5 that of the thumb).
6 * xterm.c (xm_scroll_callback, xaw_jump_callback): In `whole'
7 return entire range (the scaled size of the scroll bar minus
8 that of the slider). In `portion' return the scaled position of
9 the slider.
10 (xaw_jump_callback): Restore part of code for vertical scroll
11 bar broken in change from 2014-07-27.
12 (xaw_scroll_callback): Provide incremental scrolling with
13 horizontal scroll bars.
14 (x_scroll_bar_handle_click): Fix typo introduced in change from
15 2014-07-27.
16
12014-08-28 Eli Zaretskii <eliz@gnu.org> 172014-08-28 Eli Zaretskii <eliz@gnu.org>
2 18
3 * conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Don't define. 19 * conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Don't define.