aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-05-05 02:01:57 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-05 02:01:57 +0800
commitf9682040321beba12c82fc92e58133c5c45be704 (patch)
treef5745ab8943b35c9f3d7e5d0fa87dc5aa771802e /camel/ChangeLog
parent6b3a25c2b8eb36773416e0c726a3662ccdf53ddc (diff)
downloadgsoc2013-evolution-f9682040321beba12c82fc92e58133c5c45be704.tar
gsoc2013-evolution-f9682040321beba12c82fc92e58133c5c45be704.tar.gz
gsoc2013-evolution-f9682040321beba12c82fc92e58133c5c45be704.tar.bz2
gsoc2013-evolution-f9682040321beba12c82fc92e58133c5c45be704.tar.lz
gsoc2013-evolution-f9682040321beba12c82fc92e58133c5c45be704.tar.xz
gsoc2013-evolution-f9682040321beba12c82fc92e58133c5c45be704.tar.zst
gsoc2013-evolution-f9682040321beba12c82fc92e58133c5c45be704.zip
Get rid of #ifdef ENABLE_THREADS stuff, that was done away with a while
2004-05-04 Jeffrey Stedfast <fejj@ximian.com> * camel-session.h: Get rid of #ifdef ENABLE_THREADS stuff, that was done away with a while back and is causing problems for 3rd parties trying to use camel unless they explicityly #define ENABLE_THREADS in their code. svn path=/trunk/; revision=25788
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index bd4a7e3294..1f827df7ca 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,10 @@
+2004-05-04 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-session.h: Get rid of #ifdef ENABLE_THREADS stuff, that
+ was done away with a while back and is causing problems for 3rd
+ parties trying to use camel unless they explicityly #define
+ ENABLE_THREADS in their code.
+
2004-05-04 Christian Kellner <gicmo@xatom.net>
* providers/groupwise/camel-gw-listener.h: Fixed typo.