src/smtp.c (smtp_ok): fixed sock_gets() error handling.
[claws.git] / ChangeLog.claws
index 3734ba6da786730c78bb8080c4108734f3f7acb8..4c04ebad6016056a85fe16f5ffd9a2c21bd43207 100644 (file)
@@ -1,3 +1,158 @@
+2001-06-03 [sergey]
+
+       * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
+
+2001-06-03 [paul]
+
+        * sync with sylpheed 0.4.99cvs4
+
+2001-06-03 [alfons]
+
+       * src/headerwindow.c:
+
+               (headerwindow_show_cb): use the selected summary view item, not
+               the displayed item.
+
+2001-06-02 [alfons]
+
+       * src/headerwindow.c:
+
+               (headerwindow_show_cb): always try to show msginfo
+
+2001-06-02 [hoa]
+
+       * src/compose.c
+               keep attached parts when reediting or forwarding.
+
+2001-06-01 [hoa]
+
+       * src/folderview.c
+       * src/prefs_folder_item.[ch]
+       * src/prefs_scoring.[ch]
+       * src/scoring.[ch]
+       * src/summaryview.[ch]
+       * src/main.c
+       * src/mainwindow.c
+       * src/prefs_common.[ch]
+               support for folder scoring
+               kill score and important score for messages
+       
+       * src/prefs_account.c
+               some display bug fixed for local account
+               preferences
+
+2001-05-31 [alfons]
+
+       * src/summaryview.c:
+
+               (add_sender_to_cb): don't crash when no or invalid sender; the add 
+               sender to address book menu item is disabled.
+
+2001-05-30 [hoa]
+
+       * src/filtering.[ch]
+       * src/summaryview.c
+               handling summary menu / filter messages
+
+       * src/folder.[ch]
+               add some stuff
+
+       * src/foldersel.c
+               imap folders now appears in list
+
+       * src/mbox_folder.c
+               doesn't crash if destination mail is not writeable
+
+2001-05-29 [hoa]
+
+       * src/compose.c
+               removed some warnings
+
+       * src/filtering.c
+       * src/folder.[ch]
+       * src/prefs_filtering.c
+               global string to identify any folders           
+               removed some debug info
+               filtering to mbox folders is now possible
+
+       * src/mainwindow.c
+               removed some warnings
+
+       * src/mbox_folder.c
+               permission on files are changed to read/write for user only,
+               nothing for other.
+               creation of subfolder is handled better.
+
+2001-05-28 [alfons]
+
+       Verified the sync for src/prefs_common.[ch] and
+       src/prefs_account.[ch]. I believe there were some
+       minor indentation differences.
+
+2001-05-28 [paul]
+
+        0.4.99claws3
+
+        * sync with 0.4.99cvs3
+
+2001-05-28 [hoa]
+
+       * src/compose.c
+               handling flags for mbox format
+
+       * src/filtering.c
+               use of mark file only for MH format
+               handling flags for mbox format
+               filtering cannot yet move or copy mails to mbox folders.
+
+       * src/folder.[ch]
+               changed move_msg, copy_msg,
+               move_msgs_with_dest, copy_msgs_with_dest functions
+               uses only folder->copy_msg() function
+               uses folder->finished_copy() to handle the destination
+               folder at the end of the copy or move operation.
+
+       * src/foldersel.c
+               included mbox directories.
+
+       * src/folderview.[ch]
+       * src/mainwindow.c
+               handle folders operation for mbox format
+
+       * src/mbox.c
+               disable conversion of "From " header
+
+       * src/mbox_folder.[ch]
+               completion of mbox format handling
+
+       * src/mh.c
+               changed mh_copy_msg() function and
+               removed mh_move_msg(), mh_move_msgs_with_dest(),
+               mh_copy_msgs_with_dest()
+
+       * src/prefs_filtering.c
+               removed some warnings
+
+       * src/prefs_matcher.c
+               default boolean operation is AND
+
+       * src/procheader.c
+               handling flags for mbox format
+               handling of "From " header
+
+       * src/procmsg.[ch]
+               removed data field
+               added MSG_REALLY_DELETED flags to handle deletion of
+               messages in mbox format.
+
+       * src/summaryview.c
+               handling flags for mbox format
+               disable the MSG_DELETED flags when messages
+               are deleted in mbox format
+
+       * src/textview.c
+               "From " headers display fixed.
+
 2001-05-27 [alfons]
 
        * src/textview.c: