2006-12-30 [colin] 2.6.1cvs89
[claws.git] / ChangeLog
index 8dc8d704aff728bc499784625ced6cc5c02aff4d..2f612b31377d70bb1d3fec402267e888473e80c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,123 @@
+2006-12-30 [colin]     2.6.1cvs89
+
+       * src/prefs_summaries.c
+               Rework GUI; patch by Pawel
+
+2006-12-29 [colin]     2.6.1cvs88
+
+       * src/prefs_folder_item.c
+               Fix bug 1085, 'Apply to subfolder 
+               doesn't work' - I was mistaken saying
+               it worked in every case
+
+2006-12-28 [colin]     2.6.1cvs87
+
+       * src/gtk/gtkaspell.c
+               Don't assert if use_alternate is true
+               and alt_dictionary isn't set -- this 
+               is what happens on upgrade! Rather,
+               do with it.
+
+2006-12-28 [colin]     2.6.1cvs86
+
+       * Makefile.am
+               Fix desktop/icon simplification
+
+2006-12-28 [colin]     2.6.1cvs85
+
+       * Makefile.am
+               Make desktop and icon not 
+               dependant on the desktop
+
+2006-12-28 [wwp]       2.6.1cvs84
+
+       * src/plugins/pgpmime/claws.def
+               Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
+
+2006-12-28 [wwp]       2.6.1cvs83
+
+       * src/prefs_folder_item.c
+               Fix coloring of "simplify subject regexp" (folder prefs),
+               which might be left to red whereas the regexp gets empty.
+
+2006-12-28 [wwp]       2.6.1cvs82
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/addressbook.c
+       * src/addressitem.h
+               Save addressbook mainwindow's horizontal and vertical splitter position.
+
+2006-12-27 [wwp]       2.6.1cvs81
+
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+       * src/compose.c
+               Fix assignment of compose's default and alternate dictionary from
+               account or folder settings. Now gtkaspell_change_dict does rotate
+               dicts only when it's called from a menu cb.
+
+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