summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2000-08-01 10:06:53 +0000
committerMartin Baulig <martin@src.gnome.org>2000-08-01 10:06:53 +0000
commitd0893cc5dd8bf29995e597f90d5a2873b1167c61 (patch)
tree803731b32163cb2c5627224421430620f1e5b9c0
parent4d721750872187fdba7bc580d2974cd2436ca742 (diff)
downloadgtk+-d0893cc5dd8bf29995e597f90d5a2873b1167c61.tar.gz
Use g_message() and not g_warning() to display the message that this is a
2000-08-01 Martin Baulig <baulig@suse.de> * 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+.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-05
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-25
-rw-r--r--ChangeLog.pre-2-45
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--gtk/gtkmain.c2
8 files changed, 36 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c4d03bb230..8f0be3ee27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-01 Martin Baulig <baulig@suse.de>
+
+ * 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 <otaylor@redhat.com>
* 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 <baulig@suse.de>
+
+ * 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 <otaylor@redhat.com>
* 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 <baulig@suse.de>
+
+ * 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 <otaylor@redhat.com>
* 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 <baulig@suse.de>
+
+ * 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 <otaylor@redhat.com>
* 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 <baulig@suse.de>
+
+ * 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 <otaylor@redhat.com>
* 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 <baulig@suse.de>
+
+ * 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 <otaylor@redhat.com>
* 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 <baulig@suse.de>
+
+ * 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 <otaylor@redhat.com>
* 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"