aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-06-15 21:36:34 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-06-15 21:36:34 +0800
commit76f1b233865609c008e320a7e037be8cf64b48b7 (patch)
tree017e26f65a2597809c14e3b1b3dd2ec73e380040 /camel/ChangeLog
parent4446fafb69e60a99df4c7b2f3788e6df5f24d778 (diff)
downloadgsoc2013-evolution-76f1b233865609c008e320a7e037be8cf64b48b7.tar
gsoc2013-evolution-76f1b233865609c008e320a7e037be8cf64b48b7.tar.gz
gsoc2013-evolution-76f1b233865609c008e320a7e037be8cf64b48b7.tar.bz2
gsoc2013-evolution-76f1b233865609c008e320a7e037be8cf64b48b7.tar.lz
gsoc2013-evolution-76f1b233865609c008e320a7e037be8cf64b48b7.tar.xz
gsoc2013-evolution-76f1b233865609c008e320a7e037be8cf64b48b7.tar.zst
gsoc2013-evolution-76f1b233865609c008e320a7e037be8cf64b48b7.zip
Init have_unget to FALSE. Don't set unget to NULL, it's no longer a
2004-06-15 Jeffrey Stedfast <fejj@ximian.com> * providers/imap4/camel-imap4-stream.c (camel_imap4_stream_init): Init have_unget to FALSE. Don't set unget to NULL, it's no longer a pointer. (camel_imap4_stream_finalize): No need to g_free() unget anymore. (camel_imap4_stream_next_token): Check have_unget rather than unget != NULL. Set have_unget to FALSE if we get an unget'd token. (camel_imap4_stream_unget_token): Don't malloc space for an unget token. The unget token is no longer a pointer. svn path=/trunk/; revision=26346
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 52468b21d8..3abe96ac18 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,14 @@
+2004-06-15 Jeffrey Stedfast <fejj@ximian.com>
+
+ * providers/imap4/camel-imap4-stream.c (camel_imap4_stream_init):
+ Init have_unget to FALSE. Don't set unget to NULL, it's no longer
+ a pointer.
+ (camel_imap4_stream_finalize): No need to g_free() unget anymore.
+ (camel_imap4_stream_next_token): Check have_unget rather than
+ unget != NULL. Set have_unget to FALSE if we get an unget'd token.
+ (camel_imap4_stream_unget_token): Don't malloc space for an unget
+ token. The unget token is no longer a pointer.
+
2004-06-14 Not Zed <NotZed@Ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_data): use