2006-02-06 [colin] 2.0.0cvs26
[claws.git] / ChangeLog
index 08118d9dbfce9fe2d931b3bb4b9b8b6b9f2de24a..657f99e9bf6b705bc86321227b93d44223d3341f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2006-02-06 [colin]     2.0.0cvs26
+
+       * src/folder.c
+               Use g_slist_prepend in potentially big list
+
+2006-02-06 [colin]     2.0.0cvs25
+
+       * src/folder.c
+               Completely skip processing if it doesn't 
+               exist (faster!)
+
+2006-02-06 [colin]     2.0.0cvs24
+
+       * src/folder.c
+       * src/summaryview.c
+               Batch filtering in summaryview (from Tools menu)
+               and pre/post//-processing too
+
+2006-02-06 [colin]     2.0.0cvs23
+
+       * src/procmsg.h
+       * src/filtering.c
+               Use a special field for batch filtering instead
+               of stepping on deferred execution's toes
+
+2006-02-06 [colin]     2.0.0cvs22
+
+       * src/action.c
+       * src/filtering.c
+       * src/filtering.h
+       * src/folder.c
+       * src/summaryview.c
+               Fix filtering via menus and actions
+
 2006-02-06 [colin]     2.0.0cvs21
 
        * src/imap.c
@@ -8,6 +42,7 @@
        * src/inc.c
        * src/folder.c
        * src/mbox.c
+       * src/procmsg.h
                Move and copy filtered messages by batches instead of one
                by one - faster on IMAP
        * src/procmsg.c