preventive fix (missing check) found by Alfons
[claws.git] / ChangeLog.claws
index 765405e74ca4576a0a5793a490f526a8d0ef5da8..4af941cdf3b7ea51f41cad1fb1fd0c93e143a327 100644 (file)
@@ -1,3 +1,98 @@
+2002-11-15 [colin]     0.8.5claws156
+
+       * src/folderview.c
+               Preventive fix (missing check) found by
+               Alfons
+
+2002-11-15 [paul]
+
+       * NEWS
+               sync with 0.8.6 release
+
+2002-11-15 [colin]     0.8.5claws155
+
+       * src/folder.[ch]
+         src/folderview.c
+               Fix error handling of folder_item_move_to()
+               (thanks to Alfons!)
+
+2002-11-15 [colin]     0.8.5claws154
+
+       * src/folder.[ch]
+         src/folderview.c
+               folder_item_move_to() sets an error message instead
+               of having GUI stuff in folder.c
+
+2002-11-15 [colin]     0.8.5claws153
+
+       * src/procmsg.[ch]
+               Implemented a callback for MsgInfo updates, 
+               heavily copy/pasted from Christoph's folder 
+               callback system
+       * src/summaryview.[ch]
+               Register summary_update_msg as callback
+
+2002-11-14 [colin]     0.8.5claws152
+       
+       * src/procmsg.c
+               Update the FolderItem after sending (fixes 617593)
+
+2002-11-14 [christoph] 0.8.5claws151
+
+       * src/folder.c
+               fix wrong position of NULL pointer check found
+               by Sergey
+
+2002-11-14 [christoph] 0.8.5claws150
+
+       * src/folder.c
+               fix segfault when deleting messages from IMAP folders
+               (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
+
+2002-11-14 [colin]     0.8.5claws149
+
+       * src/compose.c
+               Forwarding was also ignoring the folder's default account.
+
+2002-11-14 [colin]     0.8.5claws148
+
+       * src/compose.c
+               Fix sent folder not set to folder properties when 
+               forwarding.
+
+2002-11-14 [thorsten]  0.8.5claws147
+
+       * src/inc.c
+               inc_start(): Files were not moved from .processing to inbox,
+               if no global processing rule existed
+
+2002-11-14 [colin]     0.8.5claws146
+
+       * src/ssl_certificate
+               Fix file operations
+
+2002-11-14 [paul]      0.8.5claws145
+
+       * po/it.po
+               updated by Alessandro Maestri
+
+2002-11-13 [alfons]    0.8.5claws144
+
+       * src/folder.c
+               folder_item_close(): only mark messages unread
+               when a folder has new messages 
+
+2002-11-13 [keith]     0.8.5claws143
+
+       * src/imap.c
+               Fix problem moving or copying between
+               IMAP folders
+
+2002-11-13 [colin]     0.8.5claws142
+
+       * src/matcher_parser_parse.y
+               Fix rule problem when " don't match
+
 2002-11-13 [christoph] 0.8.5claws141
 
        * src/folder.c