diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-25 08:07:02 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-25 08:07:02 +0800 |
commit | 378cb9febf6204eef00941d7a402c1b0a3a9377e (patch) | |
tree | 302e43cfe715dc74c134356ec9affcd24e9203cc /camel/ChangeLog | |
parent | 2854f067aec69b613f8b964daa4e15bd3311ec25 (diff) | |
download | gsoc2013-evolution-378cb9febf6204eef00941d7a402c1b0a3a9377e.tar gsoc2013-evolution-378cb9febf6204eef00941d7a402c1b0a3a9377e.tar.gz gsoc2013-evolution-378cb9febf6204eef00941d7a402c1b0a3a9377e.tar.bz2 gsoc2013-evolution-378cb9febf6204eef00941d7a402c1b0a3a9377e.tar.lz gsoc2013-evolution-378cb9febf6204eef00941d7a402c1b0a3a9377e.tar.xz gsoc2013-evolution-378cb9febf6204eef00941d7a402c1b0a3a9377e.tar.zst gsoc2013-evolution-378cb9febf6204eef00941d7a402c1b0a3a9377e.zip |
Use fseek instead of fseeko since we want to be portable and use ftell
2001-08-24 Jeffrey Stedfast <fejj@ximian.com>
* camel-disco-diary.c (camel_disco_diary_replay): Use fseek
instead of fseeko since we want to be portable and use ftell
rather than ftello for the same reason.
(camel_disco_diary_empty): Same here.
svn path=/trunk/; revision=12469
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 33d85a4404..feda231667 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,7 +1,14 @@ +2001-08-24 Jeffrey Stedfast <fejj@ximian.com> + + * camel-disco-diary.c (camel_disco_diary_replay): Use fseek + instead of fseeko since we want to be portable and use ftell + rather than ftello for the same reason. + (camel_disco_diary_empty): Same here. + 2001-08-24 Peter Williams <peterw@ximian.com> - * Revert Not Zed's previous commits as they apparently can - cause serious data loss for POP3 users. + * Revert Not Zed's previous commits as they apparently can cause + serious data loss for POP3 users. 2001-08-24 Ettore Perazzoli <ettore@ximian.com> @@ -20,7 +27,8 @@ output buffer size. iconv bugs? returns E2BIG forever on some (valid) data? - * providers/local/camel-spool-summary.c (summary_rebuild): Likewise. + * providers/local/camel-spool-summary.c (summary_rebuild): + Likewise. * providers/local/camel-mbox-summary.c (summary_rebuild): Summarising is spelt with an s. @@ -34,7 +42,8 @@ member, says the character encoding is raw, not utf8. * providers/local/camel-spool-summary.c - (spool_summary_sync_quick): Synchronising is spelt with an s, not a z. + (spool_summary_sync_quick): Synchronising is spelt with an s, not + a z. (spool_summary_sync_full): " * providers/local/camel-mbox-summary.c (mbox_summary_sync_full): |