2004-09-02 [colin] 0.9.12cvs87
[claws.git] / ChangeLog.claws
index a28107b1e736e095e3a2191c9aa1f17bc383d25e..23235992c6d4743684d492ae6120d10b435fc526 100644 (file)
@@ -1,3 +1,204 @@
+2004-09-02 [colin]     0.9.12cvs87
+
+       * src/prefs_spelling.c
+               Fix bug with aspell prefs init, where spell checking
+               is enabled at first but dictionary not specified. Use
+               LANG's dictionary by default.
+
+2004-09-01 [colin]     0.9.12cvs86
+
+       * src/filtering.c
+       * src/imap.c
+       * src/prefs_matcher.c
+       * src/stock_pixmap.c
+               Fix more nasty uninitialized variables
+
+2004-08-31 [colin]     0.9.12cvs85
+
+       * src/folder.c
+               Fix memory corruption when entering procmsg_msginfo_free()
+               with unitialized msginfo. Thanks Valgrind.
+
+2004-08-29 [colin]     0.9.12cvs79
+
+       * src/mimeview.c
+               Don't escape filenames before saving - that's 
+               not dangerous. By the way, fix the leak.
+
+2004-08-27 [paul]      0.9.12cvs83
+
+       * src/mh.c
+       * src/procheader.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/common/utils.c
+       * src/gtk/menu.h
+               sync with main 0.9.12cvs6, see ChangeLog
+               2004-08-24, 2004-08-25, 2004-08-26
+
+
+2004-08-26 [paul]
+
+       * po/ja.po
+               updated by Rui Hirokawa
+
+2004-08-25 [colin]     0.9.12cvs82
+
+       * src/plugins/pgpmime/pgpmime.c
+               Fix leak on non-combined encrypted messages
+
+2004-08-25 [colin]     0.9.12cvs81
+
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/pgpmime/sgpgme.c
+       * src/plugins/pgpmime/sgpgme.h
+               Handle combined encryption/signature
+
+2004-08-24 [colin]     0.9.12cvs80
+
+       * src/folder.c
+               Set mime flags on non multipart messages too
+
+2004-08-23 [christoph] 0.9.12cvs79
+
+       * src/compose.c
+               create message header in memory as GString before writing it
+               to the message file
+
+2004-08-23 [colin]     0.9.12cvs78
+
+       * src/rfc2015.c
+       * src/rfc2015.h
+       * src/compose.c
+               Fix (again) bug 197: inline encryption broken
+
+2004-08-23 [paul]
+
+       * po/zh_CN.po
+               updated by Hansom Young
+
+2004-08-23 [paul]
+
+       * 0.9.12a released
+
+2004-08-23 [colin]     0.9.12cvs77
+
+       * src/imap.c
+               Try and fix bug 577 (session->last_access_time is broken since 
+               sync with main 0.9.12cvs2). 
+               Patch by Stephan Sachse <whiteman@teg-clan.de>
+
+2004-08-23 [paul]
+
+       * po/es.po
+       * po/fr.po
+       * po/pl.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/sr.po
+               update translations. submitted by Ricardo
+               Mones Lastra, Fabien Vantard, Emilian Nowak,
+               Frederico Goncalves Guimaraes, Andrej Kacian,
+               Urke MMI
+
+2004-08-22 [paul]      0.9.12cvs76
+
+       * src/plugins/trayicon/trayicon.c
+               fix formatting bug in trayicon_popup_menu_entries[]
+
+
+2004-08-22 [paul]      0.9.12cvs75
+
+       * m4/Makefile.am
+               remove reference to openssl.m4
+
+
+2004-08-21 [colin]     0.9.12cvs74
+
+       * src/compose.c
+               Fix bug 576 (Duplicate auto-bcc on reedit)
+
+2004-08-21 [colin]     0.9.12cvs73
+
+       * src/toolbar.c
+               Grey out Redirect in the toolbar when selection is
+               multiple. Fixes bug 520
+
+2004-08-21 [colin]     0.9.12cvs72
+
+       * src/compose.c
+               Save Sign, Encrypt and Mode status when drafting or queuing
+               Fixes bug 502 (drafted message does not keep sign / encrypt 
+               state)
+
+2004-08-21 [colin]     0.9.12cvs71
+
+       * src/summaryview.c
+               Fix bug 494 (Messages are always opened in summary 
+               view when right clicked.) Also fixes bug 508.
+
+2004-08-21 [colin]     0.9.12cvs70
+
+       * src/compose.c
+               When using inline encryption, don't use QP or Base64:
+               the mail will be encrypted to a 7bit string.
+               Fixes bug 197
+
+2004-08-21 [colin]     0.9.12cvs69
+
+       * src/compose.c
+               Fix inline-signing with 8bit chars: data must be 
+               converted to Quoted-printable before signing.
+
+2004-08-21 [colin]     0.9.12cvs68
+
+       * src/compose.c
+               Remove 'Message/Save to draft folder'
+               and 'Message/Save and keep editing' to 
+               put a single 'File/Save' command.
+               Fixes bug 224
+
+2004-08-21 [colin]     0.9.12cvs67
+
+       * src/mainwindow.c
+               Fix bug 222 (Summary view state not retained between sessions)
+
+2004-08-20 [colin]     0.9.12cvs66
+
+       * src/codeconv.c
+               Fix bug 574 (empty cur_locale is not enough)
+
+2004-08-20 [paul]
+
+        * src/plugins/pgpmime/plugin.c
+                modify PGP/MIME plugin's description
+
+2004-08-16 [colin]     0.9.12cvs65
+
+       * src/common/ssl.c
+               Fix version comparison
+
+2004-08-16 [colin]     0.9.12cvs64
+
+       * src/common/ssl.c
+               I meant 2.2.
+
+2004-08-16 [colin]     0.9.12cvs63
+
+       * src/common/ssl.c
+               People with glibc 2.1 have had problems with non-blocking
+               SSL_connect. Disable it for glibc < 2.2.
+
+2004-08-16 [colin]     0.9.12cvs62
+
+       * src/common/ssl.c
+               Fix format error
+
+2004-08-13 [colin]     0.9.12cvs61
+
+       * src/plugins/pgpmime/plugin.c
+               Add plugin's description
+
 2004-08-12 [christoph] 0.9.12cvs60
 
        * src/folderutils.c