Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Wed, 7 Mar 2001 14:22:25 +0000 (14:22 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Wed, 7 Mar 2001 14:22:25 +0000 (14:22 +0000)
2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* Makefile.am, makefile.mingw.in, makefile.msc.in: Set
G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.

* gmodule.def, gmodule.h, gmodule.c: Removed g_log_domain_gmodule.

* docs/reference/glib/glib-sections.txt,
docs/reference/glib/tmpl/messages.sgml: Removed g_log_domain_gmodule.

docs/reference/ChangeLog
docs/reference/glib/glib-sections.txt
docs/reference/glib/tmpl/messages.sgml
gmodule/ChangeLog
gmodule/Makefile.am
gmodule/gmodule.c
gmodule/gmodule.def
gmodule/gmodule.h
gmodule/makefile.mingw.in
gmodule/makefile.msc.in

index fd3aad8..98dad92 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/glib-sections.txt, glib/tmpl/messages.sgml: Removed
+       g_log_domain_gmodule.
+
 2001-02-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/tmpl/threads.sgml: Big update. Almost ready.
index a7b6948..c2bbb37 100644 (file)
@@ -693,7 +693,6 @@ G_BREAKPOINT
 <FILE>messages</FILE>
 G_LOG_DOMAIN
 g_log_domain_glib
-g_log_domain_gmodule
 G_LOG_FATAL_MASK
 G_LOG_LEVEL_USER_SHIFT
 GLogFunc
index 13edc57..2b19d61 100644 (file)
@@ -44,12 +44,6 @@ INCLUDES = \
 </para>
 
 
-<!-- ##### VARIABLE g_log_domain_gmodule ##### -->
-<para>
-
-</para>
-
-
 <!-- ##### MACRO G_LOG_FATAL_MASK ##### -->
 <para>
 GLib log levels that are considered fatal by default.
index 2e81920..ad2b325 100644 (file)
@@ -1,3 +1,10 @@
+2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * Makefile.am, makefile.mingw.in, makefile.msc.in: Set
+       G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.
+
+       * gmodule.def, gmodule.h, gmodule.c: Removed g_log_domain_gmodule.
+
 2001-02-17  Havoc Pennington  <hp@pobox.com>
 
         Applied patch from Soeren Sandmann:
index 497d4c6..7bac888 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gmodule \
-       -DG_LOG_DOMAIN=g_log_domain_gmodule @GLIB_DEBUG_FLAGS@
+       -DG_LOG_DOMAIN=\"GModule\" @GLIB_DEBUG_FLAGS@
 
 EXTRA_DIST =   \
                makefile.mingw.in \
index 29848a3..b735fea 100644 (file)
@@ -82,7 +82,6 @@ static inline GModule*        g_module_find_by_name   (const gchar    *name);
 
 
 /* --- variables --- */
-const char           *g_log_domain_gmodule = "GModule";
 static GModule      *modules = NULL;
 static GModule      *main_module = NULL;
 static GStaticPrivate module_error_private = G_STATIC_PRIVATE_INIT;
index 5af8869..11e0d5d 100644 (file)
@@ -1,5 +1,4 @@
 EXPORTS
-       g_log_domain_gmodule
        g_module_build_path
        g_module_close
        g_module_error
index 18d0353..39d00d7 100644 (file)
@@ -27,7 +27,6 @@
 #ifndef __GMODULE_H__
 #define __GMODULE_H__
 
-extern const char      *g_log_domain_gmodule;
 #include <glib.h>
 
 #ifdef __cplusplus
index 5ce374f..c21511f 100644 (file)
@@ -15,7 +15,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
 # Nothing much configurable below
 
 INCLUDES = -I .. -I .
-DEFINES = -DHAVE_CONFIG_H -DG_LOG_DOMAIN=g_log_domain_gmodule -DG_ENABLE_DEBUG
+DEFINES = -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"GModule\" -DG_ENABLE_DEBUG
 
 BUILD_DLL = ../build-dll
 
index ebc9d4d..47b3c0e 100644 (file)
@@ -13,7 +13,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
 # Nothing much configurable below
 
 INCLUDES = -I .. -I .
-DEFINES = -DHAVE_CONFIG_H -DG_LOG_DOMAIN=g_log_domain_gmodule -DG_ENABLE_DEBUG
+DEFINES = -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"GModule\" -DG_ENABLE_DEBUG
 
 all : \
        gmoduleconf.h \