diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index bb654f24bc..8a607b8bfe 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,10 @@ 2003-07-17 Jeffrey Stedfast <fejj@ximian.com> + * camel-mime-message.c (find_best_encoding): Updated to convert + to/from the correct charset (since content is no longer + necessarily in UTF-8). + (best_encoding): Free the charset string when we're done with it. + * camel-stream-fs.c (stream_read): Increment the seekable stream position by the number of bytes read. Oops. (stream_write): Same here. |