2005-10-03 [paul] 1.9.14cvs66
[claws.git] / ChangeLog-gtk2.claws
index 0c9235e3a08d8f55a077a71e33d1c900c4c7045b..b10359fb9c0e784e35c106c8cc6af902904c4230 100644 (file)
@@ -1,3 +1,134 @@
+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
+               Skip currently selected message when
+               looking for next new or unread message
+               in current folder. Patch by Colin
+       * src/common/passcrypt.c
+               eliminate warnings on *BSD. Patch by
+               Daniel Gustafson
+
+2005-09-26 [colin]     1.9.14cvs50
+
+       * src/procmsg.c
+               Call postfiltering hook anyway
+
 2005-09-22 [colin]     1.9.14cvs49
 
        * src/codeconv.c