2008-04-23 [paul] 3.4.0cvs8
[claws.git] / ChangeLog
index 624bdf49bb9627424d1ceabda379fac144e8a68c..35d4ea11ae785df7bcb14a6a83d5e073fff75dc4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,134 @@
+2008-04-23 [paul]      3.4.0cvs8
+
+       * manual/advanced.xml
+               add info about the "two_line_vertical" hidden
+               pref
+
+2008-04-22 [paul]      3.4.0cvs7
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/summaryview.c
+               make the 2-line view in summaryview when in three
+               columns mode configurable. hidden pref: "two_line_vertical"
+
+2008-04-22 [colin]     3.4.0cvs6
+
+       * src/inc.c
+               Fix missing inc_unlock()
+       * src/prefs_matcher.c
+       * src/send_message.c
+               Fix my last commit
+
+2008-04-22 [colin]     3.4.0cvs5
+
+       * src/etpan/imap-thread.c
+               Use g_(un)setenv instead of (un)setenv which
+               doesn't exist on IRIX 6.5
+
+2008-04-22 [colin]     3.4.0cvs4
+
+       * src/inc.c
+       * src/prefs_common.c
+       * src/send_message.c
+               Fix bug 1566, 'too short I/O timeout on OpenBSD'
+               Set the default timeout to 75 seconds
+
+2008-04-20 [colin]     3.4.0cvs3
+
+       * src/pixmaps/tray_newmail.offline.xpm
+       * src/pixmaps/tray_newmail.xpm
+       * src/pixmaps/tray_newmarkedmail.offline.xpm
+       * src/pixmaps/tray_newmarkedmail.xpm
+       * src/pixmaps/tray_nomail.offline.xpm
+       * src/pixmaps/tray_nomail.xpm
+       * src/pixmaps/tray_unreadmail.offline.xpm
+       * src/pixmaps/tray_unreadmail.xpm
+       * src/pixmaps/tray_unreadmarkedmail.offline.xpm
+       * src/pixmaps/tray_unreadmarkedmail.xpm
+               Make the tray icons a bit nicer. Would be
+               nice to get really nice icons from someone
+               who's good at Gimp :)
+
+2008-04-18 [colin]     3.4.0cvs2
+
+       * src/common/log.c
+               Forgot one g_unlink
+
+lease complete the changelog entry below
+2008-04-18 [colin]     3.4.0cvs1
+
+       * src/addrduplicates.c
+       * src/addressbook.c
+       * src/compose.c
+       * src/crash.c
+       * src/editaddress.c
+       * src/folder.c
+       * src/image_viewer.c
+       * src/imap.c
+       * src/inc.c
+       * src/main.c
+       * src/mbox.c
+       * src/messageview.c
+       * src/mh.c
+       * src/msgcache.c
+       * src/news.c
+       * src/partial_download.c
+       * src/pop.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_other.c
+       * src/prefs_themes.c
+       * src/procheader.c
+       * src/procmime.c
+       * src/procmsg.c
+       * src/textview.c
+       * src/wizard.c
+       * src/common/prefs.c
+       * src/common/ssl_certificate.c
+       * src/common/template.c
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/etpan/imap-thread.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpinline/pgpinline.c
+               Add an option to shred temporary files and messages
+               instead of just removing them. Slows deletions down!
+
+2008-04-18 [paul]      3.4.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.4.0 released
+
+
+2008-04-18 [paul]      3.3.1cvs61
+
+       * po/de.po
+       * po/fi.po
+       * po/it.po
+       * po/pt_BR.po
+               updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
+               and Frederico Goncalves Guimaraes
+       * po/es.po
+               updated on the last minute by a lazy Ricardo Mones
+
+2008-04-18 [colin]     3.3.1cvs60
+
+       * po/fr.po
+               Update translation (Fabien Vantard)
+
+2008-04-17 [colin]     3.3.1cvs59
+
+       * src/imap.c
+               Fix debian bug 474712, 'claws seg faults when IMAP 
+               connection breaks after an IMAP protocol error 
+               (BAD UID SEARCH Invalid parameter: $Forwarded)]'
+       * src/summaryview.c
+               Fix a little leak
+
 2008-04-17 [colin]     3.3.1cvs58
 
        * src/common/log.c