2011-10-17 [colin] 3.7.10cvs31
[claws.git] / ChangeLog
index 30d506e4809002718b758adec1814c054e9c30fb..ff91ab4ff51d74c61b9533484eccf4f6353ac46d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,279 @@
+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