0.9.6claws83
[claws.git] / ChangeLog.claws
index 7e2d0b0b246c8ac7c8aebf20a84ecfc754f63889..086a1cf9b1ec39c00cdf3520f58c62df9e4452c5 100644 (file)
@@ -1,4 +1,109 @@
-2003-11-01 [alfons]    0.9.6claws71
+2003-11-20 [christoph] 0.9.6claws83
+
+       * src/mimeinfo.c
+               use signed MimeInfo when checking the signature and not
+               the selected one
+
+2003-11-19 [alfons]    0.9.6claws82
+
+       * src/mainwindow.c
+               fix crash when toggling separate views, patch submitted
+               by Pawel Pekala <c0rn|AT|gazeta.pl>.
+               fixes bug #342, "separate views  cause crash"
+
+2003-11-19 [paul]      0.9.6claws81
+
+       * src/compose.c
+               compose_redirect_write_headers_from_headerlist(): 
+               add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
+               
+       * src/main.c
+               code cleanup (inherited from 0.9.7cvs4)
+               
+       * tools/tb2sylpheed
+               bugfix: added missing attribute-list start. submitted by
+               Urke MMI
+
+2003-11-19 [luke]      0.9.6claws80
+
+       * src/textview.c
+               revert my last commit until I get time to fix it
+
+2003-11-18 [christoph] 0.9.6claws79
+
+       * src/mimeview.[ch]
+               check parent MimeInfos for signatures and display the
+               result of the parent when found
+
+       * src/pgpmime.c
+               o avoid NULL pointer warnings
+               o use procmime_mimeinfo_get_parameter()
+
+       * src/sgpgme.c
+               small text changes
+
+2003-11-17 [luke]      0.9.6claws78
+
+        * src/textview.c
+                add check for disguised URLs, fixing bug 57
+                "Hidden URL in HTML Mails"
+
+2003-11-16 [christoph] 0.9.6claws77
+
+       * src/procmime.c
+               fix crash when parsing invalid Content-Type header
+
+2003-11-16 [christoph] 0.9.6claws76
+
+       * src/pgpmime.c
+       * src/privacy.c
+       * src/procmime.c
+       * src/sgpgme.[ch]
+               implement message decrypting
+
+       * src/rfc2015.c
+               remove old code
+
+2003-11-14 [luke]      0.9.6claws75
+
+        * src/mimeview.c
+                fix a couple of problems that treated application/* and
+                application/octet-stream the wrong way around
+                (since 0.9.6claws10), causing "Open" to do nothing.
+
+2003-11-14 [christoph] 0.9.6claws74
+
+       * src/messageview.c
+       * src/pgpmime.c
+       * src/privacy.[ch]
+               prepare for message part decrypting
+
+       * src/sgpgme.c
+               add output for expired signatures
+
+       * src/rfc2015.c
+               remove some old code
+
+2003-11-10 [christoph] 0.9.6claws73
+
+       * src/mimeview.c
+               add "Full info" button for bad and warn signature status
+
+       * src/sgpgme.c
+               generate full signature info like gpg's output
+               (gpg -v --with-fingerprint --verify)
+
+2003-11-10 [christoph] 0.9.6claws72
+
+       * src/mimeview.c
+       * src/pgpmime.c
+       * src/privacy.[ch]
+       * src/sgpgme.[ch]
+       * src/textview.[ch]
+               o add code to view full signature info
+               o do automatic signature checks
+
+2003-11-10 [alfons]    0.9.6claws71
 
        * src/summaryview.c
                don't crash when gtkut_font_load() returns invalid font (has