diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 011388a8b9..a1e671678d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,18 @@ +2002-01-17 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-filter-basic.c (filter): Stop uudecoding once the + CAMEL_UUDECODE_STATE_END state bit gets set. Set the + CAMEL_UUDECODE_STATE_BEGIN state bit once we find the begin line. + (reset): No longer have uu_begin or uulen state variables, these + are now stuffed into a single state variable. + + * camel-mime-utils.c (uudecode_step): No longer needs a uulen + argument and also keeps track of whether or not the end of the + encoded data has been found in 'state'. + (uuencode_step): Now stuffs uulen into state so that the uulen + argument is no longer needed. + (uuencode_close): Same. + 2002-01-16 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-filter-basic.c (filter): If we don't want to corrupt |