[Gtk-sharp-list] [Patch] README
Charles Iliya Krempeaux
charles@reptile.ca
25 Apr 2003 12:55:50 -0700
--=-m8H89CEP3W49Ez8OXGRi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hello,
Here's a Patch for the README file. It's pretty simple, and just
updates a few things. (The details are in the ChangeLog.)
Is it OK to commit?
See ya
--
Charles Iliya Krempeaux, BSc
charles@reptile.ca
________________________________________________________________________
Reptile Consulting & Services 604-REPTILE http://www.reptile.ca/
--=-m8H89CEP3W49Ez8OXGRi
Content-Disposition: attachment; filename=gtk-sharp-ReadmeUpdate.diff
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-patch; name=gtk-sharp-ReadmeUpdate.diff; charset=ISO-8859-1
Index: ChangeLog
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/public/gtk-sharp/ChangeLog,v
retrieving revision 1.383
diff -u -r1.383 ChangeLog
--- ChangeLog 25 Apr 2003 20:39:46 -0000 1.383
+++ ChangeLog 25 Apr 2003 20:54:43 -0000
@@ -1,4 +1,11 @@
-2003-04-25 Charles Iliya Krempeaux <charles@reptile.ca>
+2003-04-25 Charles Iliya Krempeaux <charles@reptile.ca>
+ * README : Updated to reflect the name change or the
+ "MonkeyGuide" to the "Mono Hand Book". Updated to
+ give the (new) correct chapter number for the
+ GNOME.NET section. Added mention of the
+ Gtk# Wiki.
+
+2003-04-25 Charles Iliya Krempeaux <charles@reptile.ca>
* gtk-sharp.pc.in, parser/gapi.pc.in : Both of these
files were checked in as empty files, before. Checked
them in, this time, with something in them.
Index: README
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/public/gtk-sharp/README,v
retrieving revision 1.9
diff -u -r1.9 README
--- README 16 Mar 2003 07:03:45 -0000 1.9
+++ README 25 Apr 2003 20:54:43 -0000
@@ -61,6 +61,10 @@
=20
http://lists.ximian.com/archives/public/gtk-sharp-list/
=20
+ Further, a Wiki is available for Gtk#, and can be found at:
+
+ http://www.nullenvoid.com/gtksharp/wiki/
+
Also, people can get help with and discuss Gtk# on IRC via the
#mono channel on the irc.gnome.org IRC server.
=20
@@ -72,11 +76,12 @@
-----------
=20
For developers wishing to "get started" with Gtk#, they are encouraged
- to read the MonkeyGuide:
+ to read the Mono Hand Book:
=20
http://www.go-mono.com/tutorial
=20
- In the MonkeyGuide, Chapter 18 is on Gtk#.
+ In the Mono Hand Book, Chapter 21 is on Gtk#. (In the Mono Hand Book,
+ the Gtk# .NET bindings are refered to as GNOME.NET.)
=20
=20
Hackers:
--=-m8H89CEP3W49Ez8OXGRi--