fixes for mbox / changes matcher dialog
[claws.git] / ChangeLog.claws
index dd385e1331a2b86f053c547c22cbcfbc9d5598be..37f80ac51dcc60966bb7410868cb7ef9c3113b94 100644 (file)
@@ -1,3 +1,164 @@
+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:
+               
+               (get_email_part): skip quoted email addresses, like in e.g.
+               "'alfons@proteus.demon.nl'".
+
+2001-05-26 [alfons]
+
+       Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
+       and fixing the persistence troubles when using separate windows.
+
+       * src/mainwindow.c:
+       
+           Added #define SEPARATE_ACTION used in the gtk item factory for 
+           the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
+               use gtk_item_factory_get_widget_by_action() to get the items.
+               
+           Removed separate_widget_cb from the gtk item factory data   
+         
+           (mainwindow_create): connect separate_widget_cb() to check
+           menu item "toggled" signal. also passing a MainWindow pointer
+               as object data for both check menu items.
+               
+           (separate_widget_cb): definition of separate_widget_cb() to match
+           GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
+               window using gtk_object_get_data(). The type of window separation 
+               (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
+       
+       * src/prefs_filtering.c,
+         src/prefs_matcher.c: added horizontal scrollbars
+
+2001-05-25 [darko]
+
+       * src/headerview.c
+               fix segfault with invalid bold font
+       * src/summaryview.c
+               correctly display summary stats after row is marked
+
+2001-05-23 [sergey]
+
+       * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
+       encodings with libjconv.
+
+2001-05-23 [hoa]
+
+       * src/Makefile.am
+               added mbox_folder.[ch]
+       * src/defs.h
+               mbox temporary folder
+       * src/folder.[ch]
+       * added src/mbox_folder.[ch]
+       * src/folderview.c
+       * src/procheader.[ch]
+               added mbox support
+       * src/mbox.c
+               bugfix for file incorporation filtering
+       * src/imap.c
+               enable creation of MBOX
+       * src/prefs_display_header.c
+               enable use of headers like "From "
+               something that should be fixed :
+                       displaying of such headers add an extra space
+       * src/prefs_folder_item.c
+               don't create folders because it is not necessary
+       * src/procmsg.h
+               added data field to MsgInfo for mbox internal use
+       * src/summaryview.c
+               added some support for mbox
+       * src/utils.[ch]
+               added get_mbox_cache_dir() function
+
+2001-05-23 [hiroyuki]
+
+       * src/headerwindow.c
+         src/inc.c
+         src/main.c
+         src/mh.c
+         src/nntp.c
+         src/procmsg.h
+         src/session.h
+         src/socket.[ch]
+         src/summaryview.c
+         src/textview.c
+         src/automaton.c
+         src/folderview.c: more sync with 0.4.99cvs2.
+
+       * src/headerwindow.c: reverted.
+
+2001-05-22 [paul]
+
+        0.4.99claws2
+
+        * sync with sylpheed 0.4.99cvs2
+                * src/news.[ch]
+                * src/nntp.[ch]
+                * INSTALL
+                * INSTALL.jp
+
+2001-05-22 [alfons]
+
+       * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
+
 2001-05-21 [alfons]
 
        Minor things:
 
         0.4.99claws1
 
-        *sync with sylpheed 0.4.99cvs1
+        * sync with sylpheed 0.4.99cvs1
 
 2001-05-18 [hoa]