[evolution-patches] Evolution 1.4 Patch
- From: JP Rosevear <jpr ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] Evolution 1.4 Patch
- Date: Mon, 16 Feb 2004 12:58:50 -0500
Patch for getting rid of the evolution disable deprecated flags in 1.4
-JP
--
JP Rosevear <jpr ximian com>
Ximian, Inc.
? autom4te.cache
? evo-dep.patch
? help/C/evolution-1.4-C.omf.out
? help/C/omf_timestamp
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/ChangeLog,v
retrieving revision 1.1215.2.12
diff -u -r1.1215.2.12 ChangeLog
--- ChangeLog 24 Oct 2003 21:25:46 -0000 1.1215.2.12
+++ ChangeLog 16 Feb 2004 17:55:46 -0000
@@ -1,3 +1,7 @@
+2004-02-16 JP Rosevear <jpr ximian com>
+
+ * tools/Makefile.am: remove disable deprecated flags
+
2003-10-17 Jeffrey Stedfast <fejj ximian com>
* configure.in: added a configure check for AI_ADDRCONFIG
Index: addressbook/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1435.2.24
diff -u -r1.1435.2.24 ChangeLog
--- addressbook/ChangeLog 1 Dec 2003 17:35:44 -0000 1.1435.2.24
+++ addressbook/ChangeLog 16 Feb 2004 17:55:47 -0000
@@ -1,3 +1,7 @@
+2004-02-16 JP Rosevear <jpr ximian com>
+
+ * */Makefile.am: remove disable deprecated flags
+
2003-12-01 Frederic Crozat <fcrozat mandrakesoft com>
* gui/component/e-address-widget.c: (e_address_widget_new_control):
Index: addressbook/backend/ebook/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/backend/ebook/Attic/Makefile.am,v
retrieving revision 1.66
diff -u -r1.66 Makefile.am
--- addressbook/backend/ebook/Makefile.am 11 Jun 2003 04:04:17 -0000 1.66
+++ addressbook/backend/ebook/Makefile.am 16 Feb 2004 17:55:47 -0000
@@ -45,8 +45,6 @@
-I$(top_builddir)/addressbook/ename \
-I$(top_builddir)/shell \
-I$(top_srcdir)/shell \
- -DG_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
privlib_LTLIBRARIES = libebook.la libebook-static.la
Index: addressbook/backend/pas/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/backend/pas/Attic/Makefile.am,v
retrieving revision 1.34
diff -u -r1.34 Makefile.am
--- addressbook/backend/pas/Makefile.am 6 Feb 2003 23:24:44 -0000 1.34
+++ addressbook/backend/pas/Makefile.am 16 Feb 2004 17:55:47 -0000
@@ -23,8 +23,6 @@
-I$(top_srcdir) \
-I$(top_srcdir)/addressbook/backend \
-I$(top_builddir)/addressbook/backend \
- -DG_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
LDAP_SCHEMA = \
Index: addressbook/gui/component/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/Makefile.am,v
retrieving revision 1.87
diff -u -r1.87 Makefile.am
--- addressbook/gui/component/Makefile.am 11 Jun 2003 04:04:18 -0000 1.87
+++ addressbook/gui/component/Makefile.am 16 Feb 2004 17:55:47 -0000
@@ -21,10 +21,6 @@
-DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \
-DPREFIX=\""$(prefix)"\" \
$(LDAP_CFLAGS) \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
- -DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
component_LTLIBRARIES = libevolution-addressbook.la
Index: addressbook/gui/component/select-names/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/select-names/Makefile.am,v
retrieving revision 1.42.4.1
diff -u -r1.42.4.1 Makefile.am
--- addressbook/gui/component/select-names/Makefile.am 11 Sep 2003 20:41:16 -0000 1.42.4.1
+++ addressbook/gui/component/select-names/Makefile.am 16 Feb 2004 17:55:47 -0000
@@ -43,10 +43,6 @@
-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \
-DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \
-DPREFIX=\""$(prefix)"\" \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
- -DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
noinst_LTLIBRARIES = libeselectnames.la
Index: addressbook/gui/contact-editor/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/contact-editor/Makefile.am,v
retrieving revision 1.49
diff -u -r1.49 Makefile.am
--- addressbook/gui/contact-editor/Makefile.am 18 Apr 2003 17:44:15 -0000 1.49
+++ addressbook/gui/contact-editor/Makefile.am 16 Feb 2004 17:55:47 -0000
@@ -12,10 +12,6 @@
-DEVOLUTION_UIDIR=\""$(evolutionuidir)\"" \
-DPREFIX=\""$(prefix)"\" \
-DG_LOG_DOMAIN=\"contact-editor\" \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
- -DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
noinst_LTLIBRARIES = \
Index: addressbook/gui/contact-list-editor/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/contact-list-editor/Makefile.am,v
retrieving revision 1.18
diff -u -r1.18 Makefile.am
--- addressbook/gui/contact-list-editor/Makefile.am 18 Apr 2003 17:44:16 -0000 1.18
+++ addressbook/gui/contact-list-editor/Makefile.am 16 Feb 2004 17:55:47 -0000
@@ -13,10 +13,6 @@
-DEVOLUTION_UIDIR=\""$(evolutionuidir)\"" \
-DPREFIX=\""$(prefix)"\" \
-DG_LOG_DOMAIN=\"contact-list-editor\" \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
- -DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
noinst_LTLIBRARIES = \
Index: addressbook/gui/merging/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/merging/Makefile.am,v
retrieving revision 1.10
diff -u -r1.10 Makefile.am
--- addressbook/gui/merging/Makefile.am 28 Feb 2003 21:59:33 -0000 1.10
+++ addressbook/gui/merging/Makefile.am 16 Feb 2004 17:55:47 -0000
@@ -4,10 +4,6 @@
-I$(top_srcdir) \
-I$(top_srcdir)/addressbook/backend \
-I$(top_builddir)/addressbook/backend \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
- -DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
noinst_LTLIBRARIES = \
Index: addressbook/gui/search/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/search/Makefile.am,v
retrieving revision 1.14
diff -u -r1.14 Makefile.am
--- addressbook/gui/search/Makefile.am 28 Feb 2003 21:59:34 -0000 1.14
+++ addressbook/gui/search/Makefile.am 16 Feb 2004 17:55:47 -0000
@@ -13,10 +13,6 @@
-I$(top_srcdir)/widgets/misc \
-I$(top_builddir)/shell \
-DSEARCH_RULE_DIR=\"$(ruledir)\" \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
- -DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
noinst_LTLIBRARIES = \
Index: addressbook/gui/widgets/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/widgets/Makefile.am,v
retrieving revision 1.61
diff -u -r1.61 Makefile.am
--- addressbook/gui/widgets/Makefile.am 28 Feb 2003 21:59:36 -0000 1.61
+++ addressbook/gui/widgets/Makefile.am 16 Feb 2004 17:55:47 -0000
@@ -11,10 +11,6 @@
-I$(top_srcdir)/addressbook/gui/component \
-I$(top_srcdir)/widgets/misc \
-I$(top_builddir)/shell \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
- -DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
CORBA_COMPOSER_SOURCE_H = \
Index: addressbook/tools/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/tools/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- addressbook/tools/Makefile.am 7 Apr 2003 16:21:03 -0000 1.1
+++ addressbook/tools/Makefile.am 16 Feb 2004 17:55:47 -0000
@@ -13,7 +13,6 @@
-I$(top_srcdir)/addressbook \
-I$(top_srcdir)/addressbook/backend \
-I$(top_builddir)/addressbook/backend \
- -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \
$(GNOME_FULL_CFLAGS)
evolution_addressbook_export_SOURCES = \
Index: camel/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/camel/ChangeLog,v
retrieving revision 1.1836.2.24
diff -u -r1.1836.2.24 ChangeLog
--- camel/ChangeLog 13 Feb 2004 19:55:33 -0000 1.1836.2.24
+++ camel/ChangeLog 16 Feb 2004 17:55:48 -0000
@@ -1,3 +1,7 @@
+2004-02-16 JP Rosevear <jpr ximian com>
+
+ * */Makefile.am: remove disable deprecated flags
+
2004-02-12 Jeffrey Stedfast <fejj ximian com>
* camel-file-utils.c (camel_file_util_encode_string): Since
Index: camel/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/camel/Makefile.am,v
retrieving revision 1.184
diff -u -r1.184 Makefile.am
--- camel/Makefile.am 12 Jun 2003 21:13:56 -0000 1.184
+++ camel/Makefile.am 16 Feb 2004 17:55:48 -0000
@@ -16,7 +16,6 @@
-DCAMEL_LIBEXECDIR=\""$(camellibexecdir)"\" \
-DCAMEL_PROVIDERDIR=\""$(camel_providerdir)"\" \
-DG_LOG_DOMAIN=\"camel\" \
- -DG_DISABLE_DEPRECATED \
$(CAMEL_CFLAGS)
libcamel_la_SOURCES = \
Index: camel/providers/imap/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/camel/providers/imap/Makefile.am,v
retrieving revision 1.29
diff -u -r1.29 Makefile.am
--- camel/providers/imap/Makefile.am 5 Feb 2003 22:34:10 -0000 1.29
+++ camel/providers/imap/Makefile.am 16 Feb 2004 17:55:48 -0000
@@ -14,8 +14,7 @@
$(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(GTK_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"camel-imap-provider\" \
- -DG_DISABLE_DEPRECATED
+ -DG_LOG_DOMAIN=\"camel-imap-provider\"
libcamelimap_la_SOURCES = \
camel-imap-command.c \
Index: camel/providers/local/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/camel/providers/local/Makefile.am,v
retrieving revision 1.15
diff -u -r1.15 Makefile.am
--- camel/providers/local/Makefile.am 5 Feb 2003 22:34:10 -0000 1.15
+++ camel/providers/local/Makefile.am 16 Feb 2004 17:55:48 -0000
@@ -14,8 +14,7 @@
$(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(GTK_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"camel-local-provider\" \
- -DG_DISABLE_DEPRECATED
+ -DG_LOG_DOMAIN=\"camel-local-provider\"
libcamellocal_la_SOURCES = \
camel-local-folder.c \
Index: camel/providers/nntp/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/camel/providers/nntp/Makefile.am,v
retrieving revision 1.26
diff -u -r1.26 Makefile.am
--- camel/providers/nntp/Makefile.am 5 Feb 2003 22:34:11 -0000 1.26
+++ camel/providers/nntp/Makefile.am 16 Feb 2004 17:55:48 -0000
@@ -13,8 +13,7 @@
$(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(GTK_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"camel-nntp-provider\" \
- -DG_DISABLE_DEPRECATED
+ -DG_LOG_DOMAIN=\"camel-nntp-provider\"
libcamelnntp_la_SOURCES = \
camel-nntp-provider.c \
Index: camel/providers/pop3/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/camel/providers/pop3/Makefile.am,v
retrieving revision 1.17
diff -u -r1.17 Makefile.am
--- camel/providers/pop3/Makefile.am 5 Feb 2003 22:34:12 -0000 1.17
+++ camel/providers/pop3/Makefile.am 16 Feb 2004 17:55:48 -0000
@@ -15,8 +15,7 @@
$(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(GTK_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"camel-pop3-provider\" \
- -DG_DISABLE_DEPRECATED
+ -DG_LOG_DOMAIN=\"camel-pop3-provider\"
libcamelpop3_la_SOURCES = \
camel-pop3-engine.c \
Index: camel/providers/sendmail/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/camel/providers/sendmail/Makefile.am,v
retrieving revision 1.13
diff -u -r1.13 Makefile.am
--- camel/providers/sendmail/Makefile.am 5 Feb 2003 22:34:16 -0000 1.13
+++ camel/providers/sendmail/Makefile.am 16 Feb 2004 17:55:48 -0000
@@ -14,8 +14,7 @@
$(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(GTK_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"camel-sendmail-provider\" \
- -DG_DISABLE_DEPRECATED
+ -DG_LOG_DOMAIN=\"camel-sendmail-provider\"
libcamelsendmail_la_SOURCES = \
camel-sendmail-provider.c \
Index: camel/providers/smtp/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/camel/providers/smtp/Makefile.am,v
retrieving revision 1.18
diff -u -r1.18 Makefile.am
--- camel/providers/smtp/Makefile.am 5 Feb 2003 22:34:18 -0000 1.18
+++ camel/providers/smtp/Makefile.am 16 Feb 2004 17:55:48 -0000
@@ -18,8 +18,7 @@
$(NSPR_CFLAGS) \
$(NSS_CFLAGS) \
$(OPENSSL_CFLAGS) \
- -DG_LOG_DOMAIN=\"camel-smtp-provider\" \
- -DG_DISABLE_DEPRECATED
+ -DG_LOG_DOMAIN=\"camel-smtp-provider\"
libcamelsmtp_la_SOURCES = \
camel-smtp-provider.c \
Index: composer/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/composer/ChangeLog,v
retrieving revision 1.544.2.16
diff -u -r1.544.2.16 ChangeLog
--- composer/ChangeLog 6 Oct 2003 17:07:16 -0000 1.544.2.16
+++ composer/ChangeLog 16 Feb 2004 17:55:48 -0000
@@ -1,3 +1,7 @@
+2004-02-16 JP Rosevear <jpr ximian com>
+
+ * Makefile.am: remove disable deprecated flags
+
2003-09-26 Jeffrey Stedfast <fejj ximian com>
* e-msg-composer.c (save): Don't blindly claim that the file
Index: composer/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/composer/Makefile.am,v
retrieving revision 1.62.4.2
diff -u -r1.62.4.2 Makefile.am
--- composer/Makefile.am 29 Aug 2003 05:57:25 -0000 1.62.4.2
+++ composer/Makefile.am 16 Feb 2004 17:55:48 -0000
@@ -54,8 +54,6 @@
-DEVOLUTION_GLADEDIR=\"$(gladedir)\" \
-DPREFIX=\"$(prefix)\" \
-DG_LOG_DOMAIN=\"composer\" \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
$(EVOLUTION_MAIL_CFLAGS)
libcomposer_la_SOURCES = \
Index: e-util/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/e-util/ChangeLog,v
retrieving revision 1.398.2.10
diff -u -r1.398.2.10 ChangeLog
--- e-util/ChangeLog 10 Jan 2004 08:41:45 -0000 1.398.2.10
+++ e-util/ChangeLog 16 Feb 2004 17:55:48 -0000
@@ -1,3 +1,7 @@
+2004-02-16 JP Rosevear <jpr ximian com>
+
+ * Makefile.am: remove disable deprecated flags
+
2004-01-05 Not Zed <NotZed Ximian com>
* e-memory.c (e_mempool_destroy): Fix from Zan Lynx
Index: e-util/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/e-util/Makefile.am,v
retrieving revision 1.92.4.1
diff -u -r1.92.4.1 Makefile.am
--- e-util/Makefile.am 4 Jan 1997 06:07:00 -0000 1.92.4.1
+++ e-util/Makefile.am 16 Feb 2004 17:55:48 -0000
@@ -9,8 +9,6 @@
-DEVOLUTION_IMAGES=\""$(imagesdir)"\" \
-DEVOLUTION_CATEGORY_ICONS=\""$(imagesdir)/categories"\" \
-DG_LOG_DOMAIN=\"e-utils\" \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
$(DB3_CFLAGS) \
$(GNOME_PILOT_CFLAGS) \
$(E_UTIL_CFLAGS)
Index: filter/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/filter/ChangeLog,v
retrieving revision 1.371.4.3
diff -u -r1.371.4.3 ChangeLog
--- filter/ChangeLog 22 Sep 2003 19:19:07 -0000 1.371.4.3
+++ filter/ChangeLog 16 Feb 2004 17:55:48 -0000
@@ -1,3 +1,7 @@
+2004-02-16 JP Rosevear <jpr ximian com>
+
+ * Makefile.am: remove disable deprecated flags
+
2003-09-22 Jeffrey Stedfast <fejj ximian com>
* filter-int.c (get_widget): Listen to the "value-changed" signal
Index: filter/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/filter/Makefile.am,v
retrieving revision 1.45
diff -u -r1.45 Makefile.am
--- filter/Makefile.am 12 Jun 2003 21:13:47 -0000 1.45
+++ filter/Makefile.am 16 Feb 2004 17:55:48 -0000
@@ -8,8 +8,6 @@
-I $(top_srcdir)/shell \
-DFILTER_GLADEDIR=\"$(gladedir)\" \
-DG_LOG_DOMAIN=\"filter\" \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
$(LIBFILTER_CFLAGS)
noinst_LTLIBRARIES = \
Index: mail/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.2761.2.40
diff -u -r1.2761.2.40 ChangeLog
--- mail/ChangeLog 2 Feb 2004 04:44:09 -0000 1.2761.2.40
+++ mail/ChangeLog 16 Feb 2004 17:55:48 -0000
@@ -1,3 +1,7 @@
+2004-02-16 JP Rosevear <jpr ximian com>
+
+ * Makefile.am: remove disable deprecated flags
+
2004-02-01 Bill Zhu <bill zhu sun com>
Fixes for bug #53530
Index: mail/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/mail/Makefile.am,v
retrieving revision 1.212
diff -u -r1.212 Makefile.am
--- mail/Makefile.am 12 Jun 2003 21:13:39 -0000 1.212
+++ mail/Makefile.am 16 Feb 2004 17:55:49 -0000
@@ -34,8 +34,6 @@
-DCAMEL_PROVIDERDIR=\""$(camel_providerdir)"\" \
-DMAIL_IMPORTERSDIR=\""$(importerdir)"\" \
-DPREFIX=\""$(prefix)"\" \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
-DG_LOG_DOMAIN=\"evolution-mail\"
component_LTLIBRARIES = libevolution-mail.la
Index: shell/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1286.2.10
diff -u -r1.1286.2.10 ChangeLog
--- shell/ChangeLog 30 Sep 2003 09:58:01 -0000 1.1286.2.10
+++ shell/ChangeLog 16 Feb 2004 17:55:49 -0000
@@ -1,3 +1,7 @@
+2004-02-16 JP Rosevear <jpr ximian com>
+
+ * Makefile.am: remove disable deprecated flags
+
2003-09-30 Ismael Olea <ismael olea org>
* e-shell-about-box.c: fixed encoding for Spanish translators.
Index: shell/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/shell/Makefile.am,v
retrieving revision 1.158
diff -u -r1.158 Makefile.am
--- shell/Makefile.am 16 Jun 2003 17:19:58 -0000 1.158
+++ shell/Makefile.am 16 Feb 2004 17:55:49 -0000
@@ -1,8 +1,6 @@
SUBDIRS = glade importer
INCLUDES = \
- -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \
- -DBONOBO_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED \
-I$(top_srcdir)/widgets \
-I$(top_srcdir)/widgets/misc \
-I$(top_srcdir)/libical/src/libical \
Index: tools/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/tools/Makefile.am,v
retrieving revision 1.24
diff -u -r1.24 Makefile.am
--- tools/Makefile.am 13 Jun 2003 19:51:36 -0000 1.24
+++ tools/Makefile.am 16 Feb 2004 17:55:49 -0000
@@ -21,7 +21,6 @@
-I$(top_srcdir)/addressbook \
-I$(top_srcdir)/addressbook/backend \
-I$(top_builddir)/addressbook/backend \
- -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \
$(GNOME_FULL_CFLAGS)
EXTRA_DIST = $(privlibexec_SCRIPTS) verify-evolution-install.sh \
Index: widgets/misc/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.228.2.2
diff -u -r1.228.2.2 ChangeLog
--- widgets/misc/ChangeLog 17 Nov 2003 12:18:48 -0000 1.228.2.2
+++ widgets/misc/ChangeLog 16 Feb 2004 17:55:49 -0000
@@ -1,3 +1,7 @@
+2004-02-16 JP Rosevear <jpr ximian com>
+
+ * Makefile.am: remove disable deprecated flags
+
2003-11-12 Charles Zhang <charles zhang sun com>
* e-search-bar.c(add_button): allow new lable with mnemonic
Index: widgets/misc/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/Makefile.am,v
retrieving revision 1.35
diff -u -r1.35 Makefile.am
--- widgets/misc/Makefile.am 12 Jun 2003 21:13:31 -0000 1.35
+++ widgets/misc/Makefile.am 16 Feb 2004 17:55:49 -0000
@@ -6,7 +6,6 @@
-I$(top_srcdir)/widgets/shortcut-bar \
-DMAP_DIR=\""$(imagesdir)"\" \
-DG_LOG_DOMAIN=__FILE__ \
- -DG_DISABLE_DEPRECATED \
$(GNOME_FULL_CFLAGS)
privlib_LTLIBRARIES = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]