diff --git a/ChangeLog b/ChangeLog index 25e29d4549..709cb43723 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 6 12:06:23 BST 1998 Tony Gale + + * docs/gtkfaq.sgml: update anon CVS info + Sat Jul 4 13:16:24 1998 Tim Janik * gtk/*.c: changed reversed_[12] to reserved_[12] in gtk_*_get_type diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 25e29d4549..709cb43723 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +Mon Jul 6 12:06:23 BST 1998 Tony Gale + + * docs/gtkfaq.sgml: update anon CVS info + Sat Jul 4 13:16:24 1998 Tim Janik * gtk/*.c: changed reversed_[12] to reserved_[12] in gtk_*_get_type diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 25e29d4549..709cb43723 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Mon Jul 6 12:06:23 BST 1998 Tony Gale + + * docs/gtkfaq.sgml: update anon CVS info + Sat Jul 4 13:16:24 1998 Tim Janik * gtk/*.c: changed reversed_[12] to reserved_[12] in gtk_*_get_type diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 25e29d4549..709cb43723 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +Mon Jul 6 12:06:23 BST 1998 Tony Gale + + * docs/gtkfaq.sgml: update anon CVS info + Sat Jul 4 13:16:24 1998 Tim Janik * gtk/*.c: changed reversed_[12] to reserved_[12] in gtk_*_get_type diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 25e29d4549..709cb43723 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Mon Jul 6 12:06:23 BST 1998 Tony Gale + + * docs/gtkfaq.sgml: update anon CVS info + Sat Jul 4 13:16:24 1998 Tim Janik * gtk/*.c: changed reversed_[12] to reserved_[12] in gtk_*_get_type diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 25e29d4549..709cb43723 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Mon Jul 6 12:06:23 BST 1998 Tony Gale + + * docs/gtkfaq.sgml: update anon CVS info + Sat Jul 4 13:16:24 1998 Tim Janik * gtk/*.c: changed reversed_[12] to reserved_[12] in gtk_*_get_type diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 25e29d4549..709cb43723 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Mon Jul 6 12:06:23 BST 1998 Tony Gale + + * docs/gtkfaq.sgml: update anon CVS info + Sat Jul 4 13:16:24 1998 Tim Janik * gtk/*.c: changed reversed_[12] to reserved_[12] in gtk_*_get_type diff --git a/docs/faq/gtkfaq.sgml b/docs/faq/gtkfaq.sgml index 9e779370a7..773a2cacc3 100644 --- a/docs/faq/gtkfaq.sgml +++ b/docs/faq/gtkfaq.sgml @@ -8,7 +8,9 @@ Nathan Froyd, Tony Gale, Shawn T. Amundson. -May 11th 1998 + +July 6th 1998 + This document is intended to answer questions that are likely to be frequently asked by programmers using GTK+ or people who are just @@ -363,7 +365,7 @@ using the following steps: In a bourne shell descendant (e.g. bash) type: -export CVSROOT=':pserver:anonymous@cvs.gimp.org:/debian/home/gnomecvs' +export CVSROOT=':pserver:anonymous@anoncvs.gimp.org:/debian/home/gnomecvs' Next, the first time the source tree is checked out, a cvs login is needed. @@ -374,8 +376,16 @@ This will ask you for a password. There is no password for cvs.gimp.org, so just enter a carriage return. To get the tree and place it in a subdir of your current working directory, issue the command: -cvs -z9 get gtk+ +cvs -z3 get gtk+ + +Note that with the GTK+ 1.1 tree, glib has been moved to a separate CVS +module, so if you don't have glib installed you will need to get that +as well: + +cvs -z3 get glib + + How can I contribute to GTK+? diff --git a/docs/gtkfaq.sgml b/docs/gtkfaq.sgml index 9e779370a7..773a2cacc3 100644 --- a/docs/gtkfaq.sgml +++ b/docs/gtkfaq.sgml @@ -8,7 +8,9 @@ Nathan Froyd, Tony Gale, Shawn T. Amundson. -May 11th 1998 + +July 6th 1998 + This document is intended to answer questions that are likely to be frequently asked by programmers using GTK+ or people who are just @@ -363,7 +365,7 @@ using the following steps: In a bourne shell descendant (e.g. bash) type: -export CVSROOT=':pserver:anonymous@cvs.gimp.org:/debian/home/gnomecvs' +export CVSROOT=':pserver:anonymous@anoncvs.gimp.org:/debian/home/gnomecvs' Next, the first time the source tree is checked out, a cvs login is needed. @@ -374,8 +376,16 @@ This will ask you for a password. There is no password for cvs.gimp.org, so just enter a carriage return. To get the tree and place it in a subdir of your current working directory, issue the command: -cvs -z9 get gtk+ +cvs -z3 get gtk+ + +Note that with the GTK+ 1.1 tree, glib has been moved to a separate CVS +module, so if you don't have glib installed you will need to get that +as well: + +cvs -z3 get glib + + How can I contribute to GTK+?