evolution-data-server r10016 - in branches/gnome-2-24: . addressbook/backends/ldap addressbook/backends/vcf calendar/backends/caldav camel/providers/groupwise camel/providers/imap4 camel/providers/imapp camel/tests/mime-filter



Author: mbarnes
Date: Sun Feb  1 01:17:29 2009
New Revision: 10016
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=10016&view=rev

Log:
2009-01-31  Matthew Barnes  <mbarnes redhat com>

	** Disable debug macros (#define d(x) x) throughout.  (#569638)



Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/addressbook/backends/ldap/e-book-backend-ldap.c
   branches/gnome-2-24/addressbook/backends/vcf/e-book-backend-vcf.c
   branches/gnome-2-24/calendar/backends/caldav/e-cal-backend-caldav.c
   branches/gnome-2-24/camel/providers/groupwise/camel-groupwise-journal.c
   branches/gnome-2-24/camel/providers/imap4/camel-imap4-engine.c
   branches/gnome-2-24/camel/providers/imap4/camel-imap4-folder.c
   branches/gnome-2-24/camel/providers/imap4/camel-imap4-journal.c
   branches/gnome-2-24/camel/providers/imap4/camel-imap4-store.c
   branches/gnome-2-24/camel/providers/imap4/camel-imap4-summary.c
   branches/gnome-2-24/camel/providers/imapp/camel-imapp-driver.c
   branches/gnome-2-24/camel/tests/mime-filter/test-charset.c
   branches/gnome-2-24/camel/tests/mime-filter/test-crlf.c
   branches/gnome-2-24/camel/tests/mime-filter/test-tohtml.c
   branches/gnome-2-24/camel/tests/mime-filter/test1.c

Modified: branches/gnome-2-24/addressbook/backends/ldap/e-book-backend-ldap.c
==============================================================================
--- branches/gnome-2-24/addressbook/backends/ldap/e-book-backend-ldap.c	(original)
+++ branches/gnome-2-24/addressbook/backends/ldap/e-book-backend-ldap.c	Sun Feb  1 01:17:29 2009
@@ -52,7 +52,7 @@
 #include "openldap-extract.h"
 #endif
 
-#define d(x) x
+#define d(x)
 
 #ifndef G_OS_WIN32
 

Modified: branches/gnome-2-24/addressbook/backends/vcf/e-book-backend-vcf.c
==============================================================================
--- branches/gnome-2-24/addressbook/backends/vcf/e-book-backend-vcf.c	(original)
+++ branches/gnome-2-24/addressbook/backends/vcf/e-book-backend-vcf.c	Sun Feb  1 01:17:29 2009
@@ -54,7 +54,7 @@
 #define PAS_ID_PREFIX "pas-id-"
 #define FILE_FLUSH_TIMEOUT 5000
 
-#define d(x) x
+#define d(x)
 
 G_DEFINE_TYPE (EBookBackendVCF, e_book_backend_vcf, E_TYPE_BOOK_BACKEND_SYNC);
 

Modified: branches/gnome-2-24/calendar/backends/caldav/e-cal-backend-caldav.c
==============================================================================
--- branches/gnome-2-24/calendar/backends/caldav/e-cal-backend-caldav.c	(original)
+++ branches/gnome-2-24/calendar/backends/caldav/e-cal-backend-caldav.c	Sun Feb  1 01:17:29 2009
@@ -46,7 +46,7 @@
 
 #include "e-cal-backend-caldav.h"
 
-#define d(x) x
+#define d(x)
 
 /* in seconds */
 #define DEFAULT_REFRESH_TIME 60

Modified: branches/gnome-2-24/camel/providers/groupwise/camel-groupwise-journal.c
==============================================================================
--- branches/gnome-2-24/camel/providers/groupwise/camel-groupwise-journal.c	(original)
+++ branches/gnome-2-24/camel/providers/groupwise/camel-groupwise-journal.c	Sun Feb  1 01:17:29 2009
@@ -47,7 +47,7 @@
 #include "camel-groupwise-journal.h"
 #include "camel-groupwise-store.h"
 
-#define d(x) x
+#define d(x)
 
 
 static void camel_groupwise_journal_class_init (CamelGroupwiseJournalClass *klass);

Modified: branches/gnome-2-24/camel/providers/imap4/camel-imap4-engine.c
==============================================================================
--- branches/gnome-2-24/camel/providers/imap4/camel-imap4-engine.c	(original)
+++ branches/gnome-2-24/camel/providers/imap4/camel-imap4-engine.c	Sun Feb  1 01:17:29 2009
@@ -40,7 +40,7 @@
 #include "camel-imap4-summary.h"
 #include "camel-imap4-utils.h"
 
-#define d(x) x
+#define d(x)
 
 
 static void camel_imap4_engine_class_init (CamelIMAP4EngineClass *klass);

Modified: branches/gnome-2-24/camel/providers/imap4/camel-imap4-folder.c
==============================================================================
--- branches/gnome-2-24/camel/providers/imap4/camel-imap4-folder.c	(original)
+++ branches/gnome-2-24/camel/providers/imap4/camel-imap4-folder.c	Sun Feb  1 01:17:29 2009
@@ -58,7 +58,7 @@
 #include "camel-imap4-summary.h"
 #include "camel-imap4-search.h"
 
-#define d(x) x
+#define d(x)
 
 static void camel_imap4_folder_class_init (CamelIMAP4FolderClass *klass);
 static void camel_imap4_folder_init (CamelIMAP4Folder *folder, CamelIMAP4FolderClass *klass);

Modified: branches/gnome-2-24/camel/providers/imap4/camel-imap4-journal.c
==============================================================================
--- branches/gnome-2-24/camel/providers/imap4/camel-imap4-journal.c	(original)
+++ branches/gnome-2-24/camel/providers/imap4/camel-imap4-journal.c	Sun Feb  1 01:17:29 2009
@@ -43,7 +43,7 @@
 #include "camel-imap4-folder.h"
 #include "camel-imap4-journal.h"
 
-#define d(x) x
+#define d(x)
 
 
 static void camel_imap4_journal_class_init (CamelIMAP4JournalClass *klass);

Modified: branches/gnome-2-24/camel/providers/imap4/camel-imap4-store.c
==============================================================================
--- branches/gnome-2-24/camel/providers/imap4/camel-imap4-store.c	(original)
+++ branches/gnome-2-24/camel/providers/imap4/camel-imap4-store.c	Sun Feb  1 01:17:29 2009
@@ -50,7 +50,7 @@
 #include "camel-imap4-summary.h"
 #include "camel-imap4-utils.h"
 
-#define d(x) x
+#define d(x)
 
 static void camel_imap4_store_class_init (CamelIMAP4StoreClass *klass);
 static void camel_imap4_store_init (CamelIMAP4Store *store, CamelIMAP4StoreClass *klass);

Modified: branches/gnome-2-24/camel/providers/imap4/camel-imap4-summary.c
==============================================================================
--- branches/gnome-2-24/camel/providers/imap4/camel-imap4-summary.c	(original)
+++ branches/gnome-2-24/camel/providers/imap4/camel-imap4-summary.c	Sun Feb  1 01:17:29 2009
@@ -53,7 +53,7 @@
 #include "camel-imap4-summary.h"
 #include "camel-imap4-utils.h"
 
-#define d(x) x
+#define d(x)
 
 #define CAMEL_IMAP4_SUMMARY_VERSION  3
 

Modified: branches/gnome-2-24/camel/providers/imapp/camel-imapp-driver.c
==============================================================================
--- branches/gnome-2-24/camel/providers/imapp/camel-imapp-driver.c	(original)
+++ branches/gnome-2-24/camel/providers/imapp/camel-imapp-driver.c	Sun Feb  1 01:17:29 2009
@@ -24,7 +24,7 @@
 #include "camel-imapp-summary.h"
 #include "camel-imapp-utils.h"
 
-#define d(x) x
+#define d(x)
 
 static int driver_resp_fetch(CamelIMAPPEngine *ie, guint32 id, CamelIMAPPDriver *sdata);
 static int driver_resp_expunge(CamelIMAPPEngine *ie, guint32 id, CamelIMAPPDriver *sdata);

Modified: branches/gnome-2-24/camel/tests/mime-filter/test-charset.c
==============================================================================
--- branches/gnome-2-24/camel/tests/mime-filter/test-charset.c	(original)
+++ branches/gnome-2-24/camel/tests/mime-filter/test-charset.c	Sun Feb  1 01:17:29 2009
@@ -16,7 +16,7 @@
 #include <camel/camel-stream-filter.h>
 #include <camel/camel-mime-filter-charset.h>
 
-#define d(x) x
+#define d(x)
 
 #define CHUNK_SIZE 4096
 

Modified: branches/gnome-2-24/camel/tests/mime-filter/test-crlf.c
==============================================================================
--- branches/gnome-2-24/camel/tests/mime-filter/test-crlf.c	(original)
+++ branches/gnome-2-24/camel/tests/mime-filter/test-crlf.c	Sun Feb  1 01:17:29 2009
@@ -14,7 +14,7 @@
 #include <camel/camel-stream-filter.h>
 #include <camel/camel-mime-filter-crlf.h>
 
-#define d(x) x
+#define d(x)
 
 #define NUM_CASES 1
 #define CHUNK_SIZE 4096

Modified: branches/gnome-2-24/camel/tests/mime-filter/test-tohtml.c
==============================================================================
--- branches/gnome-2-24/camel/tests/mime-filter/test-tohtml.c	(original)
+++ branches/gnome-2-24/camel/tests/mime-filter/test-tohtml.c	Sun Feb  1 01:17:29 2009
@@ -19,7 +19,7 @@
 #include <camel/camel-stream-filter.h>
 #include <camel/camel-mime-filter-tohtml.h>
 
-#define d(x) x
+#define d(x)
 
 #define CHUNK_SIZE 4096
 

Modified: branches/gnome-2-24/camel/tests/mime-filter/test1.c
==============================================================================
--- branches/gnome-2-24/camel/tests/mime-filter/test1.c	(original)
+++ branches/gnome-2-24/camel/tests/mime-filter/test1.c	Sun Feb  1 01:17:29 2009
@@ -14,7 +14,7 @@
 #include <camel/camel-stream-filter.h>
 #include <camel/camel-mime-filter-canon.h>
 
-#define d(x) x
+#define d(x)
 
 #define NUM_CASES 1
 #define CHUNK_SIZE 4096



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]