X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=ChangeLog;h=163f2aec870e0b9f453c58675122a00eda9b1c92;hp=0e66f5fa18336a77b0ee2c447ce669f659b87b9a;hb=8bd1d905d643bdb7b71dd9db298bae35399c05fc;hpb=fd9bdc114c3c4edf62f2709d340a85b5a7a44612 diff --git a/ChangeLog b/ChangeLog index 0e66f5fa1..163f2aec8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2002-08-08 + + * src/procmsg.c: procmsg_read_mark_file(): check key duplication + to avoid memory leak. + +2002-08-08 + + * src/base64.c: include string.h for memcpy(). + * src/gtksctree.c: use macro ABS() instead of function abs(). + * src/prefs_account.c + src/prefs_common.c: renamed 'send' to 'p_send' so as not to + conflict with the function send() in sys/socket.h. + * src/mainwindow.c: commented out the unnecessary functions. + * src/utils.c: canonicalize_file_replace(): correct warning message. + 2002-08-08 * src/utils.[ch]: get_tmp_file(): new. Returns the directory for