Release GTK+ 0.99.3.

This commit is contained in:
Shawn Amundson 1998-01-21 23:29:56 +00:00
parent fb48f5a356
commit d64570b781
11 changed files with 55 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.3
Wed Jan 21 01:32:21 1998 Tim Janik <timj@psynet.net>
* gtk/gtkwidget.h:

View File

@ -1,3 +1,7 @@
Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.3
Wed Jan 21 01:32:21 1998 Tim Janik <timj@psynet.net>
* gtk/gtkwidget.h:

View File

@ -1,3 +1,7 @@
Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.3
Wed Jan 21 01:32:21 1998 Tim Janik <timj@psynet.net>
* gtk/gtkwidget.h:

View File

@ -1,3 +1,7 @@
Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.3
Wed Jan 21 01:32:21 1998 Tim Janik <timj@psynet.net>
* gtk/gtkwidget.h:

View File

@ -1,3 +1,7 @@
Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.3
Wed Jan 21 01:32:21 1998 Tim Janik <timj@psynet.net>
* gtk/gtkwidget.h:

View File

@ -1,3 +1,7 @@
Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.3
Wed Jan 21 01:32:21 1998 Tim Janik <timj@psynet.net>
* gtk/gtkwidget.h:

View File

@ -1,3 +1,7 @@
Wed Jan 21 17:29:54 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.3
Wed Jan 21 01:32:21 1998 Tim Janik <timj@psynet.net>
* gtk/gtkwidget.h:

24
NEWS
View File

@ -0,0 +1,24 @@
Overview of Changes in GTK+ 0.99.3:
* Filesel enhancement / stability changes
* New widget, gtkcombo
* Widgets in the toolbar do not get the focus
* New widget, gtkstatusbar (still in-progress)
* g_string_equal renamed g_str_equal
* g_string_hash renamed g_str_hash
* new gtkbox functions to allow modification of the child
linkage after the widget tree is setup
* gtk_*_get_arg() and gtk_*_set_arg() fixes and implementations
* DND changes/fixes
* Entry widget now has set_max_length function
* Handlebox widget changes/fixes
* Some work on text widget (still in-progress)
* Now the toolbar supports arbitrary widgets as well
* CList has resizable columns again
* CList now looks consistant with scrolled windows
* Remove flickering from entry widget
* Added switch_page signal to notebook widget
* Documentation additions
* Other bug fixes...

2
README
View File

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

View File

@ -6,7 +6,7 @@ cflags_set=${CFLAGS+set}
GTK_MAJOR_VERSION=0
GTK_MINOR_VERSION=99
GTK_MICRO_VERSION=2
GTK_MICRO_VERSION=3
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
# For automake.

View File

@ -2,7 +2,7 @@
AC_INIT(glist.c)
dnl Initialize automake stuff
AM_INIT_AUTOMAKE(glib, 0.99.2)
AM_INIT_AUTOMAKE(glib, 0.99.3)
# Specify a configuration file
AM_CONFIG_HEADER(glibconfig.h)