comparison src/ChangeLog @ 50318:5b50d76d9211

* gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared. (xg_frame_set_char_size): Calculate scroll bar width before frame width. Call SET_FRAME_GARBAGED and cancel_mouse_face. (xg_separator_p): Check for all documented separator types. (xg_update_scrollbar_pos): Variable gheight not needed, use height. (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 26 Mar 2003 18:07:46 +0000
parents 04ec77031c94
children 6211270f51e0
comparison
equal deleted inserted replaced
50317:e0b9e9b6bfac 50318:5b50d76d9211
1 2003-03-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1 2003-03-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
4 (xg_frame_set_char_size): Calculate scroll bar width before frame
5 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
6 (xg_separator_p): Check for all documented separator types.
7 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
8 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
2 9
3 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt 10 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
4 so tool bar gets updated. 11 so tool bar gets updated.
5 12
6 2003-03-26 Stefan Monnier <monnier@cs.yale.edu> 13 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>