0.8.5claws173
[claws.git] / ChangeLog.claws
index a4d3151e61d5d62fb464a78e8863443f59457eb5..6f0c2e45b72d8490732a06983c9bd6fb5917d107 100644 (file)
@@ -1,3 +1,170 @@
+2002-11-20 [christoph] 0.8.5claws172
+
+       * src/imap.c
+               fix MsgInfo retrieval for IMAP draft and queue folders
+               (closes bug [ 619558 ] Draft saving on IMAP box issue)
+
+2002-11-19 [christoph] 0.8.5claws171
+
+       * src/compose.c
+               fix segfault, when draft saving does not get
+               the MsgInfo of the new message
+               (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
+
+2002-11-19 [christoph] 0.8.5claws170
+
+       * src/procmsg.c
+               add parameter check for flag setting function
+               (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
+
+2002-11-18 [paul]      0.8.5claws169
+
+       * src/compose.c
+               more sensitivity fixes to redirect mode:
+               * disable toolbar draft button
+               * allow only Address book in the Tools menu
+               * disable editing of message by the spell
+                 checker
+
+2002-11-18 [paul]      0.8.5claws168
+
+       * src/compose.c
+               fix sensitivity of menu items in compose_redirect():
+               allow only the necessary items 
+
+2002-11-18 [paul]      0.8.5claws167
+
+       * src/compose.c
+               fix bug [ 603259 ] 'attachment got lost on bounce'
+
+2002-11-18 [paul]      0.8.5claws166
+
+       * po/ru.po
+               updated by Ruslan N. Balkin <baron@dartel.ru>
+
+2002-11-18 [colin]     0.8.5claws165
+
+       * src/main.c
+         src/defs.h
+               Remove old filtering stuff
+
+
+2002-11-17 [oliver]    0.8.5claws164
+
+       * src/toolbar.h
+               remove not needed typedef 
+
+2002-11-17 [oliver]    0.8.5claws163
+
+       * src/toolbar.c
+               make toolbar's on click events translatable
+
+2002-11-15 [colin]     0.8.5claws162
+
+       * src/summaryview.c
+               Revert too-soon integration of a feature
+
+2002-11-15 [christoph] 0.8.5claws161
+
+       * src/imap.c
+               use main's implementation of imap_get_msginfo
+
+2002-11-15 [christoph] 0.8.5claws160
+
+       * src/compose.c
+       * src/folder.[ch]
+       * src/imap.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+       * src/procmsg.c
+       * src/summaryview.c
+               replace claws' fetch_msginfo with main's get_msginfo
+               (use main's implementation where possible)
+
+2002-11-15 [colin]     0.8.5claws159
+
+       * src/ssl_certificate.c
+               Missed a check
+
+2002-11-16 [melvin]    0.8.5claws158
+
+       * po/fr.po
+               Updated French translations.
+
+2002-11-16 [colin]     0.8.5claws157
+
+       * src/ssl_certificate.c
+               Check for missing parts in the certificates
+
+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