Released GTK+ 1.1.9

Thu Dec 17 00:26:01 1998 Shawn T. Amundson <amundson@gtk.org>

        * Released GTK+ 1.1.9

        * INSTALL:
          NEWS:
          README:
          configure.in:
          gtk+.spec:
          gtk/gtkfeatures.h.in:
          docs/gtk-config.1: version=1.1.9
This commit is contained in:
Shawn T. Amundson 1998-12-17 06:49:15 +00:00 committed by Shawn Amundson
parent a9575223a6
commit 2fa220504c
16 changed files with 106 additions and 11 deletions

View File

@ -1,3 +1,15 @@
Thu Dec 17 00:26:01 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: version=1.1.9
Wed Dec 16 21:20:00 PST 1998 Manish Singh <yosh@gimp.org>
* autogen.sh: rm -rf intl breaks --disable-nls, put it back

View File

@ -1,3 +1,15 @@
Thu Dec 17 00:26:01 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: version=1.1.9
Wed Dec 16 21:20:00 PST 1998 Manish Singh <yosh@gimp.org>
* autogen.sh: rm -rf intl breaks --disable-nls, put it back

View File

@ -1,3 +1,15 @@
Thu Dec 17 00:26:01 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: version=1.1.9
Wed Dec 16 21:20:00 PST 1998 Manish Singh <yosh@gimp.org>
* autogen.sh: rm -rf intl breaks --disable-nls, put it back

View File

@ -1,3 +1,15 @@
Thu Dec 17 00:26:01 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: version=1.1.9
Wed Dec 16 21:20:00 PST 1998 Manish Singh <yosh@gimp.org>
* autogen.sh: rm -rf intl breaks --disable-nls, put it back

View File

@ -1,3 +1,15 @@
Thu Dec 17 00:26:01 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: version=1.1.9
Wed Dec 16 21:20:00 PST 1998 Manish Singh <yosh@gimp.org>
* autogen.sh: rm -rf intl breaks --disable-nls, put it back

View File

@ -1,3 +1,15 @@
Thu Dec 17 00:26:01 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: version=1.1.9
Wed Dec 16 21:20:00 PST 1998 Manish Singh <yosh@gimp.org>
* autogen.sh: rm -rf intl breaks --disable-nls, put it back

View File

@ -1,3 +1,15 @@
Thu Dec 17 00:26:01 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: version=1.1.9
Wed Dec 16 21:20:00 PST 1998 Manish Singh <yosh@gimp.org>
* autogen.sh: rm -rf intl breaks --disable-nls, put it back

View File

@ -7,8 +7,8 @@ you got this package.
Simple install procedure
========================
% gzip -cd gtk+-1.1.8.tar.gz | tar xvf - # unpack the sources
% cd gtk+-1.1.8 # change to the toplevel directory
% gzip -cd gtk+-1.1.9.tar.gz | tar xvf - # unpack the sources
% cd gtk+-1.1.9 # 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.8
./configure --with-glib=../glib-1.1.9
This, however, will not work if you built GLIB with different
source and build directories.

7
NEWS
View File

@ -1,3 +1,10 @@
What is new in GTK+ 1.1.9:
* Check for broken glibc 2.0 mb functions and avoid them
* Label and Entry display fixes
* Move main thread back to GDK, for locking when translating events
* Bug fixes
What is new in GTK+ 1.1.8:
* Added support for gettext and the localization of the standard

2
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GTK+ version 1.1.8. GTK+, which stands for the Gimp ToolKit,
This is GTK+ version 1.1.9. 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.

View File

@ -14,7 +14,7 @@ cflags_set=${CFLAGS+set}
#
GTK_MAJOR_VERSION=1
GTK_MINOR_VERSION=1
GTK_MICRO_VERSION=8
GTK_MICRO_VERSION=9
GTK_INTERFACE_AGE=0
GTK_BINARY_AGE=0
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
@ -179,9 +179,9 @@ fi
if test x$with_glib = x ; then
# Look for separately installed glib
AM_PATH_GLIB(1.1.8,,
AM_PATH_GLIB(1.1.9,,
AC_MSG_ERROR([
*** GLIB 1.1.8 or better is required. The latest version of GLIB
*** GLIB 1.1.9 or better is required. The latest version of GLIB
*** is always available from ftp://ftp.gtk.org.]),
gmodule gthread)

View File

@ -1,4 +1,4 @@
.TH GTK+ 1 "25 October 1998" Version 1.1.8
.TH GTK+ 1 "25 October 1998" Version 1.1.9
.SH NAME
gtk-config - script to get information about the installed version of GTK+
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
# Note that this is NOT a relocatable package
%define ver 1.1.8
%define ver 1.1.9
%define rel SNAP
%define prefix /usr

View File

@ -83,6 +83,10 @@ extern "C" {
*/
#define GTK_HAVE_FEATURES_1_1_8 1-1-8
/* Gtk+ 1.1.9 version tag
*/
#define GTK_HAVE_FEATURES_1_1_9 1-1-9
#ifdef __cplusplus
}
#endif /* __cplusplus */

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.1.8\n"
"POT-Creation-Date: 1998-12-16 10:28-0600\n"
"POT-Creation-Date: 1998-12-16 21:46-0600\n"
"PO-Revision-Date: 1998-12-15 02:21+0100\n"
"Last-Translator: Sven Neumann <sven@gimp.org>\n"
"Language-Team: German <de@li.org>\n"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.1.7\n"
"POT-Creation-Date: 1998-12-16 10:28-0600\n"
"POT-Creation-Date: 1998-12-16 21:46-0600\n"
"PO-Revision-Date: 1998-12-14 22:07+00:00\n"
"Last-Translator: Nuno Ferreira <nmrf@rnl.ist.utl.pt>\n"
"Language-Team: Portuguese <pt@li.org>\n"