2006-02-07 [colin] 2.0.0cvs28
[claws.git] / ChangeLog
index 08118d9dbfce9fe2d931b3bb4b9b8b6b9f2de24a..d52ef7b460bc843cc3baa4a3990e9c84f2184c35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2006-02-07 [colin]     2.0.0cvs28
+
+       * src/action.c
+               Freeze/thaw message list and folder list while
+               processing %as{} actions 
+       * src/compose.c
+               Fix auto-wrap disabling after a middle-click
+               paste
+
+2006-02-07 [paul]      2.0.0cvs27
+
+       * src/folder.c
+               fix freeing of uninitialised pointers
+               Thanks to Colin
+
+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 +57,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