2005-02-14 [colin] 1.0.1cvs6
[claws.git] / ChangeLog.claws
index 66d24a78d688e32a0b2b27b23a8dfa0273017502..073a6eb27a9604acc97dbec499ddb65327260dfd 100644 (file)
@@ -1,3 +1,108 @@
+2005-02-14 [colin]     1.0.1cvs6
+
+       * src/compose.c
+       * src/procmime.c
+               Use quoted-printable instead of 7bit or 8bit
+               to encode "^From " and avoid mail corruption 
+               on the MTA, as specified by RFC 3156. Thanks
+               Hoa for the hint.
+
+2005-02-12 [colin]     1.0.1cvs5
+
+       * src/filtering.c
+               Remove wrong use of compose struct after
+               compose_send(). Spotted by Alfons and Holger Berndt.
+
+2005-02-10 [paul]      1.0.1cvs4
+
+       * src/compose.c
+               sync with main, see ChangeLog 2005-02-10
+
+2005-02-10 [colin]     1.0.1cvs3
+
+       * src/mainwindow.c
+               dereference freed messageview,
+               and don't try to use it after free.
+               This caused occasional late segfaults
+               when quitting.
+
+2005-02-10 [colin]     1.0.1cvs2
+
+       * src/messageview.c
+               Don't display html with plugin automatically
+               (Dillo steals focus)
+
+2005-02-09 [colin]     1.0.1cvs1
+
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/messageview.c
+               Display first relevant part using plugin
+               if not text/plain if possible (useful for 
+               vCalendar for example)
+
+2005-02-08 [paul]      1.0.1
+
+       1.0.1 released
+
+2005-02-08 [paul]      1.0.0cvs29
+
+       * po/de.po
+       * po/es.po
+       * po/fr.po
+       * po/it.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/sr.po
+               updated by Thomas Gilgin, Ricardo Mones Lastra,
+               Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
+               Guimaraes, Andrej Kacian, Aleksandar Urosevic
+
+2005-02-05 [paul]      1.0.0cvs28
+
+       * src/compose.c
+               fix Bug 682 'redirect is broken'
+
+
+2005-02-05 [thorsten]  1.0.0cvs27
+
+       * src/partial_download.c
+               fix buf overflow
+
+2005-02-03 [colin]     1.0.0cvs26
+
+       * src/common/plugin.c
+               Don't load GTK2 plugins at all. This solves
+               the plugins problem when switching between
+               GTK1 and GTK2 version.
+
+2005-02-02 [colin]     1.0.0cvs25
+
+       * src/messageview.c
+               Fix dangerous typo
+
+2005-01-31 [colin]     1.0.0cvs24
+
+       * src/compose.c
+               Fix MsgInfo reference leak
+
+2005-01-28 [colin]     1.0.0cvs23
+
+       * src/folderview.c
+               Change check - partial_recv is not cached.
+
+2005-01-28 [colin]     1.0.0cvs22
+
+       * src/folderview.c
+               Don't call partial_mark_for_delete() when 
+               it's useless
+
+2005-01-27 [colin]     1.0.0cvs21
+
+       * src/procmsg.c
+       * src/compose.c
+               Fix build - sorry.
+
 2005-01-27 [christoph] 1.0.0cvs20
 
        * src/folder.c