diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-06-03 06:57:31 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-06-03 06:57:31 +0800 |
commit | 31642359471574aad4a8427a18692d2558c91c5c (patch) | |
tree | 5444753f00af1c370132db852c86d831b4b8d53a /camel/ChangeLog | |
parent | 1dd2867a79778abf8a91b4b5f9ffeb643f217862 (diff) | |
download | gsoc2013-evolution-31642359471574aad4a8427a18692d2558c91c5c.tar gsoc2013-evolution-31642359471574aad4a8427a18692d2558c91c5c.tar.gz gsoc2013-evolution-31642359471574aad4a8427a18692d2558c91c5c.tar.bz2 gsoc2013-evolution-31642359471574aad4a8427a18692d2558c91c5c.tar.lz gsoc2013-evolution-31642359471574aad4a8427a18692d2558c91c5c.tar.xz gsoc2013-evolution-31642359471574aad4a8427a18692d2558c91c5c.tar.zst gsoc2013-evolution-31642359471574aad4a8427a18692d2558c91c5c.zip |
Ick, damn signs! Fix a bug with sign extended bytes.
2000-06-02 Not Zed <NotZed@HelixCode.com>
* camel-mime-utils.c (base64_encode_step): Ick, damn signs! Fix a
bug with sign extended bytes.
* camel-mime-filter-smtp.c (filter): Changed layout/logic slightly
(to match From filter)
svn path=/trunk/; revision=3408
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a3b614049f..92bd478802 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2000-06-02 Not Zed <NotZed@HelixCode.com> + + * camel-mime-utils.c (base64_encode_step): Ick, damn signs! Fix a + bug with sign extended bytes. + + * camel-mime-filter-smtp.c (filter): Changed layout/logic slightly + (to match From filter) + 2000-06-02 Jeffrey Stedfast <fejj@helixcode.com> * camel-mime-filter-smtp.c (filter): Fixed the filter so that it wouldn't |