processing mails in folder - you can define rules than will be executed when entering...
[claws.git] / ChangeLog.claws
index a76e20efb6ef002e9dcd43377b5330a4b1714de2..a45a993d0666b5ff80df3af66a45e7cb990cc8c4 100644 (file)
@@ -1,3 +1,190 @@
+2001-11-25 [hoa]       0.6.5claws33
+
+       * src/main.c
+               processing mails at startup
+
+       * src/folderview.c
+       * src/summaryview.[ch]
+               processing mails when entering folder
+
+       * src/prefs_filtering.c
+               fixed some UI bugs
+
+2001-11-24 [alfons]    0.6.5claws32
+
+       * src/summaryview.[ch]
+               make summary sort headers work, and also make
+               sure the sort type is stored
+
+2001-11-23 [alfons]    0.6.5claws31
+
+       * src/summaryview.[ch]
+               make lock work like mark
+               disallow deleting messages marked as locked
+
+2001-11-23 [alfons]    0.6.5claws30
+
+       * src/gtkstext.c
+       * src/compose.[ch]
+       * src/Makefile.am
+       * src/undo.[ch]
+               merge undo patch submitted by Jens
+
+2001-11-23 [christoph] 0.6.5claws29
+
+       * src/.cvsignore
+               added ylwrap
+       * src/compose.c
+               fixed gpg signing and encoding
+       * src/folder.[ch]
+       * src/main.c
+               added --status option to get new, unread and total
+               message count from a running sylpheed
+       * src/prefs_common.c
+               temporary fix for reply_with_quote problem
+               (don't call functions for non existing widget)
+       * src/procmsg.c
+               one more check for ignored threads but still not
+               always working correctly. probably a recursive
+               check for all parents is needed
+
+2001-11-23 [darko]     0.6.5claws28
+
+       * src/compose.c
+               wrapping on send improvements
+               fix for GtkSText after last sync with main branch
+               GTK_TEXT -> GTK_STEXT
+
+2001-11-23 [paul]      0.6.5claws27
+
+       * sync with sylpheed 0.6.5cvs14
+               see ChangeLog entries 2001-11-22 and 2001-11-23
+                
+       * po/de.po
+               fixed the scrambled umlauts 
+                submitted by Carsten Schurig <Carsten.Schurig@web.de>
+
+2001-11-21 [paul]      0.6.5claws26
+
+       * sync with sylpheed 0.6.5cvs12
+               see 2nd ChangeLog entry dated 2001-11-20
+
+2001-11-20 [paul]      0.6.5claws25
+
+       * sync with sylpheed 0.6.5cvs11
+               see ChangeLog entry 2001-11-19 (src/utils.c)
+
+2001-11-20 [hiro]
+
+       * src/compose.c
+               GTK_TEXT -> GTK_STEXT
+               fix for wrong comment
+
+2001-11-20 [hiro]      0.6.5claws24
+
+       * src/compose.[ch]
+               more merges from main branch
+               removed fatal warnings (uninitialized variables etc.)
+               some coding style fix
+       * src/gtkutils.h
+               fixed typo.
+       * src/addressbook.c
+         src/addrindex.c
+               V-Card -> vCard
+
+2001-11-19 [hoa]       0.6.5claws23
+
+       * src/filtering.c
+       * src/prefs_scoring.c
+       * src/matcher.[ch]
+       * src/scoring.c
+               cleaning code
+
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering.c
+               bouncing
+
+2001-11-19 [alfons]    0.6.5claws22
+
+       more of my old things into claws
+
+       * src/Makefile.am
+       * src/prefs_common.c
+       * src/procmsg.h
+       * src/summaryview.[ch]
+       * src/prefs_summary_column.c
+       * src/pixmaps/locked.xpm
+               add indicators for locking of message in summary view
+               (does not work yet, only visual indicator)
+
+2001-11-19 [paul]      0.6.5claws21
+
+       * sync with sylpheed 0.6.5cvs10
+               see ChangeLog entry 2001-11-19
+
+2001-11-18 [alfons]    0.6.5claws20
+       
+       * src/filtering.c
+               remove an inadvertent free I forgot in previous clean up 
+
+2001-11-18 [alfons]    0.6.5claws19
+
+       * src/filtering.[ch]
+               clean up & plug leaks
+
+2001-11-18 [paul]      0.6.5claws18
+
+       * sync with sylpheed 0.6.5cvs9
+               see ChangeLog entries 2001-11-17 and 2001-11-18
+
+2001-11-16 [paul]      0.6.5claws17
+
+       * sync with sylpheed 0.6.5cvs8
+               see ChangeLog entry 2001-11-16, src/grouplistdialog.c
+
+2001-11-16 [paul]      0.6.5claws16
+
+       * sync with sylpheed 0.6.5cvs7
+               see ChangeLog entries 2001-11-15 and 2001-11-16
+
+2001-11-15 [hoa]       0.6.5claws15
+
+       * src/compose.c
+               fix bounce, mails we received couln't be bounced to ourself.
+
+       * src/defs.h
+       * src/filtering.[ch]
+       * src/matcher.[ch]
+       * src/matcher_parser.h
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+       * src/inc.c
+       * src/main.c
+       * src/mbox.c
+       * src/prefs_filtering.[ch]
+       * src/mainwindow.c
+       * src/prefs_matcher.c
+       * src/prefs_scoring.c
+       * src/scoring.[ch]
+       * src/summaryview.c
+               new matcher/filter/score configuration file parser
+               one unique configuration file => ~/.sylpheed/matcherrc
+               import in currently automatic, then save are made
+               in this new file.
+               one filter per folder and one global filter
+               (filter of a folder will be used as folder processing)
+
+       * src/folder.c
+               fix a bug in folder_item_get_identifier
+               
+       * src/messageview.c
+               receive receipt return are fixed.
+
+2001-11-14 [alfons]    0.6.5claws14
+
+       * src/session.h
+               add things from main branch to make claws compile
+
 2001-11-14 [paul]      0.6.5claws13
 
        * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
 
 2001-11-13 [christoph] 0.6.5claws11
 
+       * src/compose.c
                Cleanup a mess i add before commiting
 
 2001-11-13 [hoa]       0.6.5claws10
        * src/summaryview.c
                fixed some bug when building threads
 
-2001-06-18 [paul]
+2001-06-18 [pau]l
 
         * src/prefs_account.c
                 UI stuff: More changes to the English