2011-10-20 [mones] 3.7.10cvs38
[claws.git] / ChangeLog
index e0ae0786833a340b2ddb6b7a5ef6ed559cc9459a..8dfe9ad816f19cab676ae7b8424e837cc578657f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,405 @@
+2011-10-20 [mones]     3.7.10cvs38
+
+       * po/fr.po
+       * src/common/defs.h
+               Fix references to old dotsrc mailing lists
+
+2011-10-19 [mones]     3.7.10cvs37
+
+       * src/prefs_msg_colors.c
+               Fix Ok/Cancel buttons in color selector of preferences
+
+2011-10-17 [colin]     3.7.10cvs36
+
+       * src/gtk/gtkshruler.c
+               (Probably) fix GTK+ <= 2.22
+
+2011-10-17 [colin]     3.7.10cvs35
+
+       * src/gtk/gtkshruler.c
+               Fix GTK+2.22 build
+
+2011-10-17 [mones]     3.7.10cvs34
+
+       * src/addrbook.c
+       * src/exportldif.c
+       * src/jpilot.c
+       * src/mutt.c
+       * src/pine.c
+       * src/procmsg.c
+       * src/vcard.c
+               Fix potential out-of-buffer writes
+
+2011-10-17 [mones]     3.7.10cvs33
+
+       * src/main.c
+               Use just one g_print call per option; correct indentation
+
+2011-10-17 [colin]     3.7.10cvs32
+
+       * src/compose.c
+       * src/compose.h
+       * src/gtk/Makefile.am
+       * src/gtk/gtkshruler.c
+       * src/gtk/gtkshruler.h
+       * src/gtk/gtkunit.c
+       * src/gtk/gtkunit.h
+               Reimplement ruler using the GTK widgets. Thanks
+               to Hanno for the initial patch.
+
+2011-10-17 [colin]     3.7.10cvs31
+
+       * src/action.c
+       * src/main.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               Undeprecate GIO/GdkCondition
+
+2011-10-16 [mones]     3.7.10cvs30
+
+       * src/main.c
+               Add --compose-from-file option to open composition
+               window with the headers and body from a file; based
+               on Debian patch to fix http://bugs.debian.org/544868
+
+2011-10-15 [mones]     3.7.10cvs29
+
+       * manual/advanced.xml
+               Document new summary_from_show hidden preference
+
+2011-10-15 [paul]      3.7.10cvs28
+
+       * src/compose.c
+               compose_create_tags() - fix misplaced 'int i'
+               compose_entry_mark_default_to() - fix To field highlighting
+
+2011-10-09 [colin]     3.7.10cvs27
+
+       * src/addr_compl.c
+               Fix address completion
+
+2011-10-07 [colin]     3.7.10cvs26
+
+       * src/prefs_filtering_action.c
+       * src/gtk/gtkutils.h
+               Fix build with GTK+2.20
+
+2011-10-07 [colin]     3.7.10cvs25
+
+       * src/gtk/Makefile.am
+       * src/gtk/gdkkeysyms-new.h
+       * src/gtk/gtkutils.h
+               Copy the new GDK_KEY_* definitions for older GTKs
+
+2011-10-07 [colin]     3.7.10cvs24
+
+       * configure.ac
+               Fix typos (thanks to Hanno)
+
+2011-10-07 [colin]     3.7.10cvs23
+
+       * src/compose.c
+       * src/gtk/gtkshruler.c
+       * src/gtk/gtkshruler.h
+               Disable ruler starting from 2.24.
+
+2011-10-07 [colin]     3.7.10cvs22
+
+       * configure.ac
+       * src/messageview.c
+       * src/gtk/Makefile.am
+               GTK2 build fix
+
+2011-10-07 [colin]     3.7.10cvs21
+
+       * configure.ac
+       * src/action.c
+       * src/addr_compl.c
+       * src/addrgather.c
+       * src/compose.c
+       * src/compose.h
+       * src/editldap.c
+       * src/mainwindow.c
+       * src/message_search.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/prefs_account.c
+       * src/prefs_compose_writing.c
+       * src/prefs_filtering_action.c
+       * src/prefs_folder_item.c
+       * src/prefs_logging.c
+       * src/prefs_matcher.c
+       * src/prefs_message.c
+       * src/prefs_other.c
+       * src/prefs_receive.c
+       * src/prefs_summaries.c
+       * src/prefs_wrapping.c
+       * src/printing.c
+       * src/ssl_manager.c
+       * src/statusbar.c
+       * src/stock_pixmap.c
+       * src/summary_search.c
+       * src/textview.c
+       * src/gtk/Makefile.am
+       * src/gtk/colorlabel.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/logwindow.c
+       * src/gtk/menu.c
+       * src/gtk/menu.h
+       * src/gtk/quicksearch.c
+       * src/gtk/spell_entry.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
+               the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
+               ported (especially GtkCMOptionMenu)
+
+2011-10-07 [colin]     3.7.10cvs20
+
+       * src/account.c
+       * src/action.c
+       * src/addr_compl.c
+       * src/addrcustomattr.c
+       * src/addrduplicates.c
+       * src/addressadd.c
+       * src/addressbook.c
+       * src/addressbook_foldersel.c
+       * src/addrgather.c
+       * src/alertpanel.c
+       * src/browseldap.c
+       * src/compose.c
+       * src/editaddress.c
+       * src/editaddress_other_attributes_ldap.c
+       * src/editbook.c
+       * src/editgroup.c
+       * src/editjpilot.c
+       * src/editldap.c
+       * src/editldap_basedn.c
+       * src/edittags.c
+       * src/editvcard.c
+       * src/exphtmldlg.c
+       * src/expldifdlg.c
+       * src/export.c
+       * src/foldersel.c
+       * src/folderview.c
+       * src/grouplistdialog.c
+       * src/import.c
+       * src/importldif.c
+       * src/importmutt.c
+       * src/importpine.c
+       * src/mainwindow.c
+       * src/message_search.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/prefs_actions.c
+       * src/prefs_customheader.c
+       * src/prefs_display_header.c
+       * src/prefs_filtering.c
+       * src/prefs_filtering_action.c
+       * src/prefs_folder_column.c
+       * src/prefs_matcher.c
+       * src/prefs_msg_colors.c
+       * src/prefs_other.c
+       * src/prefs_summaries.c
+       * src/prefs_summary_column.c
+       * src/prefs_summary_open.c
+       * src/prefs_template.c
+       * src/prefs_toolbar.c
+       * src/printing.c
+       * src/sourcewindow.c
+       * src/ssl_manager.c
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/uri_opener.c
+       * src/gtk/about.c
+       * src/gtk/colorsel.c
+       * src/gtk/combobox.c
+       * src/gtk/description_window.c
+       * src/gtk/foldersort.c
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtkcmoptionmenu.c
+       * src/gtk/gtkutils.c
+       * src/gtk/icon_legend.c
+       * src/gtk/inputdialog.c
+       * src/gtk/logwindow.c
+       * src/gtk/pluginwindow.c
+       * src/gtk/prefswindow.c
+       * src/gtk/quicksearch.c
+       * src/plugins/pgpcore/passphrase.c
+       * src/plugins/pgpcore/select-keys.c
+               Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
+               to replace GDK_* by GDK_KEY_*.
+
+2011-10-07 [colin]     3.7.10cvs19
+
+       * AUTHORS
+       * src/account.c
+       * src/action.c
+       * src/addr_compl.c
+       * src/addressbook.c
+       * src/alertpanel.c
+       * src/compose.c
+       * src/edittags.c
+       * src/folderview.c
+       * src/grouplistdialog.c
+       * src/image_viewer.c
+       * src/mainwindow.c
+       * src/mimeview.c
+       * src/noticeview.c
+       * src/prefs_filtering_action.c
+       * src/prefs_folder_column.c
+       * src/prefs_msg_colors.c
+       * src/prefs_summary_column.c
+       * src/prefs_toolbar.c
+       * src/printing.c
+       * src/stock_pixmap.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/undo.c
+       * src/wizard.c
+       * src/gtk/about.c
+       * src/gtk/authors.h
+       * src/gtk/colorlabel.c
+       * src/gtk/colorsel.c
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtkcmoptionmenu.c
+       * src/gtk/gtksctree.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkvscrollbutton.c
+       * src/gtk/inputdialog.c
+       * src/gtk/logwindow.c
+       * src/gtk/menu.c
+       * src/gtk/prefswindow.c
+       * src/gtk/progressdialog.c
+       * src/plugins/pgpcore/passphrase.c
+       * src/plugins/trayicon/trayicon.c
+               Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
+               Patch by Hanno Thurow-Meyer, many thanks to him !
+
+2011-09-20 [colin]     3.7.10cvs18
+
+       * src/common/ssl.c
+               Fix bug #2502, 'gnutls_transport_set_lowat removed in
+               gnutls 3.0.3'
+
+2011-09-18 [colin]     3.7.10cvs17
+
+       * src/news.c
+               Fix segfault when connection fails
+
+2011-09-03 [colin]     3.7.10cvs16
+
+       * src/common/ssl.c
+               Use NORMAL instead of EXPORT priorities.
+
+2011-09-02 [colin]     3.7.10cvs15
+
+       * configure.ac
+       * src/common/ssl.c
+               Linking against gcrypt explicitely in order to call
+               gcry_control() for mutex setup isn't necessary anymore
+               starting from gnuTLS 2.11.
+
+2011-08-31 [colin]     3.7.10cvs14
+
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Fix bug #2431, "Major memory leak in PGP message handling".
+
+2011-08-31 [colin]     3.7.10cvs13
+
+       * AUTHORS
+       * src/gtk/authors.h
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/gtk/authors.h
+               Apply Steve Rader's patch from bug #2388, "Add 
+               message view scrolling menu items"
+
+2011-08-30 [colin]     3.7.10cvs12
+
+       * src/gtk/prefswindow.c
+               Fix layout issues (i.e. on SSL page if changing account
+               type prior to visiting it).
+
+2011-08-30 [colin]     3.7.10cvs11
+
+       * configure.ac
+       * src/common/ssl.c
+               Don't use deprecated functions for GnuTLS priorities.
+               Require GnuTLS 2.2 that is the first version with the
+               new function.
+
+2011-08-30 [colin]     3.7.10cvs10
+
+       * src/common/socket.c
+       * src/common/ssl.c
+               Long-term fix for bug #2402, "GnuTLS change breaks socket
+               communication", as per http://savannah.gnu.org/support/?107660
+
+2011-08-30 [colin]     3.7.10cvs9
+
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+               Remove dead openSSL code
+
+2011-08-30 [colin]     3.7.10cvs8
+
+       * src/ssl_manager.c
+       * src/common/ssl.c
+       * src/common/ssl_certificate.c
+       * src/common/ssl_certificate.h
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+               Fix bug #2127, "SSL cert check uses canonical name instead of
+               specified name"
+
+2011-08-29 [colin]     3.7.10cvs7
+
+       * src/prefs_account.c
+               Fix X-Mailer option not appearing on IMAP
+
+2011-08-29 [colin]     3.7.10cvs6
+
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/smime/Makefile.am
+               Windows build fix:
+               libtool: link: require no space between `-L' and `.'
+
+2011-08-29 [colin]     3.7.10cvs5
+
+       * src/account.c
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Revert cvs4 which is rather illogical and instead
+               use Fabian's patch from bug #2471
+
+2011-08-29 [colin]     3.7.10cvs4
+
+       * src/compose.c
+               Don't insert custom headers that have empty values.
+               Allows not inserting X-Mailer if it's set to nothing.
+               Fixes bug #2471, "Make setting an X-Mailer header optional".
+
+2011-08-29 [colin]     3.7.10cvs3
+
+       * src/image_viewer.c
+       * src/textview.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               Handle EXIF orientation in images (both in textview's
+               preview and image viewer)
+
 2011-08-28 [paul]      3.7.10cvs2
 
        * src/prefs_common.c