diff options
author | Tim Janik <timj@gtk.org> | 1999-03-17 02:43:20 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1999-03-17 02:43:20 +0000 |
commit | 2d49bbb044de4ad315ba22f7a32a1342ab8c425d (patch) | |
tree | e254c0c19d872280a7cb6a9a9e766e82e1a6b32b /ChangeLog.pre-2-4 | |
parent | f045ba415af3f1f779639e5a5c96e91c618adfe7 (diff) | |
download | gtk+-2d49bbb044de4ad315ba22f7a32a1342ab8c425d.tar.gz |
build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from
Wed Mar 17 02:49:32 1999 Tim Janik <timj@gtk.org>
* configure.in: build gtkcompat.h from gtkcompat.h.in instead of
gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
* gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
file. strongly deprecated the GTK_HAVE_* macros, we provide
GTK_CHECK_VERSION() for people that need to check for certain
Gtk+ versions.
* gtk/gtkcompat.h: removed this from CVS.
* gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
idea right from the start, it just didn't seem like that back then.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 3e96e67fa9..c5a301ecdb 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,17 @@ +Wed Mar 17 02:49:32 1999 Tim Janik <timj@gtk.org> + + * configure.in: build gtkcompat.h from gtkcompat.h.in instead of + gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0. + + * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this + file. strongly deprecated the GTK_HAVE_* macros, we provide + GTK_CHECK_VERSION() for people that need to check for certain + Gtk+ versions. + + * gtk/gtkcompat.h: removed this from CVS. + * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad + idea right from the start, it just didn't seem like that back then. + Wed Mar 17 01:46:28 1999 Tim Janik <timj@gtk.org> * merges from gtk-1-2: |