diff --git a/ChangeLog b/ChangeLog index 2dfdb85bb..310508bbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-07 Todd Berman + + * gnome/Makefile.am: add DruidPageEdge.custom + * gnome/Gnome.metadata: hide DruidPageEdge ctors + * gnome/DruidPageEdge.custom: subclassable ctors. + 2004-05-07 Todd Berman * gnome/IconList.custom: subclassable ctor. diff --git a/gnome/Gnome.metadata b/gnome/Gnome.metadata index 8a07e931d..8840d99d3 100644 --- a/gnome/Gnome.metadata +++ b/gnome/Gnome.metadata @@ -62,9 +62,12 @@ Prepared 1 1 - 1 - 1 - 1 + 1 + 1 + 1 + 1 + 1 + 1 GetGtkEntry Activated 1 diff --git a/gnome/Makefile.am b/gnome/Makefile.am index f35355842..804ac5730 100644 --- a/gnome/Makefile.am +++ b/gnome/Makefile.am @@ -59,6 +59,7 @@ customs = \ CanvasText.custom \ CanvasWidget.custom \ Druid.custom \ + DruidPageEdge.custom \ Font.custom \ FontFamily.custom \ IconList.custom \