2007-01-17 [colin] 2.7.1cvs16
[claws.git] / ChangeLog
index 17b9c6aef43191d172306e646a35a0dfa4c5fdc0..33019a890938b2b12ecd99956d8983e2408464ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,113 @@
+2007-01-17 [colin]     2.7.1cvs16
+
+       * src/folder.c
+       * src/folder.h
+       * src/folderview.c
+       * src/folderview.h
+       * src/imap.c
+       * src/imap.h
+       * src/imap_gtk.c
+               Manage recursive search of unsubscribed folders
+               Rescan tree without checking for new messages 
+               after subscriptions changed
+
+2007-01-17 [paul]      2.7.1cvs15
+
+       * src/prefs_common.c
+       * src/gtk/pluginwindow.c
+               fix bug 1101, '"Load plugin" button is
+               accidentally hidden'
+               unset (-1) initial width in prefs_common,
+               fix overlapping buttons,
+               and other cleanups
+
+2007-01-17 [paul]      2.7.1cvs14
+
+       * src/procmime.c
+               add #include <errno.h>, it's needed
+               on some systems
+
+2007-01-17 [paul]      2.7.1cvs13
+
+       * src/common/defs.h
+       * tools/make.themes.project
+               rename .sylpheed_themeinfo to .claws_themeinfo
+               and use it
+       * src/etpan/etpan-errors.h
+       * src/etpan/etpan-log.c
+       * src/etpan/etpan-log.h
+       * src/etpan/etpan-thread-manager-types.h
+       * src/etpan/etpan-thread-manager.c
+       * src/etpan/etpan-thread-manager.h
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               add copyright header
+
+2007-01-17 [colin]     2.7.1cvs12
+
+       * src/plugins/pgpcore/select-keys.c
+       * src/gtk/pluginwindow.c
+       * src/prefs_account.c
+               Fix warnings
+
+2007-01-16 [colin]     2.7.1cvs11
+
+       * src/imap.c
+       * src/imap.h
+       * src/imap_gtk.c
+               Manage subscribing to subfolders when only
+               subscribed folders are shown.
+
+2007-01-16 [colin]     2.7.1cvs10
+
+       * src/folderview.c
+               Fix annoying vscrollbar going back to top
+               on Check for new folders
+
+2007-01-16 [colin]     2.7.1cvs9
+
+       * src/imap.c
+               Remove printf
+
+2007-01-16 [colin]     2.7.1cvs8
+
+       * src/filtering.c
+               Bigger buffer for errors
+       * src/imap.c
+       * src/imap.h
+       * src/imap_gtk.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/wizard.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+       * manual/handling.xml
+               Add subscriptions management. What it changes:
+               Creating a folder subscribes to it
+               Deleting a folder unsubscribes it
+               New contextual menu item allowing to switch between
+               All folders and Subscribed folders, subscribe, and
+               unsubscribe. "Creating" an existing but unsubscribed
+               folder will subscribe it.
+               By default for new accounts, only subscribed folders 
+               are shown.
+
+
+2007-01-16 [paul]      2.7.1cvs7
+
+       * src/summaryview.c
+               Allow folder classes to specify only sort_key or
+               sort_type instead of both or none.
+
+2007-01-16 [paul]      2.7.1cvs6
+
+       * src/action.c
+       * src/compose.c
+       * src/mimeview.c
+       * src/procmime.c
+       * src/textview.c
+               Save and use errno for procmime_get_part
+
 2007-01-16 [colin]     2.7.1cvs5
 
        * src/imap.c