summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-08-16 21:15:11 +0000
committerTim Janik <timj@src.gnome.org>1998-08-16 21:15:11 +0000
commit31de6ff4e08c6bac186706f434089b30bc8c2770 (patch)
tree3e2c3feeeb3990dab9e147e62d4fc8f1f9e6e452 /ChangeLog.pre-2-0
parenta4a3c87b3d3514cf6712f51a3cf235904ca035e5 (diff)
downloadgtk+-31de6ff4e08c6bac186706f434089b30bc8c2770.tar.gz
fatal warning option is split up now, "--g-fatal-warnings" causes fatal
Sun Aug 16 20:51:59 1998 Tim Janik <timj@gtk.org> * gtk/gtkmain.c (gtk_init): fatal warning option is split up now, "--g-fatal-warnings" causes fatal warnings in GLib, "--gdk-fatal-warnings" causes fatal warnings in Gdk, "--gtk-fatal-warnings" causes fatal warnings in Gtk. * gtk/Makefile.am: define G_LOG_DOMAIN for gtk. * gdk/Makefile.am: define G_LOG_DOMAIN for gdk. * gtk/testgtk.c: * gdk/gxid.c: we need ugly #undef G_LOG_DOMAIN at the start of these files currently, since automake doesn't support per target _CFLAGS yet. * configure.in: require GLib 1.1.3.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-017
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 8bf2e9cc90..18e910d53b 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,20 @@
+Sun Aug 16 20:51:59 1998 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkmain.c (gtk_init): fatal warning option is split up now,
+ "--g-fatal-warnings" causes fatal warnings in GLib,
+ "--gdk-fatal-warnings" causes fatal warnings in Gdk,
+ "--gtk-fatal-warnings" causes fatal warnings in Gtk.
+
+ * gtk/Makefile.am: define G_LOG_DOMAIN for gtk.
+ * gdk/Makefile.am: define G_LOG_DOMAIN for gdk.
+
+ * gtk/testgtk.c:
+ * gdk/gxid.c:
+ we need ugly #undef G_LOG_DOMAIN at the start of these files currently,
+ since automake doesn't support per target _CFLAGS yet.
+
+ * configure.in: require GLib 1.1.3.
+
Sat Aug 15 03:19:30 1998 John Ellis <johne@bellatlantic.net>
* gtk/gtkctree.[ch] (gtk_ctree_set_drag_compare_func): New function