aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/demo/Makefile.am3
-rw-r--r--addressbook/printing/Makefile.am3
-rw-r--r--camel/ChangeLog11
-rw-r--r--camel/Makefile.am4
-rw-r--r--camel/providers/MH/Makefile.am3
-rw-r--r--camel/providers/maildir/Makefile.am3
-rw-r--r--camel/providers/mbox/Makefile.am3
-rw-r--r--camel/providers/nntp/Makefile.am3
-rw-r--r--camel/providers/pop3/Makefile.am3
-rw-r--r--camel/providers/sendmail/Makefile.am3
-rw-r--r--camel/providers/smtp/Makefile.am3
-rw-r--r--composer/ChangeLog4
-rw-r--r--composer/Makefile.am3
-rw-r--r--e-util/ChangeLog4
-rw-r--r--e-util/Makefile.am3
-rw-r--r--filter/ChangeLog4
-rw-r--r--filter/Makefile.am4
-rw-r--r--libibex/ChangeLog4
-rw-r--r--libibex/Makefile.am3
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/Makefile.am3
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/Makefile.am3
-rw-r--r--tests/Makefile.am3
-rw-r--r--tests/ui-tests/Makefile.am3
-rw-r--r--widgets/e-table/ChangeLog4
-rw-r--r--widgets/e-table/Makefile.am3
-rw-r--r--widgets/e-text/Makefile.am3
-rw-r--r--widgets/meeting-time-sel/Makefile.am3
-rw-r--r--widgets/shortcut-bar/ChangeLog4
-rw-r--r--widgets/shortcut-bar/Makefile.am3
33 files changed, 99 insertions, 24 deletions
diff --git a/ChangeLog b/ChangeLog
index 0eb26351c8..3d7faf07bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-05-02 Matt Loper <matt@helixcode.com>
+
+ * tests/Makefile.am: set G_LOG_DOMAIN.
+ * tests/ui-tests/Makefile.am: same.
+ * widgets/e-text/Makefile.am: same.
+ * widgets/meeting-time-sel/Makefile.am: same.
+
2000-05-01 NotZed <NotZed@HelixCode.com>
* tests/test11.c (main): *sigh* moved back to sync api.
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index f15410ebba..ecffdfbe5e 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-02 Matt Loper <matt@helixcode.com>
+
+ * demo/Makefile.am: set G_LOG_DOMAIN.
+ * printing/Makefile.am: same.
+
2000-05-01 Christopher James Lahey <clahey@helixcode.com>
* backend/pas/pas-book-factory.c: Add back in the
diff --git a/addressbook/demo/Makefile.am b/addressbook/demo/Makefile.am
index 84869488cc..1a7e4e6d01 100644
--- a/addressbook/demo/Makefile.am
+++ b/addressbook/demo/Makefile.am
@@ -12,7 +12,8 @@ INCLUDES = \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
-DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \
- -DCAMEL_PROVIDERDIR=\""$(providerdir)"\"
+ -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \
+ -DG_LOG_DOMAIN=\"addressbook-demo\"
noinst_PROGRAMS = \
test-addressbook
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am
index 7095171859..7900653e26 100644
--- a/addressbook/printing/Makefile.am
+++ b/addressbook/printing/Makefile.am
@@ -5,7 +5,8 @@ CPPFLAGS = \
$(GNOME_PRINT_CFLAGS)
INCLUDES = \
- $(GNOME_INCLUDEDIR)
+ $(GNOME_INCLUDEDIR) \
+ -DG_LOG_DOMAIN=\"addressbook-printing\"
noinst_LIBRARIES = \
libecontactprint.a
diff --git a/camel/ChangeLog b/camel/ChangeLog
index bcafb56e19..b1c128f973 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,14 @@
+2000-05-02 Matt Loper <matt@helixcode.com>
+
+ * Makefile.am: set G_LOG_DOMAIN.
+ * providers/MH/Makefile.am: same.
+ * providers/maildir/Makefile.am: same.
+ * providers/mbox/Makefile.am: same.
+ * providers/nntp/Makefile.am: same.
+ * providers/pop3/Makefile.am: same.
+ * providers/sendmail/Makefile.am: same.
+ * providers/smtp/Makefile.am: same.
+
2000-05-02 NotZed <NotZed@HelixCode.com>
* providers/mbox/camel-mbox-search.c
diff --git a/camel/Makefile.am b/camel/Makefile.am
index a53e3fd564..d8696a3f59 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -10,8 +10,8 @@ lib_LTLIBRARIES = libcamel.la
INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \
-I$(top_srcdir)/intl \
$(GTK_INCLUDEDIR) \
- -DCAMEL_PROVIDERDIR=\""$(providerdir)"\"
-
+ -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \
+ -DG_LOG_DOMAIN=\"camel\"
if ENABLE_THREADS
diff --git a/camel/providers/MH/Makefile.am b/camel/providers/MH/Makefile.am
index dab6bec199..59662a07dd 100644
--- a/camel/providers/MH/Makefile.am
+++ b/camel/providers/MH/Makefile.am
@@ -9,7 +9,8 @@ lib_LTLIBRARIES = libcamelmh.la
INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \
-I$(top_srcdir)/intl \
- $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel
+ $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \
+ -DG_LOG_DOMAIN=\"camel-mh-provider\"
libcamelmh_la_SOURCES = \
camel-mh-folder.c \
diff --git a/camel/providers/maildir/Makefile.am b/camel/providers/maildir/Makefile.am
index 51a0d7327b..07f05d443b 100644
--- a/camel/providers/maildir/Makefile.am
+++ b/camel/providers/maildir/Makefile.am
@@ -7,7 +7,8 @@ libcamelmaildirincludedir = $(includedir)/camel
lib_LTLIBRARIES = libcamelmaildir.la
INCLUDES = -I.. -I$(srcdir)/.. -I$(top_srcdir)/intl -I$(top_srcdir)/camel \
- $(GTK_INCLUDEDIR) -I$(includedir)
+ $(GTK_INCLUDEDIR) -I$(includedir) \
+ -DG_LOG_DOMAIN=\"camel-maildir-provider\"
libcamelmaildir_la_SOURCES = \
camel-maildir-folder.c \
diff --git a/camel/providers/mbox/Makefile.am b/camel/providers/mbox/Makefile.am
index 25a26e25db..0597a68a57 100644
--- a/camel/providers/mbox/Makefile.am
+++ b/camel/providers/mbox/Makefile.am
@@ -18,7 +18,8 @@ INCLUDES = -I.. \
-I$(top_srcdir)/e-util \
-I$(top_srcdir) \
-I$(includedir) \
- $(GTK_INCLUDEDIR)
+ $(GTK_INCLUDEDIR) \
+ -DG_LOG_DOMAIN=\"camel-mbox-provider\"
libcamelmbox_la_SOURCES = \
camel-mbox-folder.c \
diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am
index ec393ea907..200011c4dc 100644
--- a/camel/providers/nntp/Makefile.am
+++ b/camel/providers/nntp/Makefile.am
@@ -12,7 +12,8 @@ provider_DATA = libcamelnntp.urls
INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \
-I$(top_srcdir)/intl \
$(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \
- -I$(srcdir)/../mbox
+ -I$(srcdir)/../mbox \
+ -DG_LOG_DOMAIN=\"camel-nntp-provider\"
libcamelnntp_la_SOURCES = \
camel-nntp-folder.c \
diff --git a/camel/providers/pop3/Makefile.am b/camel/providers/pop3/Makefile.am
index 4775c866d1..49bb2fc254 100644
--- a/camel/providers/pop3/Makefile.am
+++ b/camel/providers/pop3/Makefile.am
@@ -17,7 +17,8 @@ INCLUDES = \
-I$(top_srcdir)/intl \
$(GTK_INCLUDEDIR) \
-I$(top_srcdir)/camel \
- -I$(srcdir)/../mbox
+ -I$(srcdir)/../mbox \
+ -DG_LOG_DOMAIN=\"camel-pop3-provider\"
libcamelpop3_la_SOURCES = \
camel-pop3-folder.c \
diff --git a/camel/providers/sendmail/Makefile.am b/camel/providers/sendmail/Makefile.am
index 0c12a6e23d..511c860315 100644
--- a/camel/providers/sendmail/Makefile.am
+++ b/camel/providers/sendmail/Makefile.am
@@ -16,7 +16,8 @@ INCLUDES = \
-I$(srcdir)/../../.. \
-I$(includedir) \
-I$(top_srcdir)/intl \
- $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel
+ $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \
+ -DG_LOG_DOMAIN=\"camel-sendmail-provider\"
libcamelsendmail_la_SOURCES = \
camel-sendmail-provider.c \
diff --git a/camel/providers/smtp/Makefile.am b/camel/providers/smtp/Makefile.am
index 8c49e8778b..b14375bfc0 100644
--- a/camel/providers/smtp/Makefile.am
+++ b/camel/providers/smtp/Makefile.am
@@ -16,7 +16,8 @@ INCLUDES = \
-I$(includedir) \
-I$(top_srcdir)/intl \
$(GTK_INCLUDEDIR) \
- -I$(top_srcdir)/camel
+ -I$(top_srcdir)/camel \
+ -DG_LOG_DOMAIN=\"camel-smtp-provider\"
libcamelsmtp_la_SOURCES = \
camel-smtp-provider.c \
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 470f00fc06..a02167ef55 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-02 Matt Loper <matt@helixcode.com>
+
+ * Makefile.am: set G_LOG_DOMAIN.
+
2000-04-28 Dan Winship <danw@helixcode.com>
* e-msg-composer-hdrs.c (set_recipients): Update (minimally) for
diff --git a/composer/Makefile.am b/composer/Makefile.am
index b292516bc5..f5d63ab55c 100644
--- a/composer/Makefile.am
+++ b/composer/Makefile.am
@@ -15,7 +15,8 @@ INCLUDES = \
-I$(top_srcdir)/camel \
-I$(top_builddir)/camel \
$(GNOME_INCLUDEDIR) \
- $(BONOBO_GNOME_CFLAGS)
+ $(BONOBO_GNOME_CFLAGS) \
+ -DG_LOG_DOMAIN=\"composer\"
CPPFLAGS = \
-DE_GLADEDIR=\"$(gladedir)\"
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 8c62ab6dd2..aa338ae2c4 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-02 Matt Loper <matt@helixcode.com>
+
+ * Makefile.am: set G_LOG_DOMAIN.
+
2000-05-01 Ettore Perazzoli <ettore@helixcode.com>
* e-xml-utils.c, e-xml-utils.h: Constified all the functions.
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 19c757e580..3445e4225a 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -1,5 +1,6 @@
INCLUDES = \
- $(GNOME_INCLUDEDIR)
+ $(GNOME_INCLUDEDIR) \
+ -DG_LOG_DOMAIN=\"e-utils\"
noinst_LTLIBRARIES = libeutil.la
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 0b46e59899..4a67900378 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-02 Matt Loper <matt@helixcode.com>
+
+ * Makefile.am: set G_LOG_DOMAIN.
+
2000-05-01 NotZed <NotZed@HelixCode.com>
* filter-driver.c (main): Fix for api.
diff --git a/filter/Makefile.am b/filter/Makefile.am
index fe6fc61871..9ad13e5afe 100644
--- a/filter/Makefile.am
+++ b/filter/Makefile.am
@@ -5,8 +5,8 @@ INCLUDES = \
-I $(top_srcdir)/e-util \
-I $(top_srcdir)/camel/providers/mbox \
-I $(GNOME_INCLUDEDIR) \
- $(GTKHTML_CFLAGS)
-
+ $(GTKHTML_CFLAGS) \
+ -DG_LOG_DOMAIN=\"filter\"
##
noinst_PROGRAMS = \
diff --git a/libibex/ChangeLog b/libibex/ChangeLog
index bc6d1d520a..ceb75a4e51 100644
--- a/libibex/ChangeLog
+++ b/libibex/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-02 Matt Loper <matt@helixcode.com>
+
+ * Makefile.am: set G_LOG_DOMAIN.
+
2000-04-12 NotZed <NotZed@HelixCode.com>
* find.c (ibex_dump_all): Debug function to dump the whole index
diff --git a/libibex/Makefile.am b/libibex/Makefile.am
index a8949d1c40..c9e8165987 100644
--- a/libibex/Makefile.am
+++ b/libibex/Makefile.am
@@ -7,7 +7,8 @@ libibex_la_LDFLAGS = -static
noinst_HEADERS = ibex_internal.h
-INCLUDES = -I$(srcdir) $(GLIB_CFLAGS) $(UNICODE_CFLAGS)
+INCLUDES = -I$(srcdir) $(GLIB_CFLAGS) $(UNICODE_CFLAGS) \
+ -DG_LOG_DOMAIN=\"libibex\"
noinst_PROGRAMS = mkindex lookup
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 03bf78a082..d4de022aa8 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-02 Matt Loper <matt@helixcode.com>
+
+ * Makefile.am: set G_LOG_DOMAIN.
+
2000-05-02 Larry Ewing <lewing@helixcode.com>
* message-list.c (message_list_set_search): only free search if it
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 4757995bf1..0962c13457 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -16,7 +16,8 @@ INCLUDES = \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
-DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \
- -DCAMEL_PROVIDERDIR=\""$(providerdir)"\"
+ -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \
+ -DG_LOG_DOMAIN=\"evolution-mail\"
EVOLUTION_MAIL_CORBA_GENERATED = \
Mail.h \
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 9eae48d91f..7012848a70 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-02 Matt Loper <matt@helixcode.com>
+
+ * Makefile.am: set G_LOG_DOMAIN.
+
2000-05-01 Dan Winship <danw@helixcode.com>
* e-shell-view.c (e_shell_view_set_view): Turn off control frame
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 5bdbe11e14..89f46991b3 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -8,7 +8,8 @@ INCLUDES = \
$(BONOBO_GNOME_CFLAGS) \
-DEVOLUTION_IMAGES=\""$(imagesdir)"\" \
-DEVOLUTION_VERSION=\""$(VERSION)"\" \
- -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\"
+ -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \
+ -DG_LOG_DOMAIN=\"evolution-shell\"
EVOLUTION_CORBA_GENERATED = \
Evolution.h \
diff --git a/tests/Makefile.am b/tests/Makefile.am
index bce09185fb..fa19264d26 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,7 +2,8 @@
INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir) -I$(top_srcdir)/camel \
-I$(includedir) -I$(top_srcdir)/camel/providers/pop3 \
- -I$(top_srcdir)/camel/providers/mbox -I$(top_srcdir)/camel/providers/nntp
+ -I$(top_srcdir)/camel/providers/mbox -I$(top_srcdir)/camel/providers/nntp \
+ -DG_LOG_DOMAIN=\"evolution-tests\"
LDADD = \
$(top_builddir)/camel/libcamel.la \
diff --git a/tests/ui-tests/Makefile.am b/tests/ui-tests/Makefile.am
index 9226b395ad..e61a054093 100644
--- a/tests/ui-tests/Makefile.am
+++ b/tests/ui-tests/Makefile.am
@@ -7,7 +7,8 @@ INCLUDES = \
-I$(top_srcdir)/camel/providers/MH \
-I$(top_srcdir)/widgets \
-I$(top_srcdir)/filter \
- $(EXTRA_GNOME_CFLAGS) $(BONOBO_GNOME_CFLAGS)
+ $(EXTRA_GNOME_CFLAGS) $(BONOBO_GNOME_CFLAGS) \
+ -DG_LOG_DOMAIN=\"evolution-ui-tests\"
LDADD = \
$(top_builddir)/widgets/libevolutionwidgets.la \
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog
index 6fa1af85d8..8baf423c5d 100644
--- a/widgets/e-table/ChangeLog
+++ b/widgets/e-table/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-02 Matt Loper <matt@helixcode.com>
+
+ * Makefile.am: set G_LOG_DOMAIN.
+
2000-04-30 Christopher James Lahey <clahey@helixcode.com>
* e-table-header-item.c: Made this more reentrant.
diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am
index 1ccff682c5..cdfe579b82 100644
--- a/widgets/e-table/Makefile.am
+++ b/widgets/e-table/Makefile.am
@@ -14,7 +14,8 @@ INCLUDES = \
-DETABLE_GLADEDIR=\""$(gladedir)"\" \
-I$(top_srcdir)/widgets/e-text \
-I$(top_srcdir)/e-util \
- -I$(top_srcdir)
+ -I$(top_srcdir) \
+ -DG_LOG_DOMAIN=\"e-table\"
noinst_LIBRARIES = \
libetable.a
diff --git a/widgets/e-text/Makefile.am b/widgets/e-text/Makefile.am
index e7cc4ea7e1..3725b20fb4 100644
--- a/widgets/e-text/Makefile.am
+++ b/widgets/e-text/Makefile.am
@@ -1,6 +1,7 @@
INCLUDES = \
-I$(top_srcdir) \
- $(GNOME_INCLUDEDIR)
+ $(GNOME_INCLUDEDIR) \
+ -DG_LOG_DOMAIN=\"e-text\"
noinst_LIBRARIES = \
libetext.a
diff --git a/widgets/meeting-time-sel/Makefile.am b/widgets/meeting-time-sel/Makefile.am
index efe9900dd8..fcf735c9bc 100644
--- a/widgets/meeting-time-sel/Makefile.am
+++ b/widgets/meeting-time-sel/Makefile.am
@@ -1,6 +1,7 @@
INCLUDES = \
- $(GNOME_INCLUDEDIR)
+ $(GNOME_INCLUDEDIR) \
+ -DG_LOG_DOMAIN=\"meeting-time-sel\"
noinst_LIBRARIES = \
libevolutionmtsel.a
diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog
index e4ec9ba679..cbe187f9e4 100644
--- a/widgets/shortcut-bar/ChangeLog
+++ b/widgets/shortcut-bar/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-02 Matt Loper <matt@helixcode.com>
+
+ * Makefile.am: set G_LOG_DOMAIN.
+
2000-04-16 Damon Chaplin <damon@helixcode.com>
* test-shortcut-bar.c: added buttons to test moving/reordering groups.
diff --git a/widgets/shortcut-bar/Makefile.am b/widgets/shortcut-bar/Makefile.am
index a89b3dfe8b..66893fefb0 100644
--- a/widgets/shortcut-bar/Makefile.am
+++ b/widgets/shortcut-bar/Makefile.am
@@ -4,7 +4,8 @@ noinst_PROGRAMS = test-shortcut-bar
INCLUDES = \
-DEVOLUTION_VERSION=\""$(VERSION)"\" \
- $(EXTRA_GNOME_CFLAGS)
+ $(EXTRA_GNOME_CFLAGS) \
+ -DG_LOG_DOMAIN=\"shortcut-bar\"
libshortcut_bar_a_SOURCES = \
e-clipped-label.c \