diff options
| author | Jan Djärv | 2003-03-26 18:07:46 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-03-26 18:07:46 +0000 |
| commit | 5fd6f7273981c1c3c5c8bd8b21661e2f89e05ab8 (patch) | |
| tree | d2878318cebc53b993090a25986c70679c7a3760 /src/ChangeLog | |
| parent | 9227d8f1c38f52b2c2f666dd5aa66364bcb2386f (diff) | |
| download | emacs-5fd6f7273981c1c3c5c8bd8b21661e2f89e05ab8.tar.gz emacs-5fd6f7273981c1c3c5c8bd8b21661e2f89e05ab8.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d04286bc795..b4b834eaa3c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 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 | 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. | ||
| 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 | ||