diff --git a/ChangeLog b/ChangeLog index 592f5679cfc5415e568b114777bac78603b2bad9..10c0e4ac99ca2e24b51223d51eb903ca5d21e2ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 27 04:18:26 1998 Tim Janik + + * gtkfeatures.h.in: revamped the definitions for 1-1-0, so that all + the new API stuff is reflected in one #define GTK_HAVE_FEATURES_1_1_0. + Mon Jul 27 03:11:20 1998 Tim Janik * gtk/gtkbindings.c (binding_compose_params): fixup, so that enum diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 592f5679cfc5415e568b114777bac78603b2bad9..10c0e4ac99ca2e24b51223d51eb903ca5d21e2ba 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Mon Jul 27 04:18:26 1998 Tim Janik + + * gtkfeatures.h.in: revamped the definitions for 1-1-0, so that all + the new API stuff is reflected in one #define GTK_HAVE_FEATURES_1_1_0. + Mon Jul 27 03:11:20 1998 Tim Janik * gtk/gtkbindings.c (binding_compose_params): fixup, so that enum diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 592f5679cfc5415e568b114777bac78603b2bad9..10c0e4ac99ca2e24b51223d51eb903ca5d21e2ba 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Mon Jul 27 04:18:26 1998 Tim Janik + + * gtkfeatures.h.in: revamped the definitions for 1-1-0, so that all + the new API stuff is reflected in one #define GTK_HAVE_FEATURES_1_1_0. + Mon Jul 27 03:11:20 1998 Tim Janik * gtk/gtkbindings.c (binding_compose_params): fixup, so that enum diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 592f5679cfc5415e568b114777bac78603b2bad9..10c0e4ac99ca2e24b51223d51eb903ca5d21e2ba 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Mon Jul 27 04:18:26 1998 Tim Janik + + * gtkfeatures.h.in: revamped the definitions for 1-1-0, so that all + the new API stuff is reflected in one #define GTK_HAVE_FEATURES_1_1_0. + Mon Jul 27 03:11:20 1998 Tim Janik * gtk/gtkbindings.c (binding_compose_params): fixup, so that enum diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 592f5679cfc5415e568b114777bac78603b2bad9..10c0e4ac99ca2e24b51223d51eb903ca5d21e2ba 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Mon Jul 27 04:18:26 1998 Tim Janik + + * gtkfeatures.h.in: revamped the definitions for 1-1-0, so that all + the new API stuff is reflected in one #define GTK_HAVE_FEATURES_1_1_0. + Mon Jul 27 03:11:20 1998 Tim Janik * gtk/gtkbindings.c (binding_compose_params): fixup, so that enum diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 592f5679cfc5415e568b114777bac78603b2bad9..10c0e4ac99ca2e24b51223d51eb903ca5d21e2ba 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Mon Jul 27 04:18:26 1998 Tim Janik + + * gtkfeatures.h.in: revamped the definitions for 1-1-0, so that all + the new API stuff is reflected in one #define GTK_HAVE_FEATURES_1_1_0. + Mon Jul 27 03:11:20 1998 Tim Janik * gtk/gtkbindings.c (binding_compose_params): fixup, so that enum diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 592f5679cfc5415e568b114777bac78603b2bad9..10c0e4ac99ca2e24b51223d51eb903ca5d21e2ba 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Mon Jul 27 04:18:26 1998 Tim Janik + + * gtkfeatures.h.in: revamped the definitions for 1-1-0, so that all + the new API stuff is reflected in one #define GTK_HAVE_FEATURES_1_1_0. + Mon Jul 27 03:11:20 1998 Tim Janik * gtk/gtkbindings.c (binding_compose_params): fixup, so that enum diff --git a/gtk/gtkfeatures.h.in b/gtk/gtkfeatures.h.in index 609d24db06f54ba6df1f0328437e70880bc59cdf..d88d04fd3ea5f649b20da51aa44fea28c7eda1c1 100644 --- a/gtk/gtkfeatures.h.in +++ b/gtk/gtkfeatures.h.in @@ -45,17 +45,20 @@ extern "C" { */ #define GTK_HAVE_SIGNAL_INIT 1-0-2 -#define GTK_HAVE_RC_SET_IMAGE_LOADER 1-1-0 - -#define GTK_HAVE_ACCEL_GROUP 1-1-0 - -#define GDK_HAVE_FULL_CROSSING_EVENT 1-1-0 - -#define GTK_HAVE_RELIEF_STYLE 1-1-0 +/* Gtk+ 1.1.0 version tag. + * - new gtk_rc_set_image_loader () to install custom image loaders for rc + * files. + * - GtkAccel groups replaced GtkAcceleratorTables + * - Gdk supports full crossing event now. + * - Buttons featur relief styles now. + * - gdk_rgb_*() functions are in place. + * - stringified enum values can be queried for enum types now. + * - new key binding system is in place (GtkBindingSet). + * - simple algorithm for pattern matching is expoted now (GtkPatternSpec). + */ +#define GTK_HAVE_FEATURES_1_1_0 1-1-0 -#define GTK_HAVE_GDK_RGB 1-1-0 -#define GTK_HAVE_ENUM_VALUE_STRUCT 1-1-0 #ifdef __cplusplus }