diff options
author | Tim Janik <timj@gtk.org> | 1998-08-18 03:59:41 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-08-18 03:59:41 +0000 |
commit | 7f2909bbab8294c98338ee5512db520c48ced929 (patch) | |
tree | 86bc09d36566944710fc7dd6c1ea5e2cbd59ede9 /ChangeLog.pre-2-0 | |
parent | fdc36ada3f64bb1e9f2afa4c4cfe6c4a56565109 (diff) | |
download | gtk+-7f2909bbab8294c98338ee5512db520c48ced929.tar.gz |
restricted the --g*fatal-* arguments to --g-fatal-warnings again. this
Tue Aug 18 03:54:43 1998 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (gtk_init): restricted the --g*fatal-* arguments
to --g-fatal-warnings again. this option now causes log levels of
WARNING and CRITICAL to abort().
* gdk/gdk.c:
* gdk/gdkdnd.c:
* gdk/gdkcc.c:
* gdk/gdkfont.c:
* gdk/gdkwindow.c:
* gdk/gdkvisual.c:
* gtk/gtkwidget.c:
* gtk/gtktypeutils.c:
* gtk/gtktree.c:
* gtk/gtkfontsel.c:
* gtk/gtkmain.c:
* gtk/gtkobject.c:
* gtk/gtkpreview.c:
* gtk/gtkselection.c:
* gtk/gtktext.c:
* gtk/gtktree.c:
* gtk/gtktreeitem.c:
did a global search&replace to substitute g_print() calls with
g_message(). libraries shouldn't use printf(), g_print() or
g_printerr() at all.
a bunch of the replacements should probably be wrapped into the
G{D|T}K_NOTE() macros, so they are special cased for debugging
purposes in a sane way, avoiding all the nasty #ifdef DEBUG_MY_TEDDY
things.
* gdk/gdkrgb.c: left this out currently.
* gdk/gdkdnd.c: added copyright notice.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 388b6ec14e..6df7e4d270 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,38 @@ +Tue Aug 18 03:54:43 1998 Tim Janik <timj@gtk.org> + + * gtk/gtkmain.c (gtk_init): restricted the --g*fatal-* arguments + to --g-fatal-warnings again. this option now causes log levels of + WARNING and CRITICAL to abort(). + + * gdk/gdk.c: + * gdk/gdkdnd.c: + * gdk/gdkcc.c: + * gdk/gdkfont.c: + * gdk/gdkwindow.c: + * gdk/gdkvisual.c: + * gtk/gtkwidget.c: + * gtk/gtktypeutils.c: + * gtk/gtktree.c: + * gtk/gtkfontsel.c: + * gtk/gtkmain.c: + * gtk/gtkobject.c: + * gtk/gtkpreview.c: + * gtk/gtkselection.c: + * gtk/gtktext.c: + * gtk/gtktree.c: + * gtk/gtktreeitem.c: + did a global search&replace to substitute g_print() calls with + g_message(). libraries shouldn't use printf(), g_print() or + g_printerr() at all. + a bunch of the replacements should probably be wrapped into the + G{D|T}K_NOTE() macros, so they are special cased for debugging + purposes in a sane way, avoiding all the nasty #ifdef DEBUG_MY_TEDDY + things. + + * gdk/gdkrgb.c: left this out currently. + + * gdk/gdkdnd.c: added copyright notice. + Mon Aug 17 17:28:00 Raph Levien <raph@gtk.org> * gdk/gdkrgb.c: Further speedups of the 565_d case. It's |