diff options
author | Raph Levien <raph@src.gnome.org> | 1998-07-15 20:25:52 +0000 |
---|---|---|
committer | Raph Levien <raph@src.gnome.org> | 1998-07-15 20:25:52 +0000 |
commit | 23124810d1f6bd0d653fa24ff78aea9c93ec51e2 (patch) | |
tree | 0707a12d7d9e652cbf193b43169419b58b2e4efc /ChangeLog.pre-2-0 | |
parent | a3c7dca8cf3c88161cdca4069add3e2a9ac75cc7 (diff) | |
download | gtk+-23124810d1f6bd0d653fa24ff78aea9c93ec51e2.tar.gz |
Integrating GdkRgb 0.0.3 into the Gtk+ source tree.
Integrating GdkRgb 0.0.3 into the Gtk+ source tree.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 189395df28..753c024af7 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,22 @@ +Wed Jul 15 12:39:27 1998 Raph Levien <raph@acm.org> + + * This checkin integrates GdkRgb version 0.0.3 into the Gtk 1.1 + source tree. For more information on GdkRgb, please see: + http://www.levien.com/gdkrgb/ + + * gtk/gtkfeatures.h.in (GTK_HAVE_GDK_RGB): added this feature. It + bothers me slightly that the feature is in gdk, and this file is + in gtk, but it's probably ok. + + * gdk/gdk.h: Added an #include of <gdk/gdkrgb.h> + + * gdk/gdkrgb.c: + * gdk/gdkrgb.h: Added this module. + + * Makefile.am (EXTRA_DIST): Added gdkrgb.c and gdkrgb.h files. + + * configure.in: added AC_C_BIGENDIAN test (needed by GdkRgb). + Wed Jul 15 14:20:10 1998 Tim Janik <timj@gtk.org> * gtk/gtksignal.c (gtk_signal_real_emit): pass only the signal_id |