From 073970c1200986832830c63ee98d3983a4b68878 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Tue, 18 Sep 2001 23:14:05 +0000 Subject: [PATCH] Added ChangeLog file and tried to capture the history till now. Please update the entry for your commit Bob, if it's not complete or accurate. svn path=/trunk/gtk-sharp/; revision=875 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 000000000..d12a7a471 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,12 @@ +2001-09-18 Bob Smith + + * gtk/Object.cs : Added EventList and Object properties. + * gtk/Widget.cs : Updated event emission logic. + * gtk/Window.cs : added Window(IntPtr) constructor. + * gtk/Button.cs : New. Partial implementation of Button class. + * gtk/Label.cs : New. Partial implementation of Label class. + +2001-09-17 Mike Kestner + + Initial Import. Partial implementation of Object, Widget, Window, + and Application classes and HelloWorld.cs sample app.