Released 0.99.5

Mon Mar  9 21:21:19 PST 1998 Shawn T. Amundson <amundson@gimp.org>

        * Released 0.99.5
This commit is contained in:
PST 1998 Shawn T. Amundson 1998-03-10 06:00:43 +00:00 committed by Shawn Amundson
parent c5e729b4bc
commit 355e74fce4
10 changed files with 42 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Mon Mar 9 21:21:19 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.5
Mon Mar 9 23:24:42 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_get_selection_info): Export

View File

@ -1,3 +1,7 @@
Mon Mar 9 21:21:19 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.5
Mon Mar 9 23:24:42 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_get_selection_info): Export

View File

@ -1,3 +1,7 @@
Mon Mar 9 21:21:19 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.5
Mon Mar 9 23:24:42 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_get_selection_info): Export

View File

@ -1,3 +1,7 @@
Mon Mar 9 21:21:19 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.5
Mon Mar 9 23:24:42 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_get_selection_info): Export

View File

@ -1,3 +1,7 @@
Mon Mar 9 21:21:19 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.5
Mon Mar 9 23:24:42 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_get_selection_info): Export

View File

@ -1,3 +1,7 @@
Mon Mar 9 21:21:19 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.5
Mon Mar 9 23:24:42 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_get_selection_info): Export

View File

@ -1,3 +1,7 @@
Mon Mar 9 21:21:19 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.5
Mon Mar 9 23:24:42 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_get_selection_info): Export

12
NEWS
View File

@ -1,3 +1,15 @@
Overview of Fixes in GTK+ 0.99.5:
* Signal signedness and naming corrections
* rc/style fixes
* text, entry widget fixes
* gtkeditable fixes
* scrollbar flickering fixed
* check casts are more descriptive
* DND fixes
* FAQ updates
* Bug fixes
Overview of Changes in GTK+ 0.99.4:
* Reference counting revolution integrated.

2
README
View File

@ -1,5 +1,5 @@
This is GTK+ version 0.99.4. GTK, which stands for the Gimp ToolKit,
This is GTK+ version 0.99.5. GTK, which stands for the Gimp ToolKit,
is a library for creating graphical user interfaces.
The official ftp site is:

View File

@ -5,7 +5,7 @@ AC_INIT(glist.c)
cflags_set=${CFLAGS+set}
dnl Initialize automake stuff
AM_INIT_AUTOMAKE(glib, 0.99.4)
AM_INIT_AUTOMAKE(glib, 0.99.5)
# Specify a configuration file
AM_CONFIG_HEADER(glibconfig.h)