aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-14 08:46:59 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-14 08:46:59 +0800
commite258958d9e75e263f477102e305de0de88ccfe4b (patch)
tree579b1ece61273ce5a80b11d79f1a1de32755789d /camel/ChangeLog
parent2309c677b4061f206ba8e3cc3cc6804634b9a359 (diff)
downloadgsoc2013-evolution-e258958d9e75e263f477102e305de0de88ccfe4b.tar
gsoc2013-evolution-e258958d9e75e263f477102e305de0de88ccfe4b.tar.gz
gsoc2013-evolution-e258958d9e75e263f477102e305de0de88ccfe4b.tar.bz2
gsoc2013-evolution-e258958d9e75e263f477102e305de0de88ccfe4b.tar.lz
gsoc2013-evolution-e258958d9e75e263f477102e305de0de88ccfe4b.tar.xz
gsoc2013-evolution-e258958d9e75e263f477102e305de0de88ccfe4b.tar.zst
gsoc2013-evolution-e258958d9e75e263f477102e305de0de88ccfe4b.zip
Oops. Make this a subclass of CamelTcpStream, not CamelStream.
2001-03-13 Jeffrey Stedfast <fejj@ximian.com> * camel-tcp-stream-ssl.c (camel_tcp_stream_ssl_get_type): Oops. Make this a subclass of CamelTcpStream, not CamelStream. * camel-types.h: Add the defs for CamelTcpStream and CamelTcpStreamRaw * Makefile.am: Add camel-tcp-stream and camel-tcp-stream-raw to the build. * camel-remote-store.c (remote_connect): Update to use CamelTcpStreams. * camel-tcp-stream-raw.c (stream_connect): Made cancellable by copying the currently used code in camel-remote-store.c. (stream_setsockopt): Oops, flags = fcntl (..., GET_FL); (camel_tcp_stream_raw_get_type): Oops. Make this a subclass of CamelTcpStream, not CamelStream. svn path=/trunk/; revision=8697
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 9fea64d53c..dcf2d2117e 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,25 @@
2001-03-13 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-tcp-stream-ssl.c (camel_tcp_stream_ssl_get_type):
+ Oops. Make this a subclass of CamelTcpStream, not CamelStream.
+
+ * camel-types.h: Add the defs for CamelTcpStream and
+ CamelTcpStreamRaw
+
+ * Makefile.am: Add camel-tcp-stream and camel-tcp-stream-raw to
+ the build.
+
+ * camel-remote-store.c (remote_connect): Update to use
+ CamelTcpStreams.
+
+ * camel-tcp-stream-raw.c (stream_connect): Made cancellable by
+ copying the currently used code in camel-remote-store.c.
+ (stream_setsockopt): Oops, flags = fcntl (..., GET_FL);
+ (camel_tcp_stream_raw_get_type): Oops. Make this a subclass of
+ CamelTcpStream, not CamelStream.
+
+2001-03-13 Jeffrey Stedfast <fejj@ximian.com>
+
* camel.c (camel_init): Since all of the Mozilla libs (including
NSPR and NSS) correctly handle reinitializations, we might as well
init both NSPR and NSS in camel_init so we can be sure of that