2008-05-31 [colin] 3.4.0cvs76
[claws.git] / ChangeLog
index efd46ebb85a57a5abb1ceaee9b7e7bc83958582b..8ac484790f089b722b329e123ebf9e0f6ad1d82a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,76 @@
+2008-05-31 [colin]     3.4.0cvs76
+
+       * src/imap.c
+               Fix login issue introduced in cvs75.
+
+2008-05-31 [colin]     3.4.0cvs75
+
+       * src/imap.c
+               Fix more possible double-frees. Also, fix the root cause
+               of these double-frees by just noting the Session is to
+               be destroyed instead of destroying it in flight
+
+2008-05-29 [paul]      3.4.0cvs74
+
+       * manual/keyboard.xml
+               'Makes' these entries like the others
+
+2008-05-29 [colin]     3.4.0cvs73
+
+       * src/procmsg.h
+               Include utils.h in case we
+               need to pull goffset definition
+
+2008-05-29 [colin]     3.4.0cvs72
+
+       * src/common/utils.h
+               Workaround a stupid Glib issue, where
+               goffset happens to be undefined. 
+
+2008-05-28 [colin]     3.4.0cvs71
+
+       * src/compose.c
+       * src/compose.h
+       * src/grouplistdialog.c
+       * src/image_viewer.c
+       * src/imap.c
+       * src/inc.c
+       * src/main.c
+       * src/matcher.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/prefs_themes.c
+       * src/procmsg.h
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/textview.c
+       * src/common/smtp.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Use goffset instead of off_t for MsgInfo's size
+               Allows using MsgInfo structure from plugins
+               compiled with largefile support
+
+2008-05-26 [colin]     3.4.0cvs70
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+               Define THEME_CHANGED_HOOKLIST and invoke
+               it on theme change
+       * src/plugins/trayicon/trayicon.c
+               Listen to THEME_CHANGED_HOOKLIST and
+               update accordingly
+
+2008-05-26 [paul]      3.4.0cvs69
+
+       * src/mimeview.c
+               plug a leak in mimeview_save_all()
+
+2008-05-24 [colin]     3.4.0cvs68
+
+       * src/common/utils.h
+               Fix wrong define on old glibs
+
 2008-05-24 [paul]      3.4.0cvs67
 
        * src/Makefile.am