added missing folder->destroy() initialisation for mbox folders
[claws.git] / ChangeLog.claws
index 7b7d75443fe01d3c3e7b09b66e5ca5f2c623d71b..cc992967627663ac54e15a601a1623fbd5099ae6 100644 (file)
@@ -1,3 +1,281 @@
+2002-11-09 [colin]     0.8.5claws114
+
+       * src/mbox_folder.c
+               Added missing initialisation of folder->destroy()
+
+2002-11-09 [colin]     0.8.5claws113
+
+       * src/folder.c
+         src/folderview.c
+               Fix the status bar messages
+
+2002-11-09 [colin]     0.8.5claws112
+
+       * src/folderview.c
+               Fix hangs after folder dnd, happening after 
+               claws109.
+
+2002-11-09 [christoph] 0.8.5claws111
+
+       * src/folderview.c
+               just changed order of calls (reverse order of
+               associated calls)
+       * src/inc.c
+               lock inc when checking only one account, otherwise
+               inc all could be executed at the same time
+
+2002-11-09 [christoph] 0.8.5claws110
+
+       * src/folderview.c
+               better unlock the mouse cursor before calling
+               summary_show because it changes the cursor too
+
+2002-11-09 [christoph] 0.8.5claws109
+
+       * src/folder.[ch]
+       * src/folderview.c
+               add functions to open and close a folder
+               o opending will execute scanning for remote folders
+                 and processing
+               o closing will unset new flag for messages
+
+2002-11-09 [colin]     0.8.5claws108
+
+       * src/folder.c
+               Add a call to prefs_matcher_write_config to 
+               avoid non-leaf folders filtering settings to be
+               lost
+
+2002-11-09 [paul]      0.8.5claws107
+
+       * src/prefs_account.c
+               re-word a label
+
+2002-11-09 [colin]     0.8.5claws106
+
+       * src/folderview.c
+               Minor esthetic fix
+
+2002-11-09 [colin]     0.8.5claws105
+
+       * src/folderview.c
+               Fix prefs_filtering deletion for MH folders (same
+               reason as below)
+       * src/prefs_filtering.c
+               Fix prefs_filtering renaming and deletion for 
+               folder-based processing rules.  
+
+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
+         src/folderview.c
+               Fix segfaults, call me stupido
+       
+
+2002-11-08 [colin]     0.8.5claws95
+
+       *src/folder.c
+               Added forgotten prefs to save when moving folders
+
+2002-11-08 [colin]     0.8.5claws94
+
+       * src/folder.c
+               Fixes to folder DND (prefs copy)
+       * src/folderview.c
+               Optimization for folder DND (don't rescan whole tree)
+               Added folderview_create_folder_node() for this 
+               optimization, so de-duped a bit the code
+       * src/prefs_folder_item.[ch]
+               Added prefs_folder_item_copy_prefs()    
+         
+2002-11-08 [paul]      0.8.5claws93
+
+       * src/prefs_account.c
+         tools/README
+         tools/kmail2sylpheed_v2.pl
+               correct some typos
+
+2002-11-08 [paul]      0.8.5claws92
+
+       * src/compose.c
+         src/prefs_account.[ch]
+               remove account options 'clearsign' and 'ascii_armored',
+               replace with 'default_gnupg_mode' to prevent mixed-mode
+               Privacy settings
+
+2002-11-08 [paul]      0.8.5claws91
+
+       * src/compose.[ch]
+               re-implement GnuPG 'on-the-fly' mode selection,
+               disallow mixed-mode
+
+2002-11-08 [colin]     0.8.5claws90
+
+       * src/folderview.c
+         src/prefs_folder_item.c
+               Change "Property" to "Properties"
+
+2002-11-07 [colin]     0.8.5claws89
+
+       * src/folderview.c
+         src/folder.c
+               Allow folder dropping to a root folder
+
+2002-11-07 [paul]      0.8.5claws88
+
+       * src/compose.c
+               revert last commit
+
+2002-11-07 [paul]      0.8.5claws87
+
+       * src/compose.c
+               fix reply-to-list bug. closes bug report
+               "[633382] reply-to-list broken in recent cvs"
+
+2002-11-07 [paul]      0.8.5claws86
+
+       * src/compose.c
+               add a forgotten '#if USE_GPGME ... #endif'
+
+2002-11-07 [paul]      0.8.5claws85
+
+       * sync with 0.8.5cvs20
+               see ChangeLog 2002-11-07
+
+2002-11-07 [colin]     0.8.5claws84
+
+       * src/folder.[ch]
+               Change folder_item_move_to to return the newly 
+               created folderitem.
+       * src/folderview.c
+               Select the new folderitem after moving.
+
+2002-11-07 [colin]     0.8.5claws83
+
+       * src/prefs_filtering.c
+               Fix rule rewriting when moving a leaf folder to a 
+               shorter path
+
+2002-11-07 [colin]     0.8.5claws82
+
+       * src/prefs_filtering.c
+               fix a leak
+
+2002-11-07 [colin]     0.8.5claws81
+
+       * src/folder.[ch]
+               Add folder_item_move_to() function to move a 
+               folderitem into another one (updates matcher etc)
+       * src/folderview.c
+               Add folder drag'n drop (context menu to come)
+               [Should be dataloss free, but Please backup before 
+                trying !]
+
+2002-11-06 [colin]     0.8.5claws80
+
+       * src/mh.c
+               mh_create_folder() returns NULL if can't create
+               directory hierarchy
+
+2002-11-06 [paul]      0.8.5claws79
+
+       * src/compose.[ch]
+               allow 'on-the-fly' changing of the type of encryption 
+               and/or signing used (mime/ascii) via the compose window
+
+2002-11-06 [paul]      0.8.5claws78
+
+       * sync with 0.8.5cvs19
+               see ChangeLog 2002-11-06 for src/account.c: 
+               account_get_special_folder()
+               
+2002-11-05 [alfons]    0.8.5claws77
+
+       * src/crash.c
+               very minor cleanups: nothing to see here, move on. :-)
+
+2002-11-05 [colin]     0.8.5claws76
+
+       * src/main.c
+               Changes choices if compose windows are opened to
+               Discard, Draft, Don't quit
+
+2002-11-05 [thorsten]  0.8.5claws75
+
+       * src/compose.c
+               reenabled default_reply_to folder option
+
 2002-11-05 [colin]     0.8.5claws74
 
        * src/compose.[ch]