* src/compose.c
[claws.git] / ChangeLog.claws
index 62954c9aeee97614e5defe813131b6aad95b10ea..34546aa840c541fa26501708948c05472806955a 100644 (file)
@@ -1,3 +1,74 @@
+2002-11-09 [christoph] 0.8.5claws104
+
+       * src/compose.c
+       * src/folder.[ch]
+       * src/folderview.[ch]
+       * src/import.c
+       * src/inc.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_folder_item.c
+       * src/procmsg.c
+       * src/summaryview.c
+               implement a callback system for folder item updates
+
+2002-11-09 [colin]     0.8.5claws103
+
+       * src/folderview.c
+               Fix prefs_filtering renaming for MH folders (we
+               shouldn't rename by path as another folder could
+               have the same hierarchy).
+
+2002-11-09 [colin]     0.8.5claws102
+
+       * src/folder.c
+               Fix a leak found by Christoph, use better variable
+               names
+
+2002-11-09 [colin]     0.8.5claws101
+
+       * src/folder.c
+               One more fix for processing rules
+
+2002-11-08 [colin]     0.8.5claws100
+       
+       * src/matcher.c
+               Don't copy the compiled regexp (will be reevaluated)
+       * src/folderview.c
+               Lock folderview while moving
+       * src/folder.c
+               Provide info on what's happening to the user
+
+2002-11-08 [colin]     0.8.5claws99
+
+       * src/folderview.c
+               Fix folder reordering after a move if parent is 
+               root
+       * src/scoring.[ch]
+               Add function to copy a ScoringProp
+       * src/prefs_folder_item.c
+               Copy scoring rules when copying a folder prefs
+
+2002-11-08 [colin]     0.8.5claws98
+
+       * src/folderview.c
+               Fixes in case of failure
+       * src/filtering.[ch]    
+               Add function to duplicate a FilteringProp
+       * src/matcher.[ch]
+               Add function to duplicate a MatcherProp
+       * src/prefs_folder_item.c
+               Save folder's processing rules when copying 
+               its prefs
+
+2002-11-08 [colin]     0.8.5claws97
+       
+       * src/folderview.c
+               Sort after move
+       * src/folder.c 
+               Change a printf to debug_print
+
 2002-11-08 [colin]     0.8.5claws96
 
        * src/folder.c