aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@helixcode.com>2000-04-15 05:09:19 +0800
committerDan Winship <danw@src.gnome.org>2000-04-15 05:09:19 +0800
commit0937d957d6de45be608ab088f742dc8f83248284 (patch)
tree36c052ad21f3584306176c8c2a20c14b9f073374
parentb87c37a1e8f6b3091c59a8ee7314c87aec6538c7 (diff)
downloadgsoc2013-evolution-0937d957d6de45be608ab088f742dc8f83248284.tar
gsoc2013-evolution-0937d957d6de45be608ab088f742dc8f83248284.tar.gz
gsoc2013-evolution-0937d957d6de45be608ab088f742dc8f83248284.tar.bz2
gsoc2013-evolution-0937d957d6de45be608ab088f742dc8f83248284.tar.lz
gsoc2013-evolution-0937d957d6de45be608ab088f742dc8f83248284.tar.xz
gsoc2013-evolution-0937d957d6de45be608ab088f742dc8f83248284.tar.zst
gsoc2013-evolution-0937d957d6de45be608ab088f742dc8f83248284.zip
This didn't belong in Camel. Move to mail/
2000-04-14 Dan Winship <danw@helixcode.com> * camel-formatter.[ch]: This didn't belong in Camel. Move to mail/ * Makefile.am, camel-types.h: remove references to camel-formatter. svn path=/trunk/; revision=2436
-rw-r--r--camel/ChangeLog7
-rw-r--r--camel/Makefile.am2
-rw-r--r--camel/camel-types.h1
3 files changed, 7 insertions, 3 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 5efc7eb404..2cb93278b3 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,10 @@
+2000-04-14 Dan Winship <danw@helixcode.com>
+
+ * camel-formatter.[ch]: This didn't belong in Camel. Move to mail/
+
+ * Makefile.am, camel-types.h: remove references to
+ camel-formatter.
+
2000-04-12 Matt Loper <matt@helixcode.com>
* camel-folder-pt-proxy.c (_folder_open_cb): Print warning message
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 2ce0e029dd..e18a1b26e5 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -42,7 +42,6 @@ libcamel_la_SOURCES = \
camel-folder.c \
camel-folder-summary.c \
camel-folder-utils.c \
- camel-formatter.c \
camel-medium.c \
camel-marshal-utils.c \
camel-mime-body-part.c \
@@ -87,7 +86,6 @@ libcamelinclude_HEADERS = \
camel-folder.h \
camel-folder-summary.h \
camel-folder-utils.h \
- camel-formatter.h \
camel-mime-body-part.h \
camel-marshal-utils.h \
camel-medium.h \
diff --git a/camel/camel-types.h b/camel/camel-types.h
index 4d41200a56..a94e5b614b 100644
--- a/camel/camel-types.h
+++ b/camel/camel-types.h
@@ -31,7 +31,6 @@ typedef struct _CamelDataWrapper CamelDataWrapper;
typedef struct _CamelException CamelException;
typedef struct _CamelFolder CamelFolder;
typedef struct _CamelFolderSummary CamelFolderSummary;
-typedef struct _CamelFormatter CamelFormatter;
typedef struct _CamelMedium CamelMedium;
typedef struct _CamelMimeBodyPart CamelMimeBodyPart;
typedef struct _CamelMimeMessage CamelMimeMessage;