2005-09-28 [paul] 1.9.14cvs59
[claws.git] / ChangeLog-gtk2.claws
index 9f719e0f71acc43c5f52363224449d7fa331cb7e..76334d5be4a51d4e6067086cdb26898fd1d5ca54 100644 (file)
@@ -1,3 +1,105 @@
+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
+       * src/codeconv.h
+               Add a strict mode that doesn't replace with _
+       * src/compose.c
+       * src/compose.h
+               Use strict conversion while sending
+               Fix race when drafting while sending (happens
+               on IMAP)
+               Fix d'n'd of messages from summaryview
+       * src/prefs_common.c
+       * src/prefs_common.h
+               add hidden utf8_instead_of_locale_for_broken_mail 
+               pref for people that preferred the default charset 
+               to be utf8 for broken mails
+       * src/quote_fmt_parse.y
+               fix bug #815 (No quote insert if "From:" fied 
+               contained Russian letters)
+       * src/summaryview.c
+               Fix d'n'd of messages to compose
+
+2005-09-22 [paul]      1.9.14cvs48
+
+       * src/compose.c
+               fix bug where attachments Name entry
+               would display Path instead
+
 2005-09-21 [paul]      1.9.14cvs47
 
        * README