summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-05
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-25
-rw-r--r--ChangeLog.pre-2-45
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--INSTALL10
-rw-r--r--README8
9 files changed, 45 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index d7a93c0590..e7e5559aa5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Apr 12 19:35:09 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+ * INSTALL: typo, gtk-1.0.0 should be gtk+-1.0.0
+ * README: A little more intro on what gtk is...
+
Sun Apr 12 22:43:22 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkmenuitem.c (gtk_menu_item_size_allocate):
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index d7a93c0590..e7e5559aa5 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,8 @@
+Sun Apr 12 19:35:09 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+ * INSTALL: typo, gtk-1.0.0 should be gtk+-1.0.0
+ * README: A little more intro on what gtk is...
+
Sun Apr 12 22:43:22 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkmenuitem.c (gtk_menu_item_size_allocate):
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index d7a93c0590..e7e5559aa5 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+Sun Apr 12 19:35:09 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+ * INSTALL: typo, gtk-1.0.0 should be gtk+-1.0.0
+ * README: A little more intro on what gtk is...
+
Sun Apr 12 22:43:22 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkmenuitem.c (gtk_menu_item_size_allocate):
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index d7a93c0590..e7e5559aa5 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,8 @@
+Sun Apr 12 19:35:09 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+ * INSTALL: typo, gtk-1.0.0 should be gtk+-1.0.0
+ * README: A little more intro on what gtk is...
+
Sun Apr 12 22:43:22 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkmenuitem.c (gtk_menu_item_size_allocate):
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index d7a93c0590..e7e5559aa5 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,8 @@
+Sun Apr 12 19:35:09 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+ * INSTALL: typo, gtk-1.0.0 should be gtk+-1.0.0
+ * README: A little more intro on what gtk is...
+
Sun Apr 12 22:43:22 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkmenuitem.c (gtk_menu_item_size_allocate):
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index d7a93c0590..e7e5559aa5 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+Sun Apr 12 19:35:09 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+ * INSTALL: typo, gtk-1.0.0 should be gtk+-1.0.0
+ * README: A little more intro on what gtk is...
+
Sun Apr 12 22:43:22 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkmenuitem.c (gtk_menu_item_size_allocate):
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index d7a93c0590..e7e5559aa5 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,8 @@
+Sun Apr 12 19:35:09 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+ * INSTALL: typo, gtk-1.0.0 should be gtk+-1.0.0
+ * README: A little more intro on what gtk is...
+
Sun Apr 12 22:43:22 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkmenuitem.c (gtk_menu_item_size_allocate):
diff --git a/INSTALL b/INSTALL
index 19bcc14c94..066b8b9c9f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,12 @@
Simple install procedure
========================
- % gzip -cd gtk-1.0.0.tar.gz | tar xvf - # unpack the sources
- % cd gtk-1.0.0 # change to the toplevel directory
- % ./configure # run the `configure' script
- % make # build GTK
+ % gzip -cd gtk+-1.0.0.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.0.0 # change to the toplevel directory
+ % ./configure # run the `configure' script
+ % make # build GTK
[ Become root if necessary ]
- % make install # install GTK
+ % make install # install GTK
The Nitty-Gritty
================
diff --git a/README b/README
index b5f8e4bbd2..8477cac49e 100644
--- a/README
+++ b/README
@@ -1,8 +1,10 @@
General Information
===================
-This is GTK+ version 1.0.0. GTK, which stands for the Gimp ToolKit,
-is a library for creating graphical user interfaces.
+This is GTK+ version 1.0.0. GTK+, which stands for the Gimp ToolKit,
+is a library for creating graphical user interfaces for the X Window
+System. It is designed to be small, efficient, and flexible. GTK+ is
+written in C with a very object-oriented approach.
The official ftp site is:
ftp://ftp.gimp.org/pub/gtk
@@ -70,4 +72,4 @@ ftp.gtk.org. Please follow the instructions there, and include
your name and email address in the README file.
If the patch fixes a bug, it is usually a good idea to include
-all the information described in "How to Report Bugs". \ No newline at end of file
+all the information described in "How to Report Bugs".