Forgot my ChangeLog entries

svn path=/trunk/gtk-sharp/; revision=20608
This commit is contained in:
Miguel de Icaza 2003-11-29 22:25:32 +00:00
parent 9488ce6796
commit 8fce5c1f4b

View File

@ -1,3 +1,20 @@
2003-11-28 Miguel de Icaza <miguel@ximian.com>
* gdk/Pixmap.custom: Added Pixmap.custom to add a convenience constructor.
2003-11-27 Miguel de Icaza <miguel@ximian.com>
* 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 <mkestner@speakeasy.net>
* gdk/Gdk.metadata : add some array attrs to Pixbuf ctors.