2005-10-06 [paul] 1.9.15cvs15
[claws.git] / ChangeLog-gtk2.claws
index b10359fb9c0e784e35c106c8cc6af902904c4230..e212c9de95f8387fdd1b493e010a101432bdff99 100644 (file)
@@ -1,3 +1,164 @@
+2005-10-06 [paul]      1.9.15cvs15
+
+       * po/nb.po
+       * po/pt_BR.po
+               updated by Geir Helland and Frederico
+               Goncalves Guimaraes
+
+2005-10-05 [colin]     1.9.15cvs14
+
+       * src/folder.c
+       * src/folder.h
+       * src/folderview.c
+       * src/folderview.h
+       * src/imap_gtk.c
+       * src/mh_gtk.c
+       * src/mainwindow.c
+       * src/setup.c
+               add a way to rescan without rebuilding
+               make moving a bit faster (less folders changes)
+               don't lock the tree on Get 
+       * src/imap.c
+               Don't re-delete deleted messages before expunging
+       * src/summaryview.c
+               Set batch mode when deleting mails
+
+2005-10-05 [paul]      1.9.15cvs13
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+               fix disabled Execute menu item
+       * src/toolbar.c
+               match the change in 1.9.15cvs10: use Compose
+               instead of News by default
+
+2005-10-04 [colin]     1.9.15cvs12
+
+       * src/compose.c
+               When replying to an ML post with Reply-To set
+               to the poster's email, honor it (as before),
+               but also honor our user's request to reply to
+               the mailing list: set the ML address in the To
+               field and the Reply-To address in the Cc: 
+               field.
+
+2005-10-04 [colin]     1.9.15cvs11
+
+       * src/plugins/trayicon/trayicon.c
+               Finish cosmetic change - thanks to wwp
+
+2005-10-04 [colin]     1.9.15cvs10
+
+       * src/toolbar.c
+               Use Compose instead of Email by default.
+               Spotted by wwp.
+
+2005-10-04 [colin]     1.9.15cvs9
+
+       * src/folder.c
+       * src/folder.h
+       * src/folderview.c
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Try to make IMAP faster, by simplifying SEARCH
+               commands, avoiding sending two STATUS in a row,
+               and deferring flags sync and processing just
+               after displaying the folder. 
+               This will update the SummaryView in certain
+               cases (new mails not already fetched, flags
+               changed from another client) but in a non-
+               blocking manner.
+
+2005-10-04 [colin]     1.9.15cvs8
+
+       * src/plugins/trayicon/trayicon.c
+               Relabel "Offline" to "Work offline"
+
+2005-10-04 [colin]     1.9.15cvs7
+
+       * src/export.c
+       * src/import.c
+       * src/mbox.c
+               Fix mbox import/export buglets
+               Patch by wwp
+       * src/plugins/trayicon/trayicon.c
+               Add offline swithc
+               Patch by wwp
+
+2005-10-04 [colin]     1.9.15cvs6
+
+       * src/folder.c
+       * src/folderview.c
+       * src/summaryview.c
+               Better fix (don't break mark all read) for cvs2
+
+2005-10-03 [colin]     1.9.15cvs5
+
+       * src/folder.c
+               Use a sane sort by default
+
+2005-10-03 [colin]     1.9.15cvs4
+
+       * src/inc.c
+               Add a 'Only once' button for overriding offline mode
+       * src/prefs_account.c
+       * src/wizard.c
+               Add Local mbox to the wizard
+               Add IMAP subdir to the wizard (or the wizard is useless
+               for such accounts, or even worse than useless)
+               Move IMAP subdir from Advanced to Receive tab, as it's
+               not that uncommon
+
+2005-10-03 [colin]     1.9.15cvs3
+
+       * src/send_message.c
+               Forgot this one in cvs1
+
+2005-10-03 [colin]     1.9.15cvs2
+
+       * src/folder.c
+               Faster close when leaving a folder with lots
+               of new mails. Idea by David Relson.
+
+2005-10-03 [colin]     1.9.15cvs1
+
+       * src/compose.c
+       * src/imap.c
+       * src/inc.c
+       * src/main.c
+       * src/messageview.c
+       * src/news.c
+       * src/summaryview.c
+       * src/gtk/sslcertwindow.c
+       * src/plugins/trayicon/trayicon.c
+               Add accels to every AlertPanel. Patch by Fabien 
+               Vantard
+
+2005-10-03 [paul]      1.9.15
+
+       1.9.15 released
+
+2005-10-03 [paul]      1.9.14cvs68
+
+       * po/ca.po
+       * po/de.po
+       * po/es.po
+       * po/fi.po
+       * po/fr.po
+       * po/sk.po
+       * po/sr.po
+       * po/zh_CN.po
+               updated by Miquel Oliete, Thomas Gilgin, Ricardo
+               Mones Lastra, Tommi Pirinen, Fabien vantard,
+               Andrej Kacian, Aleksander Urosevic, Yang Guilong
+
+2005-10-03 [paul]      1.9.14cvs67
+
+       * src/send_message.c
+               prevent hang on Cancel
+               patch by Colin
+
 2005-10-03 [paul]      1.9.14cvs66
 
        * src/main.c