summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-07-12 16:38:04 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-07-12 16:38:04 +0000
commit4ed4ccc7373a164e6ec4cc9a50c0d33ff019f82f (patch)
tree04479e4fe368b87135e47c2e848c872a63c79871 /ChangeLog
parent37610bc34428b0563c5e0696e3916661f432bb45 (diff)
downloadgdk-pixbuf-4ed4ccc7373a164e6ec4cc9a50c0d33ff019f82f.tar.gz
New widget: GtkAboutDialog.
2004-07-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.h: * gtk/gtkaboutdialog.c: New widget: GtkAboutDialog. * gtk/Makefile.am (gtk_public_h_sources, gtk_c_sources): * gtk/gtk.h: Add GtkAboutDialog. (#109435, Paolo Borelli, patch by Matthias Clasen)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2aa1bb4dc..505384066 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-07-12 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaboutdialog.h:
+ * gtk/gtkaboutdialog.c: New widget: GtkAboutDialog.
+
+ * gtk/Makefile.am (gtk_public_h_sources, gtk_c_sources):
+ * gtk/gtk.h: Add GtkAboutDialog. (#109435, Paolo Borelli,
+ patch by Matthias Clasen)
+
* gtk/gtkrc.c (_gtk_rc_init): Apply the gtk-default-menu-item-style
to cell view menu items as well. (#147405, John Cupitt)