aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-02-27 06:51:02 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-02-27 06:51:02 +0800
commit1e957be629378131f87ade9c37d00713f879be38 (patch)
tree3b421d9b4cb7470ad67fc314651f5f8407f779a6 /camel/ChangeLog
parent77e9bd8497e09c16aff8c0bdd35ac2b333983e67 (diff)
downloadgsoc2013-evolution-1e957be629378131f87ade9c37d00713f879be38.tar
gsoc2013-evolution-1e957be629378131f87ade9c37d00713f879be38.tar.gz
gsoc2013-evolution-1e957be629378131f87ade9c37d00713f879be38.tar.bz2
gsoc2013-evolution-1e957be629378131f87ade9c37d00713f879be38.tar.lz
gsoc2013-evolution-1e957be629378131f87ade9c37d00713f879be38.tar.xz
gsoc2013-evolution-1e957be629378131f87ade9c37d00713f879be38.tar.zst
gsoc2013-evolution-1e957be629378131f87ade9c37d00713f879be38.zip
Updated to use g_alloca instead of alloca so that we can skip all the
2003-02-26 Jeffrey Stedfast <fejj@ximian.com> * camel-multipart-signed.c: Updated to use g_alloca instead of alloca so that we can skip all the #ifdef checks and skip checking for alloca in configure.in and all that foo. svn path=/trunk/; revision=20081
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 8c8c790ffc..24a9e30db1 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,9 @@
2003-02-26 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-multipart-signed.c: Updated to use g_alloca instead of
+ alloca so that we can skip all the #ifdef checks and skip checking
+ for alloca in configure.in and all that foo.
+
* camel-store.c (camel_store_delete_folder): Make sure the folder
is non-NULL before trying to remove it from the store's
object-bag.