aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-03-29 05:15:21 +0800
committerDan Winship <danw@src.gnome.org>2000-03-29 05:15:21 +0800
commit6bf6ad161323e20be3e1aef847aeaeb3c1f1f6f6 (patch)
tree3730ac3845780625b3abfbaaf43d5dc835f7d29f /camel/ChangeLog
parentc7ae879700164da8cca08620b8ee8ab745dfb407 (diff)
downloadgsoc2013-evolution-6bf6ad161323e20be3e1aef847aeaeb3c1f1f6f6.tar
gsoc2013-evolution-6bf6ad161323e20be3e1aef847aeaeb3c1f1f6f6.tar.gz
gsoc2013-evolution-6bf6ad161323e20be3e1aef847aeaeb3c1f1f6f6.tar.bz2
gsoc2013-evolution-6bf6ad161323e20be3e1aef847aeaeb3c1f1f6f6.tar.lz
gsoc2013-evolution-6bf6ad161323e20be3e1aef847aeaeb3c1f1f6f6.tar.xz
gsoc2013-evolution-6bf6ad161323e20be3e1aef847aeaeb3c1f1f6f6.tar.zst
gsoc2013-evolution-6bf6ad161323e20be3e1aef847aeaeb3c1f1f6f6.zip
make this return a CamelStream rather than a CamelSeekableSubstream,
* camel-seekable-substream.c (camel_seekable_substream_new_with_seekable_stream_and_bounds): make this return a CamelStream rather than a CamelSeekableSubstream, because that's the way Gtk objects tend to work. svn path=/trunk/; revision=2218
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index c8cebe07d1..f04c228db4 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,11 @@
2000-03-28 Dan Winship <danw@helixcode.com>
+ * camel-seekable-substream.c
+ (camel_seekable_substream_new_with_seekable_stream_and_bounds):
+ make this return a CamelStream rather than a
+ CamelSeekableSubstream, because that's the way Gtk objects tend to
+ work.
+
* camel-service.c (camel_service_gethost,
camel_service_getport): convenience functions to canonicalize
the host and port values of a service's URL.