version=1.1.15

Thu Feb  4 05:42:34 CST 1999 Shawn T. Amundson <amundson@gtk.org>

        * INSTALL
          NEWS
          README
          configure.in
          gtk+.spec
          docs/gtk-config.1: version=1.1.15

        * Makefile.am: example files where incorrect for
          menu directory.

        * Released GTK+ 1.1.15
This commit is contained in:
CST 1999 Shawn T. Amundson 1999-02-04 13:32:14 +00:00 committed by Shawn Amundson
parent 7f4ba91800
commit 7db6313ab5
15 changed files with 116 additions and 15 deletions

View File

@ -1,3 +1,17 @@
Thu Feb 4 05:42:34 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
gtk+.spec
docs/gtk-config.1: version=1.1.15
* Makefile.am: example files where incorrect for
menu directory.
* Released GTK+ 1.1.15
Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org> Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org>
* gtk/gtkclist.h: spelling fix in comment from * gtk/gtkclist.h: spelling fix in comment from

View File

@ -1,3 +1,17 @@
Thu Feb 4 05:42:34 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
gtk+.spec
docs/gtk-config.1: version=1.1.15
* Makefile.am: example files where incorrect for
menu directory.
* Released GTK+ 1.1.15
Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org> Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org>
* gtk/gtkclist.h: spelling fix in comment from * gtk/gtkclist.h: spelling fix in comment from

View File

@ -1,3 +1,17 @@
Thu Feb 4 05:42:34 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
gtk+.spec
docs/gtk-config.1: version=1.1.15
* Makefile.am: example files where incorrect for
menu directory.
* Released GTK+ 1.1.15
Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org> Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org>
* gtk/gtkclist.h: spelling fix in comment from * gtk/gtkclist.h: spelling fix in comment from

View File

@ -1,3 +1,17 @@
Thu Feb 4 05:42:34 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
gtk+.spec
docs/gtk-config.1: version=1.1.15
* Makefile.am: example files where incorrect for
menu directory.
* Released GTK+ 1.1.15
Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org> Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org>
* gtk/gtkclist.h: spelling fix in comment from * gtk/gtkclist.h: spelling fix in comment from

View File

@ -1,3 +1,17 @@
Thu Feb 4 05:42:34 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
gtk+.spec
docs/gtk-config.1: version=1.1.15
* Makefile.am: example files where incorrect for
menu directory.
* Released GTK+ 1.1.15
Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org> Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org>
* gtk/gtkclist.h: spelling fix in comment from * gtk/gtkclist.h: spelling fix in comment from

View File

@ -1,3 +1,17 @@
Thu Feb 4 05:42:34 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
gtk+.spec
docs/gtk-config.1: version=1.1.15
* Makefile.am: example files where incorrect for
menu directory.
* Released GTK+ 1.1.15
Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org> Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org>
* gtk/gtkclist.h: spelling fix in comment from * gtk/gtkclist.h: spelling fix in comment from

View File

@ -1,3 +1,17 @@
Thu Feb 4 05:42:34 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
gtk+.spec
docs/gtk-config.1: version=1.1.15
* Makefile.am: example files where incorrect for
menu directory.
* Released GTK+ 1.1.15
Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org> Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org>
* gtk/gtkclist.h: spelling fix in comment from * gtk/gtkclist.h: spelling fix in comment from

View File

@ -7,8 +7,8 @@ you got this package.
Simple install procedure Simple install procedure
======================== ========================
% gzip -cd gtk+-1.1.14.tar.gz | tar xvf - # unpack the sources % gzip -cd gtk+-1.1.15.tar.gz | tar xvf - # unpack the sources
% cd gtk+-1.1.14 # change to the toplevel directory % cd gtk+-1.1.15 # change to the toplevel directory
% ./configure # run the `configure' script % ./configure # run the `configure' script
% make # build GTK % make # build GTK
[ Become root if necessary ] [ 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 yet installed. To do this, give the --with-glib=DIR options
to ./configure. For instance: to ./configure. For instance:
./configure --with-glib=../glib-1.1.14 ./configure --with-glib=../glib-1.1.15
This, however, will not work if you built GLIB with different This, however, will not work if you built GLIB with different
source and build directories. source and build directories.

View File

@ -46,10 +46,7 @@ EXTRA_DIST = \
examples/list/list.c \ examples/list/list.c \
examples/menu/Makefile \ examples/menu/Makefile \
examples/menu/menu.c \ examples/menu/menu.c \
examples/menu/menufactory.c \ examples/menu/itemfactory.c \
examples/menu/menufactory.h \
examples/menu/mfmain.c \
examples/menu/mfmain.h \
examples/notebook/Makefile \ examples/notebook/Makefile \
examples/notebook/notebook.c \ examples/notebook/notebook.c \
examples/packer/Makefile \ examples/packer/Makefile \

6
NEWS
View File

@ -1,3 +1,9 @@
Overview of Changes in GTK+ 1.1.15:
* Tutorial Updates
* Added --libs gthread to gtk-config
* Bug fixes
What is new in GTK+ 1.1.14: What is new in GTK+ 1.1.14:
* Additions to docs/Changes-1.2.txt * Additions to docs/Changes-1.2.txt

2
README
View File

@ -1,7 +1,7 @@
General Information General Information
=================== ===================
This is GTK+ version 1.1.14. GTK+, which stands for the Gimp ToolKit, This is GTK+ version 1.1.15. GTK+, which stands for the Gimp ToolKit,
is a library for creating graphical user interfaces for the X Window is a library for creating graphical user interfaces for the X Window
System. It is designed to be small, efficient, and flexible. GTK+ is System. It is designed to be small, efficient, and flexible. GTK+ is
written in C with a very object-oriented approach. written in C with a very object-oriented approach.

View File

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

View File

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

View File

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

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 1999-01-29 01:04-0500\n" "POT-Creation-Date: 1999-01-28 00:37-0600\n"
"PO-Revision-Date: 1999-01-21 21:51 EST\n" "PO-Revision-Date: 1999-01-21 21:51 EST\n"
"Last-Translator: Sergey Panov <sipan@mit.edu>\n" "Last-Translator: Sergey Panov <sipan@mit.edu>\n"
"Language-Team: Russian <ru@li.org>\n" "Language-Team: Russian <ru@li.org>\n"