2006-12-27 [wwp] 2.6.1cvs80
[claws.git] / ChangeLog
index d5d98b65445680176bc28f8f95299f2fa1ff5801..59626f2b1bf72bedd1cbd415f85c53e0b5f3226f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,168 @@
+2006-12-27 [wwp]       2.6.1cvs80
+
+       * src/folder_item_prefs.c
+               Fix randomly initialized default-alt-dictionary (folder prefs),
+               complete 2.6.1cvs72.
+
+2006-12-27 [paul]      2.6.1cvs79
+
+       * src/imap_gtk.c
+       * src/mh_gtk.c
+               Add Copy folder in the folder's contextual
+               menu
+
+2006-12-27 [wwp]       2.6.1cvs78
+
+       * src/imap.c
+               Clean up session locking, thanks to Colin.
+
+2006-12-26 [colin]     2.6.1cvs77
+
+       * src/statusbar.c
+               Revert previous patch
+
+2006-12-26 [colin]     2.6.1cvs76
+
+       * src/folder.c
+       * src/folderview.c
+       * src/imap.c
+       * src/statusbar.c
+       * src/etpan/imap-thread.c
+               Fix previous commit warnings
+               Make statusbar update every second if total < 20
+               Make IMAP APPEND faster by simplifying log              
+
+2006-12-26 [colin]     2.6.1cvs75
+
+       * src/folder.c
+       * src/folder.h
+       * src/folderview.c
+       * src/folderview.h
+       * src/imap_gtk.c
+       * src/mh_gtk.c
+               Make it possible to copy folders accross
+               mailboxes (this was an arbitrary limitation).
+               Still make it impossible to move folders 
+               accross mailboxes.
+
+2006-12-26 [colin]     2.6.1cvs74
+
+       * src/etpan/imap-thread.c
+               Fix bug 1081, 'claws-mail 
+               segfaults when going offline 
+               while it transfers mails via 
+               imap'
+
+2006-12-26 [colin]     2.6.1cvs73
+
+       * src/folder_item_prefs.c
+               Don't forget alt dictionary when
+               renaming/moving folders
+
+2006-12-26 [wwp]       2.6.1cvs72
+
+       * src/folder_item_prefs.c
+               Add missing defaults for per-folder alt dict
+               (forgotten in 2.6.1cvs61).
+
+2006-12-26 [colin]     2.6.1cvs71
+
+       * src/wizard.c
+               Add tooltip to state that specifying
+               full path to mailbox is possible
+
+2006-12-26 [wwp]       2.6.1cvs70
+
+       * src/partial_download.c
+       * src/gtk/gtkvscrollbutton.c
+       * src/plugins/pgpinline/plugin.c
+               Fix for few compiler warnings that matter.
+
+2006-12-25 [colin]     2.6.1cvs69
+
+       * src/partial_download.c
+               Fix marking for download or deletion
+               when the header isn't the first
+       * src/gtk/logwindow.c
+               Fix start of scrolling
+
+2006-12-23 [paul]      2.6.1cvs68
+
+       * src/compose.c
+               change last commit to use the 'academic'
+               method instead. Thanks to wwp
+
+2006-12-23 [paul]      2.6.1cvs67
+
+       * src/compose.c
+               don't warn about empty subject when
+               redirecting
+
+2006-12-22 [colin]     2.6.1cvs66
+
+       * src/summary_search.c
+               Fix previous patch
+
+2006-12-22 [colin]     2.6.1cvs65
+
+       * src/gtk/gtkutils.c
+       * src/imap.c
+       * src/jpilot.c
+       * src/summary_search.c
+               A few warning fixes
+
+2006-12-23 [paul]      
+
+       2.7.0-rc2 released
+
+2006-12-22 [colin]     2.6.1cvs64
+
+       * src/toolbar.c
+       * src/toolbar.h
+               Add a combo to the learn spam button
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/bogofilter/bogofilter.h
+               Allow to store Unsure mails in a specific
+               folder to make better teaching easier
+
+2006-12-21 [wwp]       2.6.1cvs63
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_spelling.c
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+               Allow spell-checking using both current and alternate dictionaries
+               (thanks to Colin).
+
+2006-12-21 [wwp]       2.6.1cvs62
+
+       * src/gtk/gtkaspell.c
+               Apply recheck_when_changing_dict (highlight all mispelled words)
+               when switching to alternate dictionary.
+
+2006-12-21 [wwp]       2.6.1cvs61
+
+       * src/compose.c
+       * src/folder_item_prefs.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_folder_item.c
+       * src/prefs_spelling.c
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+               Add global and per-folder prefs to set the default
+               alternate dictionary.
+
+2006-12-21 [colin]     2.6.1cvs60
+
+       * src/folder.c
+               Look for folders by path in all folders
+       * src/html.c
+               add &mdash;
+
 2006-12-20 [colin]     2.6.1cvs59
 
        * src/gtk/quicksearch.c