aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-12-01 11:07:51 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-12-01 11:07:51 +0800
commit97110c53cd3f87f43a34f640df78bc4ec2201916 (patch)
tree28db45dca9c6d10908d91f9373e87bc5895dedb5 /camel/ChangeLog
parentc3df6cab992028572466010f433ff387c38de3af (diff)
downloadgsoc2013-evolution-97110c53cd3f87f43a34f640df78bc4ec2201916.tar
gsoc2013-evolution-97110c53cd3f87f43a34f640df78bc4ec2201916.tar.gz
gsoc2013-evolution-97110c53cd3f87f43a34f640df78bc4ec2201916.tar.bz2
gsoc2013-evolution-97110c53cd3f87f43a34f640df78bc4ec2201916.tar.lz
gsoc2013-evolution-97110c53cd3f87f43a34f640df78bc4ec2201916.tar.xz
gsoc2013-evolution-97110c53cd3f87f43a34f640df78bc4ec2201916.tar.zst
gsoc2013-evolution-97110c53cd3f87f43a34f640df78bc4ec2201916.zip
rename to STREAM_LINE_SIZE so it doesn't override the STREAM_LINE enum.
2004-11-30 Not Zed <NotZed@Ximian.com> * providers/nntp/camel-nntp-stream.c (CAMEL_NNTP_STREAM_LINE): rename to STREAM_LINE_SIZE so it doesn't override the STREAM_LINE enum. Sigh. (camel_nntp_stream_init): fix for above change. svn path=/trunk/; revision=28021
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 837a3dcfe1..5eb5b00bbd 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-30 Not Zed <NotZed@Ximian.com>
+
+ * providers/nntp/camel-nntp-stream.c (CAMEL_NNTP_STREAM_LINE):
+ rename to STREAM_LINE_SIZE so it doesn't override the STREAM_LINE
+ enum. Sigh.
+ (camel_nntp_stream_init): fix for above change.
+
2004-11-28 S.Çağlar Onur <caglar@uludag.org.tr>
** See bug #69446.