Released GTK+ 1.1.7

Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson <amundson@gtk.org>

        * Released GTK+ 1.1.7

        * INSTALL:
          NEWS:
          README:
          configure.in:
          gtk+.spec:
          gtk/gtkfeatures.h.in:
          docs/gtk-config.1: Version to 1.1.7
This commit is contained in:
CST 1998 Shawn T. Amundson 1998-12-11 06:12:24 +00:00 committed by Shawn Amundson
parent 6af277b502
commit 353a7158ed
14 changed files with 106 additions and 7 deletions

View File

@ -1,3 +1,15 @@
Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: Version to 1.1.7
Thu Dec 10 20:48:19 PST 1998 Manish Singh <yosh@gimp.org>
* gtk/gtkclist.c: avoid void pointer math

View File

@ -1,3 +1,15 @@
Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: Version to 1.1.7
Thu Dec 10 20:48:19 PST 1998 Manish Singh <yosh@gimp.org>
* gtk/gtkclist.c: avoid void pointer math

View File

@ -1,3 +1,15 @@
Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: Version to 1.1.7
Thu Dec 10 20:48:19 PST 1998 Manish Singh <yosh@gimp.org>
* gtk/gtkclist.c: avoid void pointer math

View File

@ -1,3 +1,15 @@
Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: Version to 1.1.7
Thu Dec 10 20:48:19 PST 1998 Manish Singh <yosh@gimp.org>
* gtk/gtkclist.c: avoid void pointer math

View File

@ -1,3 +1,15 @@
Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: Version to 1.1.7
Thu Dec 10 20:48:19 PST 1998 Manish Singh <yosh@gimp.org>
* gtk/gtkclist.c: avoid void pointer math

View File

@ -1,3 +1,15 @@
Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: Version to 1.1.7
Thu Dec 10 20:48:19 PST 1998 Manish Singh <yosh@gimp.org>
* gtk/gtkclist.c: avoid void pointer math

View File

@ -1,3 +1,15 @@
Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: Version to 1.1.7
Thu Dec 10 20:48:19 PST 1998 Manish Singh <yosh@gimp.org>
* gtk/gtkclist.c: avoid void pointer math

View File

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

11
NEWS
View File

@ -1,3 +1,14 @@
What is new in GTK+ 1.1.7:
* Fixed memory mis-allocation in default files code
* Various event handling fixes
* Wide character support for entry and text
* Destroy widgets _after_ propagating unrealize signals through
widget heirarchy
* Only build XIM-support if available
* Tutorial and examples updates
* Added gtk_drag_source_unset()
What is new in GTK+ 1.1.6:
* The signal system now features emission hooks whith special semantics,

2
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GTK+ version 1.1.6. GTK+, which stands for the Gimp ToolKit,
This is GTK+ version 1.1.7. 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=6
GTK_MICRO_VERSION=7
GTK_INTERFACE_AGE=0
GTK_BINARY_AGE=0
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION

View File

@ -1,4 +1,4 @@
.TH GTK+ 1 "25 October 1998" Version 1.1.6
.TH GTK+ 1 "25 October 1998" Version 1.1.7
.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.6
%define ver 1.1.7
%define rel SNAP
%define prefix /usr

View File

@ -75,6 +75,10 @@ extern "C" {
*/
#define GTK_HAVE_FEATURES_1_1_6 1-1-6
/* Gtk+ 1.1.7 version tag
*/
#define GTK_HAVE_FEATURES_1_1_7 1-1-7
#ifdef __cplusplus
}
#endif /* __cplusplus */