diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 4 | ||||
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | glib/configure.in | 2 |
10 files changed, 42 insertions, 2 deletions
@@ -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 diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index dea5983e6b..d940555f65 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -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 diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index dea5983e6b..d940555f65 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -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 diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index dea5983e6b..d940555f65 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -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 diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index dea5983e6b..d940555f65 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -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 diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index dea5983e6b..d940555f65 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -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 diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index dea5983e6b..d940555f65 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -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 @@ -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. @@ -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: diff --git a/glib/configure.in b/glib/configure.in index 9925feebb5..d4bd55a2e7 100644 --- a/glib/configure.in +++ b/glib/configure.in @@ -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) |