diff --git a/ChangeLog b/ChangeLog index 2a698cd17..79f0c9d58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2003-11-28 Miguel de Icaza + + * gdk/Pixmap.custom: Added Pixmap.custom to add a convenience constructor. + +2003-11-27 Miguel de Icaza + + * glib/Log.cs: Make LogLevelFlags CLS compliant. + + * glib/SignalCallback.cs: Set the constructor protection level to + protected, since it can not be instantiate.d + + * glib/Marshaller.cs: Do not allow instances of this class as it + only exposes static methods. + + * glib/Source.cs, glib/FileUtils.cs, glib/Timeout.cs, + glib/Thread.cs, glib/Markup.cs, glib/TypeConverter.cs: Ditto. + 2003-11-29 Mike Kestner * gdk/Gdk.metadata : add some array attrs to Pixbuf ctors.