diff --git a/ChangeLog b/ChangeLog index 6901b2897c..3805d5158a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson + + * 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 * gtk/gtkclist.c: avoid void pointer math diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 6901b2897c..3805d5158a 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,15 @@ +Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson + + * 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 * gtk/gtkclist.c: avoid void pointer math diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6901b2897c..3805d5158a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,15 @@ +Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson + + * 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 * gtk/gtkclist.c: avoid void pointer math diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 6901b2897c..3805d5158a 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,15 @@ +Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson + + * 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 * gtk/gtkclist.c: avoid void pointer math diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 6901b2897c..3805d5158a 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,15 @@ +Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson + + * 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 * gtk/gtkclist.c: avoid void pointer math diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 6901b2897c..3805d5158a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,15 @@ +Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson + + * 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 * gtk/gtkclist.c: avoid void pointer math diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6901b2897c..3805d5158a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,15 @@ +Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson + + * 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 * gtk/gtkclist.c: avoid void pointer math diff --git a/INSTALL b/INSTALL index 368caf2555..bea9ba5b1e 100644 --- a/INSTALL +++ b/INSTALL @@ -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. diff --git a/NEWS b/NEWS index 4b8007af73..8a6d492762 100644 --- a/NEWS +++ b/NEWS @@ -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, diff --git a/README b/README index 4f1bcc5636..81f8637bc5 100644 --- a/README +++ b/README @@ -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. diff --git a/configure.in b/configure.in index 2796b445c8..bf0378956e 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=6 +GTK_MICRO_VERSION=7 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 df251aeab4..0e2bd83b56 100644 --- a/docs/gtk-config.1 +++ b/docs/gtk-config.1 @@ -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 diff --git a/gtk+.spec b/gtk+.spec index 21c2770583..bb7f21054a 100644 --- a/gtk+.spec +++ b/gtk+.spec @@ -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 diff --git a/gtk/gtkfeatures.h.in b/gtk/gtkfeatures.h.in index 69a37629b0..632bec90d3 100644 --- a/gtk/gtkfeatures.h.in +++ b/gtk/gtkfeatures.h.in @@ -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 */