diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 36cd7d86f9f..c962b2b6f63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2003-03-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * gtkutil.c (struct xg_last_sb_pos): New structure. | ||
| 4 | (handle_fixed_child): New function. | ||
| 5 | (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets | ||
| 6 | and force a redraw on them. | ||
| 7 | (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also. | ||
| 8 | (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar | ||
| 9 | so we can avoid unneeded redraws. | ||
| 10 | (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos | ||
| 11 | and force a redraw on the scroll bar. | ||
| 12 | (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar | ||
| 13 | if xg_last_sb_pos shows the positions are up to date. | ||
| 14 | |||
| 1 | 2003-03-13 Kenichi Handa <handa@m17n.org> | 15 | 2003-03-13 Kenichi Handa <handa@m17n.org> |
| 2 | 16 | ||
| 3 | * coding.c (Fdetect_coding_region): Fix docstring. | 17 | * coding.c (Fdetect_coding_region): Fix docstring. |