* src/folder.c
[claws.git] / ChangeLog.claws
index 8aca0c1e073aa44cfd423bd16c159d6f3303c297..1bb3cdb39173855181299094added742334276ad 100644 (file)
@@ -1,3 +1,135 @@
+2002-08-01 [christoph] 0.8.1claws9
+
+       * src/folder.c
+               don't free the cache of the opened
+               folder in the summaryview
+       * src/summaryview.c
+               don't unset flags, if it is not required
+
+2002-08-01 [paul]      0.8.1claws8
+
+       * sync with 0.8.1cvs8
+               see ChangeLog entry 2002-08-01
+
+2002-08-01 [paul]      0.8.1claws7
+
+       * sync with 0.8.1cvs7
+               see ChangeLog 2002-07-31 and 2002-08-01
+
+2002-07-31 [christoph] 0.8.1claws6
+
+       * src/mainwindow.c
+               forgot to update menu sensitivity
+               function for new menu entry
+
+2002-07-31 [alfons]    0.8.1claws5
+
+       * src/main.c
+               check folder item and its path for NULL on
+               initial processing
+
+2002-07-31 [christoph] 0.8.1claws4
+
+       * src/folder.c
+               check if folder_item_get_msginfo in
+               folder_item_remove_msg returned NULL
+       * src/imap.c
+               better clear the uid cache in the
+               uid validity check function and delete
+               cached messages
+
+2002-07-31 [paul]      0.8.1claws3
+
+       * man/sylpheed.1
+               add the '--attach' option and a few other
+               minor changes
+
+2002-07-31 [paul]      0.8.1claws2
+
+       * sync with 0.8.1cvs5
+               see ChangeLog 2002-07-31
+
+2002-07-31 [christoph] 0.8.1claws1
+
+       * src/folderview.[ch]
+       * src/mainwindow.c
+               replace "Rescan all folders..." with
+               "Check all folders for new messages..."
+
+2002-07-30 [paul]      0.8.1claws
+
+       * version 0.8.1claws released
+
+2002-07-30 [paul]      0.8.0claws29
+
+       * tools/OOo2sylpheed.pl ** NEW FILE **
+         tools/README
+               add script to enable sending documents as
+               attachments from OpenOffice.org
+
+2002-07-30 [melvin]    0.8.0claws28
+
+       * src/prefs_actions.c
+               Made the actions' input/output dialog display
+               without delay.
+
+2002-07-30 [christoph] 0.8.0claws27
+
+       * src/procmsg.c
+               check if folder_item_get_msginfo in
+               procmsg_save_to_outbox returned NULL
+
+2002-07-30 [paul]      0.8.0claws26
+
+       * sync with 0.8.1cvs4
+               see ChangeLog 2002-07-29
+
+2002-07-29 [thorsten]  0.8.0claws25
+
+       * README.claws
+               added selective download, delete on server
+
+2002-07-29 [paul]      0.8.0claws24
+
+       * sync with 0.8.1cvs3
+               see ChangeLog 2002-07-29
+
+2002-07-27 [christoph] 0.8.0claws23
+
+       * src/folder.c
+               add extra check if fetching the msginfo
+               returned NULL
+
+2002-07-27 [paul]      0.8.0claws22
+
+       * sync with 0.8.1cvs2
+               see ChangeLog 2002-07-26
+
+2002-07-27 [christoph] 0.8.0claws21
+
+       * src/imap.c
+               add another check if a valid msginfo
+               was returned
+
+2002-07-26 [hoa]       0.8.0claws20
+
+       * src/folder.c
+               Fixed a condition in folder_item_destroy()
+
+       * src/imap.c
+               Fixed an error in IMAP protocol
+
+2002-07-26 [alfons]    0.8.0claws19
+
+       * src/folder.c
+               ofcourse compare with identifier, not the path
+
+2002-07-26 [alfons]    0.8.0claws18
+
+       * src/folder.c
+               use folder item identifier for saving / restoring
+               preferences because folder->path might not be unique
+
 2002-07-26 [melvin]    0.8.0claws17
 
        * src/logwindow.c