diff --git a/ChangeLog b/ChangeLog index c19e0ebdbe..2013071c59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jun 1 22:14:33 CDT 1998 Shawn T. Amundson + + * Released GTK+ 1.0.4 + Mon Jun 1 20:24:42 PDT 1998 Jay Painter * gtk/gtkclist.c: fixed clipping for pixmaps within rows... finally. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index c19e0ebdbe..2013071c59 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +Mon Jun 1 22:14:33 CDT 1998 Shawn T. Amundson + + * Released GTK+ 1.0.4 + Mon Jun 1 20:24:42 PDT 1998 Jay Painter * gtk/gtkclist.c: fixed clipping for pixmaps within rows... finally. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c19e0ebdbe..2013071c59 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Mon Jun 1 22:14:33 CDT 1998 Shawn T. Amundson + + * Released GTK+ 1.0.4 + Mon Jun 1 20:24:42 PDT 1998 Jay Painter * gtk/gtkclist.c: fixed clipping for pixmaps within rows... finally. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index c19e0ebdbe..2013071c59 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +Mon Jun 1 22:14:33 CDT 1998 Shawn T. Amundson + + * Released GTK+ 1.0.4 + Mon Jun 1 20:24:42 PDT 1998 Jay Painter * gtk/gtkclist.c: fixed clipping for pixmaps within rows... finally. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c19e0ebdbe..2013071c59 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Mon Jun 1 22:14:33 CDT 1998 Shawn T. Amundson + + * Released GTK+ 1.0.4 + Mon Jun 1 20:24:42 PDT 1998 Jay Painter * gtk/gtkclist.c: fixed clipping for pixmaps within rows... finally. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c19e0ebdbe..2013071c59 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Mon Jun 1 22:14:33 CDT 1998 Shawn T. Amundson + + * Released GTK+ 1.0.4 + Mon Jun 1 20:24:42 PDT 1998 Jay Painter * gtk/gtkclist.c: fixed clipping for pixmaps within rows... finally. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c19e0ebdbe..2013071c59 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Mon Jun 1 22:14:33 CDT 1998 Shawn T. Amundson + + * Released GTK+ 1.0.4 + Mon Jun 1 20:24:42 PDT 1998 Jay Painter * gtk/gtkclist.c: fixed clipping for pixmaps within rows... finally. diff --git a/INSTALL b/INSTALL index 13d2cca5b2..676f7920fa 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd gtk+-1.0.3.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.0.3 # change to the toplevel directory + % gzip -cd gtk+-1.0.4.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.0.4 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] diff --git a/NEWS b/NEWS index dbc400e0d7..fddf2e20f3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Overview of Changes in GTK+ 1.0.4: + +* Documentation changes (Thanks to Tony Gale!) +* autoconf fix for x_lib variable +* fixed pixmap clipping in gtkclist + Overview of Changes in GTK+ 1.0.3: * Bug fixes, including fix for visuals on SGI machines diff --git a/README b/README index 9401e1d035..3375f7ebf2 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GTK+ version 1.0.3. GTK+, which stands for the Gimp ToolKit, +This is GTK+ version 1.0.4. 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. diff --git a/configure.in b/configure.in index d55ef2f38f..9cc37efe55 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ cflags_set=${CFLAGS+set} GTK_MAJOR_VERSION=1 GTK_MINOR_VERSION=0 -GTK_MICRO_VERSION=3 +GTK_MICRO_VERSION=4 GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION # For automake. diff --git a/glib/configure.in b/glib/configure.in index 5e4f026e57..9749791ff3 100644 --- a/glib/configure.in +++ b/glib/configure.in @@ -6,7 +6,7 @@ cflags_set=${CFLAGS+set} GLIB_MAJOR_VERSION=1 GLIB_MINOR_VERSION=0 -GLIB_MICRO_VERSION=3 +GLIB_MICRO_VERSION=4 GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION VERSION=$GLIB_VERSION diff --git a/gtk+.spec b/gtk+.spec index 8e22a256a4..fae37d2605 100644 --- a/gtk+.spec +++ b/gtk+.spec @@ -1,5 +1,5 @@ # Note that this is NOT a relocatable package -%define ver 1.0.3 +%define ver 1.0.4 %define rel SNAP %define prefix /usr @@ -46,6 +46,10 @@ are in gtk+-devel. %changelog +* Mon Jun 1 1998 Shawn T. Amundson + +-Changed version to 1.0.4 + * Sat May 23 1998 Shawn T. Amundson - Changed version to 1.0.3