aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-09-17 04:49:51 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-09-17 04:49:51 +0800
commitae79d335837be56e234704d5a8cca9c7e685984e (patch)
tree2eaaa0e05b5458d7fc3441236302773c02794d1b /camel/ChangeLog
parentd6a1f02c1a8a04c16ab20b268e0553d528f2a180 (diff)
downloadgsoc2013-evolution-ae79d335837be56e234704d5a8cca9c7e685984e.tar
gsoc2013-evolution-ae79d335837be56e234704d5a8cca9c7e685984e.tar.gz
gsoc2013-evolution-ae79d335837be56e234704d5a8cca9c7e685984e.tar.bz2
gsoc2013-evolution-ae79d335837be56e234704d5a8cca9c7e685984e.tar.lz
gsoc2013-evolution-ae79d335837be56e234704d5a8cca9c7e685984e.tar.xz
gsoc2013-evolution-ae79d335837be56e234704d5a8cca9c7e685984e.tar.zst
gsoc2013-evolution-ae79d335837be56e234704d5a8cca9c7e685984e.zip
Don't warning about how we haven't written anything to the stream, this is
2003-09-16 Jeffrey Stedfast <fejj@ximian.com> * camel-stream-filter.c (do_flush): Don't warning about how we haven't written anything to the stream, this is not an error. fflush() doesn't care if you try to fflush() a stream without writing to it, so we shouldn't care either. svn path=/trunk/; revision=22590
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 7f898f9d54..b1f422cf9d 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-16 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-stream-filter.c (do_flush): Don't warning about how we
+ haven't written anything to the stream, this is not an
+ error. fflush() doesn't care if you try to fflush() a stream
+ without writing to it, so we shouldn't care either.
+
2003-09-15 Not Zed <NotZed@Ximian.com>
* providers/imapp/camel-imapp-store.c (store_resp_list)