From: CST 1998 Shawn T. Amundson Date: Mon, 23 Nov 1998 01:46:11 +0000 (+0000) Subject: INSTALL: NEWS: README: gtk+.spec: docs/gtk-config.1: Version incremented X-Git-Url: http://pileus.org/git/?p=~andy%2Fgtk;a=commitdiff_plain;h=12f7825907f9398ba09c90650afea0305d6dd629 INSTALL: NEWS: README: gtk+.spec: docs/gtk-config.1: Version incremented Sat Nov 21 18:41:13 CST 1998 Shawn T. Amundson * configure.in: INSTALL: NEWS: README: gtk+.spec: docs/gtk-config.1: Version incremented to 1.1.5 * Released GTK+ 1.1.5 --- diff --git a/ChangeLog b/ChangeLog index 5bd236c68..623553f96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sat Nov 21 18:41:13 CST 1998 Shawn T. Amundson + + * configure.in: + INSTALL: + NEWS: + README: + gtk+.spec: + docs/gtk-config.1: Version incremented to 1.1.5 + + * Released GTK+ 1.1.5 + Sat Nov 21 18:53:13 1998 Owen Taylor * gdk/gdkwindow.c (gdk_window_get_deskrelative_origin): diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 5bd236c68..623553f96 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,14 @@ +Sat Nov 21 18:41:13 CST 1998 Shawn T. Amundson + + * configure.in: + INSTALL: + NEWS: + README: + gtk+.spec: + docs/gtk-config.1: Version incremented to 1.1.5 + + * Released GTK+ 1.1.5 + Sat Nov 21 18:53:13 1998 Owen Taylor * gdk/gdkwindow.c (gdk_window_get_deskrelative_origin): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5bd236c68..623553f96 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,14 @@ +Sat Nov 21 18:41:13 CST 1998 Shawn T. Amundson + + * configure.in: + INSTALL: + NEWS: + README: + gtk+.spec: + docs/gtk-config.1: Version incremented to 1.1.5 + + * Released GTK+ 1.1.5 + Sat Nov 21 18:53:13 1998 Owen Taylor * gdk/gdkwindow.c (gdk_window_get_deskrelative_origin): diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 5bd236c68..623553f96 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,14 @@ +Sat Nov 21 18:41:13 CST 1998 Shawn T. Amundson + + * configure.in: + INSTALL: + NEWS: + README: + gtk+.spec: + docs/gtk-config.1: Version incremented to 1.1.5 + + * Released GTK+ 1.1.5 + Sat Nov 21 18:53:13 1998 Owen Taylor * gdk/gdkwindow.c (gdk_window_get_deskrelative_origin): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 5bd236c68..623553f96 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,14 @@ +Sat Nov 21 18:41:13 CST 1998 Shawn T. Amundson + + * configure.in: + INSTALL: + NEWS: + README: + gtk+.spec: + docs/gtk-config.1: Version incremented to 1.1.5 + + * Released GTK+ 1.1.5 + Sat Nov 21 18:53:13 1998 Owen Taylor * gdk/gdkwindow.c (gdk_window_get_deskrelative_origin): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 5bd236c68..623553f96 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,14 @@ +Sat Nov 21 18:41:13 CST 1998 Shawn T. Amundson + + * configure.in: + INSTALL: + NEWS: + README: + gtk+.spec: + docs/gtk-config.1: Version incremented to 1.1.5 + + * Released GTK+ 1.1.5 + Sat Nov 21 18:53:13 1998 Owen Taylor * gdk/gdkwindow.c (gdk_window_get_deskrelative_origin): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5bd236c68..623553f96 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,14 @@ +Sat Nov 21 18:41:13 CST 1998 Shawn T. Amundson + + * configure.in: + INSTALL: + NEWS: + README: + gtk+.spec: + docs/gtk-config.1: Version incremented to 1.1.5 + + * Released GTK+ 1.1.5 + Sat Nov 21 18:53:13 1998 Owen Taylor * gdk/gdkwindow.c (gdk_window_get_deskrelative_origin): diff --git a/INSTALL b/INSTALL index 220dd82d4..6986321ac 100644 --- a/INSTALL +++ b/INSTALL @@ -7,8 +7,8 @@ you got this package. Simple install procedure ======================== - % gzip -cd gtk+-1.1.3.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.1.3 # change to the toplevel directory + % gzip -cd gtk+-1.1.5.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.1.5 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] @@ -92,7 +92,7 @@ You can compile GTK+ against a copy of GLIB that you have not yet installed. To do this, give the --with-glib=DIR options to ./configure. For instance: - ./configure --with-glib=../glib-1.1.4 + ./configure --with-glib=../glib-1.1.5 This, however, will not work if you built GLIB with different source and build directories. diff --git a/NEWS b/NEWS index ac8312fa3..3e7b10c07 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +What is new in GTK+ 1.1.5: + +* Theme integration +* GtkPixmaps now grey out pixmaps when insensitive +* Notebook enhancements +* Shadow configurability for menubars and handleboxes +* DND enhancements +* gtkfilesel how supports automounters better +* Implementation of expose compression +* Queued redraws of partial areas +* Scrolledwindow/Viewport enhancements +* Bug Fixes + What is new in GTK+ 1.1.3: * GtkCList/GtkCTree now have the ability to: diff --git a/README b/README index e1a7b9564..75370f9ff 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GTK+ version 1.1.3. GTK+, which stands for the Gimp ToolKit, +This is GTK+ version 1.1.5. 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 394fc67c5..54bf99cee 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ cflags_set=${CFLAGS+set} # GTK_MAJOR_VERSION=1 GTK_MINOR_VERSION=1 -GTK_MICRO_VERSION=3 +GTK_MICRO_VERSION=5 GTK_INTERFACE_AGE=0 GTK_BINARY_AGE=0 GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION diff --git a/docs/gtk-config.1 b/docs/gtk-config.1 index 3090b2d99..054ee2e9b 100644 --- a/docs/gtk-config.1 +++ b/docs/gtk-config.1 @@ -1,4 +1,4 @@ -.TH GTK+ 1 "25 October 1998" Version 1.1.3 +.TH GTK+ 1 "25 October 1998" Version 1.1.5 .SH NAME gtk-config - script to get information about the installed version of GTK+ .SH SYNOPSIS diff --git a/gtk+.spec b/gtk+.spec index 86c035bca..9c2a9f0a6 100644 --- a/gtk+.spec +++ b/gtk+.spec @@ -1,5 +1,5 @@ # Note that this is NOT a relocatable package -%define ver 1.1.3 +%define ver 1.1.5 %define rel SNAP %define prefix /usr diff --git a/sanity_check b/sanity_check index ba64276f2..20b7f048f 100755 --- a/sanity_check +++ b/sanity_check @@ -25,7 +25,7 @@ do done echo -n "INSTALL..." -if [ "x`grep $VERSION gtk+-$VERSION/INSTALL | wc -l | awk -F' ' '{print $1}'`" == "x2" ]; then +if [ "x`grep $VERSION gtk+-$VERSION/INSTALL | wc -l | awk -F' ' '{print $1}'`" == "x3" ]; then echo "ok" else echo "failed."