diff options
| author | Jan Djärv | 2005-01-08 16:49:14 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-01-08 16:49:14 +0000 |
| commit | e091085739f5088043e65a10b6b6b423f4e2f354 (patch) | |
| tree | eb7945af633ac9ab5c7e25f518bc099efb023f23 /src/ChangeLog | |
| parent | a4dfc830e04f9f01cc359e5b0b40ec5f39a3406b (diff) | |
| download | emacs-e091085739f5088043e65a10b6b6b423f4e2f354.tar.gz emacs-e091085739f5088043e65a10b6b6b423f4e2f354.zip | |
* xterm.h (struct x_output): New member, toolbar_detached.
* gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
38.
(xg_tool_bar_detach_callback): Set toolbar_detached to 1.
(xg_tool_bar_attach_callback): Set toolbar_detached to 0.
(xg_create_tool_bar): Initialize toolbar_detached.
(update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
toolbar_detached is zero.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8a267b46d14..2326957d4e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-01-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xterm.h (struct x_output): New member, toolbar_detached. | ||
| 4 | |||
| 5 | * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to | ||
| 6 | 38. | ||
| 7 | (xg_tool_bar_detach_callback): Set toolbar_detached to 1. | ||
| 8 | (xg_tool_bar_attach_callback): Set toolbar_detached to 0. | ||
| 9 | (xg_create_tool_bar): Initialize toolbar_detached. | ||
| 10 | (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if | ||
| 11 | toolbar_detached is zero. | ||
| 12 | |||
| 1 | 2005-01-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 13 | 2005-01-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 14 | ||
| 3 | * xmenu.c (create_and_show_popup_menu): Pass zero as button to | 15 | * xmenu.c (create_and_show_popup_menu): Pass zero as button to |