2008-06-04 [colin] 3.4.0cvs82
[claws.git] / ChangeLog
index 5ea10867833d5730eeb244d0fd09934b4bcebc8f..b22c9364c9921041767c4e912bccd374d63a0393 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,334 @@
+2008-06-04 [colin]     3.4.0cvs82
+
+       * src/messageview.c
+               Complete handling of html parts in multipart/alternative
+               mails
+
+2008-06-03 [paul]      3.4.0cvs81
+
+       * src/prefs_message.c
+               make always the english good
+
+2008-06-03 [colin]     3.4.0cvs80
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+               Fix bug 1624, '[PATCH] Quick search should be 
+               disabled for folder view'; based on a patch by
+               Michael Terry
+
+2008-06-03 [iwkse]     3.4.0cvs79
+
+       * src/addressbook.c
+               Fix little gui bug on button sensitivity
+       * src/messageview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_message.c
+               Allow by default to show html in multipart/alternative
+
+2008-06-02 [colin]     3.4.0cvs78
+
+       * src/prefs_actions.c
+               GUI rework, patch by Pawel 
+
+2008-06-02 [colin]     3.4.0cvs77
+
+       * src/quote_fmt.c
+               Fix sensitivity/alignment, patch from
+               Pawel
+
+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
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/toolbar.c
+       * src/pixmaps/cancel.xpm
+       * src/pixmaps/close.xpm
+               add a specific icon for A_CANCEL_INC (addresses
+               point 1 of bug 1609 'Icon issues')
+               replace close.xpm with an icon of the standard
+               24x24 size
+
+2008-05-24 [paul]      3.4.0cvs66
+
+       * src/pixmaps/insert_file.xpm
+               replaced
+
+2008-05-23 [paul]      3.4.0cvs65
+
+       * src/common/md5.c
+       * src/common/md5.h
+               add the possibility to check md5 on binary files,
+               thanks to Colin
+
+2008-05-23 [colin]     3.4.0cvs64
+
+       * src/mainwindow.c
+       * src/summaryview.c
+               Fix bug 1610, 'claws crash after opening/closing 
+               preferences and window update'
+
+2008-05-22 [colin]     3.4.0cvs63
+
+       * src/prefs_filtering_action.c
+       * src/gtk/combobox.c
+       * src/gtk/combobox.h
+               Fix reselecting of Tags actions in
+               filtering actions dialog
+
+2008-05-22 [colin]     3.4.0cvs62
+
+       * src/Makefile.am
+       * src/prefs_toolbar.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/toolbar.c
+       * src/pixmaps/delete_btn.xpm
+       * src/pixmaps/insert_file.xpm
+       * src/pixmaps/mail_reply_to_list.xpm
+               Fix more of bug 1609:
+               - Add a Delete button icon
+               - Add a Reply to list button icon
+               - Fix Insert file button icon
+               Artwork by Ciprian Popovici.
+
+2008-05-21 [colin]     3.4.0cvs61
+
+       * src/common/utils.c
+               Fix a little leak
+
+2008-05-21 [wwp]       3.4.0cvs60
+
+       * src/prefs_filtering.c
+               Don't show SMTP-only accounts in accounts list, as they are
+               irrelevant for filtering incoming messages.
+
+2008-05-21 [colin]     3.4.0cvs59
+
+       * src/mainwindow.c
+               Don't put SMTP-only accounts in receive menus
+
+2008-05-21 [colin]     3.4.0cvs58
+
+       * src/imap.c
+               Fix cvs56 (brain fart)
+
+2008-05-21 [colin]     3.4.0cvs57
+
+       * src/common/utils.c
+               Fix bug 1615, 'hang on FIFO when the other end's not 
+               opened'
+
+2008-05-21 [colin]     3.4.0cvs56
+
+       * src/imap.c
+               Fix a warning
+
+2008-05-19 [colin]     3.4.0cvs55
+
+       * src/plugins/pgpcore/sgpgme.c
+               Maybe fix debian bug 481856, 'Segmentation fault 
+               when verifying a GPG signature'. Although it 
+               looks like a race condition...
+
+2008-05-19 [colin]     3.4.0cvs54
+
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+       * src/common/tags.c
+       * src/common/tags.h
+       * src/gtk/combobox.c
+       * src/gtk/combobox.h
+               Patch by Pawel: disabled Tags menus in filtering dialogs
+
+2008-05-19 [colin]     3.4.0cvs53
+
+       * src/prefs_account.c
+               GUI patch by Pawel: align ports entries
+
+2008-05-19 [colin]     3.4.0cvs52
+
+       * src/mainwindow.c
+               Fix bug 1616, 'strange question while emptying trash'
+
+2008-05-18 [colin]     3.4.0cvs51
+
+       * src/common/plugin.c
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+       * src/gtk/gtksctree.c
+               Fix bug 1613, 'Various memory leaks'; 
+               based on a patch by Didier Barvaux.
+
+2008-05-18 [colin]     3.4.0cvs50
+
+       * src/mimeview.c
+       * src/privacy.h
+       * src/toolbar.c
+       * src/toolbar.h
+       * src/plugins/pgpcore/sgpgme.c
+               Fix more parts of bug 1609:
+               - Make use of specific Expired privacy icon
+               - Use CLOSE instead of NOTICE_ERROR for cancel
+                 receiving
+               - Allow a Preferences button in the main toolbar
+
+2008-05-18 [colin]     3.4.0cvs49
+
+       * src/stock_pixmap.c
+               Fix bug with non-updating icons after theme change:
+               If fetching pixbuf for a given icon after a theme
+               change, the next pixmap fetch would return the old
+               cached one, as the theme change was forgotten at 
+               this time. (and vice-versa). This was mostly 
+               visible on open folder icons
+
+2008-05-17 [colin]     3.4.0cvs48
+
+       * src/prefs_summaries.c
+       * src/summaryview.c
+               Fix bug 1608, 'Inconsistent behaviour of mark as read 
+               options'. Patch by Pawel
+
+2008-05-16 [colin]     3.4.0cvs47
+
+       * src/imap.c
+               Fix another possible crash (on fatal errors
+               at login, like stream error).
+
+2008-05-16 [paul]      3.4.0cvs46
+
+       * tools/thunderbird-filters-convertor.pl
+               fix a typo
+               fix reading a tb rule that contains something
+               like that: \"Sender\"
+
+2008-05-16 [paul]      3.4.0cvs45
+
+       * tools/README
+       * tools/csv2addressbook.pl
+               add support for gmail exported csv address book
+
+2008-05-16 [colin]     3.4.0cvs44
+
+       * configure.ac
+       * src/ldapupdate.c
+               Fix ldap deprecated calls. Patch by
+               Michael Rasmussen
+
+2008-05-16 [paul]      3.4.0cvs43
+
+       * manual/de/account.xml
+       * manual/it/account.xml
+       * manual/it/ack.xml
+       * manual/it/addrbook.xml
+       * manual/it/claws-mail-manual.xml
+       * manual/it/gpl.xml
+       * manual/it/intro.xml
+       * manual/it/starting.xml
+               add pages towards German and Italian manuals.
+               (just for storage, they are not built yet, due
+               to being incomplete.) submitted by Speckmade
+               <Speckmade@gmx.net> and Salvatore De Paolis
+               <iwkse@claws-mail.org>
+
+2008-05-16 [colin]     3.4.0cvs42
+
+       * src/gtk/sslcertwindow.c
+               Fix SHA1 fingerprint with GnuTLS
+
+2008-05-15 [colin]     3.4.0cvs41
+
+       * src/gtk/sslcertwindow.c
+               Print SHA1 fingerprint too
+
+2008-05-15 [colin]     3.4.0cvs40
+
+       * src/imap.c
+               Fix certificate port on TLS. It was 
+               previously always 0.
+               **IMPORTANT INFORMATION**: this will trigger 
+               one wrong "New certificate" warning at the 
+               first connection with this fix, if using STARTTLS
+               on IMAP.
+       * src/gtk/sslcertwindow.c
+               Make labels selectable
+
 2008-05-15 [colin]     3.4.0cvs39
 
        * src/imap.c