diff --git a/ChangeLog b/ChangeLog index c4d03bb230..8f0be3ee27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-08-01 Martin Baulig + + * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() + to display the message that this is a development version of GTK+. + Mon Jul 31 18:37:36 2000 Owen Taylor * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index c4d03bb230..8f0be3ee27 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2000-08-01 Martin Baulig + + * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() + to display the message that this is a development version of GTK+. + Mon Jul 31 18:37:36 2000 Owen Taylor * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c4d03bb230..8f0be3ee27 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2000-08-01 Martin Baulig + + * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() + to display the message that this is a development version of GTK+. + Mon Jul 31 18:37:36 2000 Owen Taylor * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index c4d03bb230..8f0be3ee27 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2000-08-01 Martin Baulig + + * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() + to display the message that this is a development version of GTK+. + Mon Jul 31 18:37:36 2000 Owen Taylor * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c4d03bb230..8f0be3ee27 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2000-08-01 Martin Baulig + + * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() + to display the message that this is a development version of GTK+. + Mon Jul 31 18:37:36 2000 Owen Taylor * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c4d03bb230..8f0be3ee27 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2000-08-01 Martin Baulig + + * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() + to display the message that this is a development version of GTK+. + Mon Jul 31 18:37:36 2000 Owen Taylor * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c4d03bb230..8f0be3ee27 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2000-08-01 Martin Baulig + + * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() + to display the message that this is a development version of GTK+. + Mon Jul 31 18:37:36 2000 Owen Taylor * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index a149c9df0f..ae728c81e1 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -450,7 +450,7 @@ gtk_init_check (int *argc, #ifndef G_OS_WIN32 /* No use warning on Win32, there aren't any non-devel versions anyhow... */ - g_warning ("" "YOU ARE USING THE DEVEL BRANCH 1.3.x OF GTK+ WHICH IS CURRENTLY\n" + g_message ("" "YOU ARE USING THE DEVEL BRANCH 1.3.x OF GTK+ WHICH IS CURRENTLY\n" " UNDER HEAVY DEVELOPMENT AND FREQUENTLY INTRODUCES INSTABILITIES.\n" " if you don't know why you are getting this, you probably want to\n" " use the stable branch which can be retrived from\n"