summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-09-30 22:48:10 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-09-30 22:48:10 +0000
commitdbdc43be4cb6f297c58a07a437e40bcec068e52a (patch)
tree838bcd80b9a4e6afc6c8ab2b7b76d479dd342cc3 /ChangeLog.pre-2-6
parent881df5c460e2938819d6af0102b3d1f9de668cee (diff)
downloadgdk-pixbuf-dbdc43be4cb6f297c58a07a437e40bcec068e52a.tar.gz
Doc formatting tweaks.
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. * gtk/tmpl/gtkaction.sgml: Fix cross reference to GtkMenuMerge. * gtk/gtk-sections.txt: Additions. * gtk/tmpl/gtkitemfactory.sgml: Add hint to use #GtkUIManager instead.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-621
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index d513bd3a1..6e250c48f 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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),