aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index c4b8905b86..80213af0a5 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,12 @@
+2001-09-06 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-remote-store.c (remote_recv_line): Use
+ camel_stream_buffer_read_line() instead of duplicationing the
+ functionality. Also, the previous way was broken anyway. What if a
+ line was the same length as our buffer? Then we'd go and read a
+ second line and a third and so on until they weren't the same
+ length, leaving \r's in the middle of the buffer.
+
2001-09-06 Dan Winship <danw@ximian.com>
* providers/pop3/camel-pop3-store.c (pop3_get_response): Fix this