diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b1fb4fe5464..5bc47181e4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2008-03-01 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call | ||
| 4 | xg_frame_resized when the event is for the edit widget. | ||
| 5 | |||
| 6 | * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets. | ||
| 7 | |||
| 8 | * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or | ||
| 9 | set_char_size. | ||
| 10 | (xg_frame_resized): Renamed from xg_resize_widgets. Remove all | ||
| 11 | operations on widgets here. Just set frame size if needed. | ||
| 12 | (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions. | ||
| 13 | (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing. | ||
| 14 | (x_wm_set_size_hint): Set size hints on the edit widget only, not | ||
| 15 | the whole frame. | ||
| 16 | (xg_create_tool_bar): Move attachement of the tool bar to | ||
| 17 | xg_pack_tool_bar. Do not attach the tool bar if there are no items. | ||
| 18 | (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED. | ||
| 19 | |||
| 1 | 2008-03-01 Jason Rumney <jasonr@gnu.org> | 20 | 2008-03-01 Jason Rumney <jasonr@gnu.org> |
| 2 | 21 | ||
| 3 | * w32fns.c (w32_msg_pump): Disable debug code. | 22 | * w32fns.c (w32_msg_pump): Disable debug code. |