2005-10-04 [colin] 1.9.15cvs12
[claws.git] / ChangeLog-gtk2.claws
index 4d8c686a21950e7cbc82b8bd05a60b981d685f38..680f1e66e7cf469a20521bbc0a9c316b0659e1d3 100644 (file)
@@ -1,3 +1,246 @@
+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
+               fix crash in IMAP caused by discrepancy
+               between check_at_startup and offline mode
+               Patch by Colin
+
+2005-10-01 [paul]      1.9.14cvs65
+
+       * src/inc.c
+               fix engrish
+
+2005-10-01 [paul]      1.9.14cvs64
+        * src/export.c
+       * src/import.c
+               synchronise import_mbox() and export_mbox()
+       * src/mbox.c
+               proc_mbox(): add alert if file cannot be opened
+               export_list_to_mbox(): test if dest file exists,
+               prompt user to overwrite if it does. add alert
+               if file cannot be created
+                                                               
+       Patch by wwp
+                                                                                                               
+
+2005-09-30 [paul]      1.9.14cvs63
+
+       * src/addressbook.c
+               Fix sensitivity of a menu
+       * src/codeconv.c
+               Respect hidden pref for mails with no encoding
+       * src/common/xml.c
+               Fix memory corruption
+       * src/plugins/pgpcore/sgpgme.c
+               Fix segfault on incomplete sigs, and display
+               of S/Mime UIDs
+
+       Patches by Colin
+
+2005-09-30 [colin]     1.9.14cvs62
+
+       * src/partial_download.c
+               Little logic fix in almost-dead code
+       * src/pop.c
+               Fix partial download when there's no new mail
+
+2005-09-29 [paul]      1.9.14cvs61
+
+       * src/plugins/pgpinline/pgpinline.c
+               fix bug 819, 'crash accessing sign message'
+               Patch by Colin
+
+2005-09-28 [martin]    1.9.14cvs60
+
+       * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
+               fix bug #790 (Crash when restarting window manager (fluxbox))
+
+2005-09-28 [paul]      1.9.14cvs59
+
+       * src/gtk/gtkaspell.c
+               fix off-by-one typo
+
+2005-09-27 [colin]     1.9.14cvs58
+
+       * src/plugins/pgpcore/sgpgme.c
+               Report error when there's one, instead of
+               "Signature unchecked" 
+
+2005-09-27 [colin]     1.9.14cvs57
+
+       * src/prefs_quote.c
+               Fix bug #816 (Weird quotation with spaces)
+
+2005-09-27 [colin]     1.9.14cvs56
+
+       * src/codeconv.c
+       * src/compose.c
+       * src/compose.h
+               Put subject in compose's title
+               Fix Automatic encoding so that it's really automatic:
+               first try default locale's charset, then charset of the replied mail, 
+               then utf-8
+               Fix encoding of headers (must be in strict mode too)
+
+2005-09-26 [colin]     1.9.14cvs55
+
+       * src/gtk/gtkaspell.c
+               Fix previous patch - don't color the space,
+               just uncolor it :)
+
+2005-09-26 [colin]     1.9.14cvs54
+
+       * src/gtk/gtkaspell.c
+               Unmark space if possible
+
+2005-09-26 [colin]     1.9.14cvs53
+
+       * src/imap.c
+               log_error instead of alertpanel according to the pref
+       * src/etpan/imap-thread.c
+               Print connect status, copy only necessary size to 
+               logger
+       * src/plugins/pgpmime/pgpmime.c
+               Handle S/Mime signatures (verification only). Patch based
+               on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
+
+2005-09-26 [paul]      1.9.14cvs52
+
+       * src/common/passcrypt.c
+               this 'workaround' not necessary on NetBSD.
+               Thanks to Daniel Gustafson
+
+2005-09-26 [paul]
+
+       1.9.15-rc4 released
+
 2005-09-26 [paul]      1.9.14cvs51
 
        * src/summaryview.c