diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-07-12 16:38:04 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-12 16:38:04 +0000 |
commit | 4ed4ccc7373a164e6ec4cc9a50c0d33ff019f82f (patch) | |
tree | 04479e4fe368b87135e47c2e848c872a63c79871 /ChangeLog | |
parent | 37610bc34428b0563c5e0696e3916661f432bb45 (diff) | |
download | gtk+-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |