aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2003-03-23 00:59:23 +0000
committerJan Djärv2003-03-23 00:59:23 +0000
commit7863d62580ba300daabda98db9f908ada25fd43b (patch)
tree187e97e400dafad8bd25959417c4d8aa40e0167b /src/ChangeLog
parent56c806b77e709c1c64889e4ddf2c03603b4bf3c0 (diff)
downloademacs-7863d62580ba300daabda98db9f908ada25fd43b.tar.gz
emacs-7863d62580ba300daabda98db9f908ada25fd43b.zip
Finally (?) fix flicker in scroll bar.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0171759825a..bad3aee2925 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
12003-03-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
4 (XG_SB_RANGE): New define.
5
6 * gtkutil.c (xg_fixed_handle_expose): New function.
7 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
8 expose events.
9 (xg_update_scrollbar_pos): Take two more arguments, left and width
10 of scroll bar including borders.
11 Clear left and right part outside scroll bar separately as some
12 themes have bars that are not an even number of pixels.
13 Don't set reallocate_redraws, don't call
14 gdk_window_process_all_updates.
15 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
16 so no need to change it. Calculate size and value with XG_SB_RANGE.
17
18 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar): Pass
19 left and width of scroll bar including borders to
20 xg_update_scrollbar_pos.
21
12003-03-22 Thien-Thi Nguyen <ttn@gnu.org> 222003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
2 23
3 * Makefile.in: Make sure space precedes end-of-line backslashes. 24 * Makefile.in: Make sure space precedes end-of-line backslashes.