diff options
author | Dan Winship <danw@src.gnome.org> | 2000-11-22 06:04:40 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-11-22 06:04:40 +0800 |
commit | fb92b831ae35b70f52a9792422f610defa56517b (patch) | |
tree | 316e89c6a4eb63ad2e5267bcd5864191fc84edb9 /camel/ChangeLog | |
parent | 5dcd6b087a7b53e940031e932276f3170012b34c (diff) | |
download | gsoc2013-evolution-fb92b831ae35b70f52a9792422f610defa56517b.tar.gz gsoc2013-evolution-fb92b831ae35b70f52a9792422f610defa56517b.tar.zst gsoc2013-evolution-fb92b831ae35b70f52a9792422f610defa56517b.zip |
add #ifdef HAVE_ALLOCA_H
* camel-lock.c:
* camel-movemail.c: add #ifdef HAVE_ALLOCA_H
svn path=/trunk/; revision=6638
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 1bea526cde..d5766dd0f2 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2000-11-21 Dan Winship <danw@helixcode.com> + + * camel-lock.c: + * camel-movemail.c: add #ifdef HAVE_ALLOCA_H + 2000-11-21 Not Zed <NotZed@HelixCode.com> * providers/local/camel-mh-summary.c (mh_summary_sync_message): |