summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-416
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 9edca8fc4e..7c8b235030 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,19 @@
+Fri Jul 4 19:06:31 2003 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * tests/stresstest-toolbar.c: new test for removing items
+
+ * tests/testtoolbar.c: add a popup menu
+
+ * gtk/gtkcontainer.c (gtk_container_remove): add hack to avoid
+ assert widget->parent == container when the container is a
+ toolbar.
+
+ * gtk/gtktoolbar.c (gtk_toolbar_remove_tool_item): Make much
+ simpler. Also make correct.
+
+ * gtk/gtktoolbar.c (gtk_toolbar_button_press): make
+ popup_context_menu a boolean handled signal.
+
2003-07-04 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,