forked from AuroraMiddleware/gtk
Released GTK+ 1.1.8
Wed Dec 16 10:20:27 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.8 * ChangeLog: INSTALL: README: gtk+.spec: docs/gtk-config.1: version=1.1.8
This commit is contained in:
parent
7f01a3d324
commit
0dcdac5828
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
Wed Dec 16 10:20:27 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.1.8
|
||||
|
||||
* ChangeLog:
|
||||
INSTALL:
|
||||
README:
|
||||
gtk+.spec:
|
||||
docs/gtk-config.1: version=1.1.8
|
||||
|
||||
1998-12-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gdk/gdkglobals.c: Define gdk_xim_ic only, if USE_XIM is defined.
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed Dec 16 10:20:27 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.1.8
|
||||
|
||||
* ChangeLog:
|
||||
INSTALL:
|
||||
README:
|
||||
gtk+.spec:
|
||||
docs/gtk-config.1: version=1.1.8
|
||||
|
||||
1998-12-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gdk/gdkglobals.c: Define gdk_xim_ic only, if USE_XIM is defined.
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed Dec 16 10:20:27 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.1.8
|
||||
|
||||
* ChangeLog:
|
||||
INSTALL:
|
||||
README:
|
||||
gtk+.spec:
|
||||
docs/gtk-config.1: version=1.1.8
|
||||
|
||||
1998-12-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gdk/gdkglobals.c: Define gdk_xim_ic only, if USE_XIM is defined.
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed Dec 16 10:20:27 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.1.8
|
||||
|
||||
* ChangeLog:
|
||||
INSTALL:
|
||||
README:
|
||||
gtk+.spec:
|
||||
docs/gtk-config.1: version=1.1.8
|
||||
|
||||
1998-12-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gdk/gdkglobals.c: Define gdk_xim_ic only, if USE_XIM is defined.
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed Dec 16 10:20:27 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.1.8
|
||||
|
||||
* ChangeLog:
|
||||
INSTALL:
|
||||
README:
|
||||
gtk+.spec:
|
||||
docs/gtk-config.1: version=1.1.8
|
||||
|
||||
1998-12-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gdk/gdkglobals.c: Define gdk_xim_ic only, if USE_XIM is defined.
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed Dec 16 10:20:27 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.1.8
|
||||
|
||||
* ChangeLog:
|
||||
INSTALL:
|
||||
README:
|
||||
gtk+.spec:
|
||||
docs/gtk-config.1: version=1.1.8
|
||||
|
||||
1998-12-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gdk/gdkglobals.c: Define gdk_xim_ic only, if USE_XIM is defined.
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed Dec 16 10:20:27 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.1.8
|
||||
|
||||
* ChangeLog:
|
||||
INSTALL:
|
||||
README:
|
||||
gtk+.spec:
|
||||
docs/gtk-config.1: version=1.1.8
|
||||
|
||||
1998-12-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gdk/gdkglobals.c: Define gdk_xim_ic only, if USE_XIM is defined.
|
||||
|
6
INSTALL
6
INSTALL
@ -7,8 +7,8 @@ you got this package.
|
||||
Simple install procedure
|
||||
========================
|
||||
|
||||
% gzip -cd gtk+-1.1.7.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-1.1.7 # change to the toplevel directory
|
||||
% gzip -cd gtk+-1.1.8.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-1.1.8 # 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.7
|
||||
./configure --with-glib=../glib-1.1.8
|
||||
|
||||
This, however, will not work if you built GLIB with different
|
||||
source and build directories.
|
||||
|
2
README
2
README
@ -1,7 +1,7 @@
|
||||
General Information
|
||||
===================
|
||||
|
||||
This is GTK+ version 1.1.7. GTK+, which stands for the Gimp ToolKit,
|
||||
This is GTK+ version 1.1.8. 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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH GTK+ 1 "25 October 1998" Version 1.1.7
|
||||
.TH GTK+ 1 "25 October 1998" Version 1.1.8
|
||||
.SH NAME
|
||||
gtk-config - script to get information about the installed version of GTK+
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Note that this is NOT a relocatable package
|
||||
%define ver 1.1.7
|
||||
%define ver 1.1.8
|
||||
%define rel SNAP
|
||||
%define prefix /usr
|
||||
|
||||
|
@ -166,6 +166,7 @@ source_headers = \
|
||||
gtkhseparator.h \
|
||||
gtkimage.h \
|
||||
gtkinputdialog.h \
|
||||
gtkintl.h \
|
||||
gtkinvisible.h \
|
||||
gtkitem.h \
|
||||
gtkitemfactory.h \
|
||||
|
0
po/ChangeLog
Normal file
0
po/ChangeLog
Normal file
2
po/de.po
2
po/de.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.1.8\n"
|
||||
"POT-Creation-Date: 1998-12-15 02:21+0100\n"
|
||||
"POT-Creation-Date: 1998-12-16 10:28-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"
|
||||
|
2
po/pt.po
2
po/pt.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.1.7\n"
|
||||
"POT-Creation-Date: 1998-12-14 22:02+0000\n"
|
||||
"POT-Creation-Date: 1998-12-16 10:28-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"
|
||||
|
Loading…
Reference in New Issue
Block a user