summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d513bd3a1d..6e250c48f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2003-10-01 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkmain.c: Doc formatting tweaks.
+
+ * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo.
+
+ * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio):
+ Use the same parameter names as in .c file, to pacify gtk-doc.
+
+ * gtk/gtktoggletoolbutton.[hc]:
+ * gtk/gtktoolbutton.[hc]:
+ * gtk/gtktoolitem.[hc]:
+ * gtk/gtktoolbar.[hc]:
+ * gtk/gtkcolorbutton.[hc]:
+ * gtk/gtkfontbutton.[hc]:
+ * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the
+ source, not in the header.
+
+ * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio):
+ Document these as 2.4 API additions.
+
Tue Sep 30 23:42:56 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkentry.c (gtk_entry_set_completion),