Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/index
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-09-17 04:25:19 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-09-17 04:25:19 +0400
commitdac6469d037f8b9df4149edf7e36cef3b9f46c5c (patch)
tree8fe04f25693c338c61ff66938fda5530a1aad5e9 /doc/index
parent056bbcc693ac85fdb83c193f217f6cdbbf4a4497 (diff)
Add news item on Gtk#
svn path=/trunk/mono/; revision=838
Diffstat (limited to 'doc/index')
-rw-r--r--doc/index15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/index b/doc/index
index d8ca804aa3b..da5379d7d8d 100644
--- a/doc/index
+++ b/doc/index
@@ -23,6 +23,21 @@
You can contact the team at: <a
href="mailto:mono-list@ximian.com">mono-list@ximian.com</a>
+** Sep 17, 2001
+
+ Mike Kestner's Gtk# (Gtk-sharp) was checked into the CVS
+ repository. Gtk# can run a simple hello world application.
+ The binding is nice, as it maps Gtk+ signals to delegates in
+ C#. You can see the Gtk# Hello World program <a href="src/HelloWorld.cs">here</a>
+
+ Gtk-sharp should be available on the next snapshot set.
+
+** Sep 10, 2001
+
+ Dietmar checked in his CIL tree/forest regeneration and most
+ importantly, the x86 instruction selector burg grammar.
+
+
** Sep 5, 2001
The MCS compiler <b>can compile the sample Hello World</b>