2011-11-13 [colin] 3.7.10cvs85
[claws.git] / ChangeLog
index 9213898a99bdbbf3f974446445954bbb0fd2a1fb..0f80f87e2856ca98974b54b81f1df7a11193f096 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,810 @@
+2011-11-13 [colin]     3.7.10cvs85
+
+       * src/compose.c
+               Make compose windows printable
+
+2011-11-11 [colin]     3.7.10cvs84
+
+       * configure.ac
+               Fix build on Fedora 16. -lm was probably pulled by something
+               else previously.
+
+2011-11-11 [pawel]     3.7.10cvs83
+
+       * src/mainwindow.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/summaryview.c
+               Port MimeView to GtkTreeView
+
+2011-11-11 [colin]     3.7.10cvs82
+
+       * src/prefs_common.c
+               Use %x (The preferred date representation for the current locale
+               without the time)
+
+2011-11-10 [paul]      3.7.10cvs81
+
+       * src/prefs_common.c
+               use european date format as default
+
+2011-11-08 [pawel]     3.7.10cvs80
+
+       * src/summaryview.c
+               Fix bug #2422 'Toggle Message View w/ V crashes Claws'
+               Fix race condition - don't try to hide messageview while
+               being in the middle of message displaying routine.
+
+2011-11-08 [colin]     3.7.10cvs79
+
+       * src/codeconv.c
+               Make sure we break line when we need to. Very probably
+               fixes bug #2310 "Crash when hitting Ctrl+R to reply to a 
+               particular mail"
+
+2011-11-07 [pawel]     3.7.10cvs78
+
+       * src/imap_gtk.c
+               Fix bug #2493 'Subscription pull down should be alphabetized'
+
+2011-11-07 [pawel]     3.7.10cvs77
+
+       * src/mimeview.c
+       * src/textview.c
+       * src/textview.h
+               Make Home & End keys work in textview
+
+2011-11-06 [colin]     3.7.10cvs76
+
+       * src/mainwindow.c
+               Oops, some unwanted undo got commited.
+
+2011-11-06 [colin]     3.7.10cvs75
+
+       * src/mainwindow.c
+               Don't iconify/deiconify. Instead, just show nothing
+               before asked to.
+
+2011-11-06 [pawel]     3.7.10cvs74
+
+       * src/compose.c
+               Fix compose window size saving / restoring
+
+2011-11-06 [pawel]     3.7.10cvs73
+
+       * src/mimeview.c
+       * src/messageview.c
+               Optimize message displaying, in some conditions parts were
+               displayed twice causing flickering. For example first html
+               source and then rendering output from html plugin of the
+               same part.
+
+2011-11-05 [wwp]       3.7.10cvs72
+
+       * src/gtk/gtkaspell.c
+               Fix compilation where 'null' is undefined (use NULL instead).
+
+2011-11-05 [colin]     3.7.10cvs71
+
+       * src/gtk/gtkaspell.c
+               No need to show a backtrace if gtkaspell is null
+
+2011-11-05 [pawel]     3.7.10cvs70
+
+       * src/gtk/gtkaspell.c
+               Fix crasher when spellchecking is not enabled
+
+2011-11-02 [mones]     3.7.10cvs69
+
+       * doc/man/claws-mail.1
+               fixed hyphens (patch from Debian packaging)
+               fixed header to follow man style closely 
+               documented new option --compose-from-file
+               removed INSTALLATION section, doesn't belong to manpage
+               added ENVIRONMENT, COPYRIGHT and BUGS sections
+               expanded FILES section to include certs and autofaces dirs
+               expanded SEE ALSO section to include manual and plugins
+
+2011-11-01 [colin]     3.7.10cvs68
+
+       * src/common/utils.c
+               Fix wrong debug stuff commited.
+
+2011-11-01 [colin]     3.7.10cvs67
+
+       * src/compose.c
+       * src/main.c
+       * src/common/utils.c
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+               Fix huge slowness induced by spellcheck "while typing"
+               during initial quote rewraps.
+
+2011-10-31 [pawel]     3.7.10cvs66
+
+       * src/messageview.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/summaryview.c
+               Fix bug #2526 'When reading message in separate window,
+               n and p keys do not work'
+               - fix key event handling in messageview
+               - remove bindings for 'n' and 'p' keys in mimeview (next-part
+                 and prev-part actions)
+               - instead add 'z' key for prev-part, we have 'a' key 
+                 for next-part already
+
+2011-10-31 [colin]     3.7.10cvs65
+
+       * src/common/defs.h
+               Fix build with GLib 2.31. Thanks to Charles A. Edwards
+
+2011-10-31 [pawel]     3.7.10cvs64
+
+       * src/summaryview.c
+       * src/gtk/gtkutils.c
+               Fix bug #2303 'Next unread message enables message view'
+               Don't show previously hidden message view in main window
+               when user reads messages in external window
+
+2011-10-31 [paul]      3.7.10cvs63
+
+       * src/prefs_template.c
+               revert part of 3.7.10cvs60 - it was a subjective change, all widgets
+               fit at 540 here, for those where they don't the dialogue can be made
+               larger by the user
+
+2011-10-31 [paul]      3.7.10cvs62
+
+       * src/compose.c
+               revert 3.7.10cvs61, these entries _should_ be editable
+
+2011-10-30 [pawel]     3.7.10cvs61
+
+       * src/compose.c
+               Those entries should not be editable
+
+2011-10-30 [pawel]     3.7.10cvs60
+
+       * src/prefs_template.c
+               - Dialog needs more height to fit all widgets
+               - Clear template contents on delete
+
+2011-10-30 [pawel]     3.7.10cvs59
+
+       * src/prefs_folder_item.c
+               Update summaryview after changing folder prefs when needed
+
+2011-10-30 [pawel]     3.7.10cvs58
+
+       * src/mimeview.c
+               Remove key-press-event blocking, it only
+               emits GLib-GObject warnings
+
+2011-10-29 [colin]     3.7.10cvs57
+
+       * src/addr_compl.c
+               Fix focus of completion window with gnome shell
+               Fixes bug #2525, "Address completion window does not get
+               keyboard focus"
+
+2011-10-29 [colin]     3.7.10cvs56
+
+       * src/folderview.c
+               Fix flicker on recursive quicksearch
+
+2011-10-28 [colin]     3.7.10cvs55
+
+       * src/alertpanel.c
+       * src/mainwindow.c
+               Fix a bit the focus problem on Gnome shell
+
+2011-10-26 [mones]     3.7.10cvs54
+
+       * src/compose.c
+               Add missing accelerator
+
+2011-10-25 [colin]     3.7.10cvs53
+
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmctree.c
+               Fix colors, fix warnings
+
+2011-10-25 [colin]     3.7.10cvs52
+
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmctree.c
+               Fix focus things.
+
+2011-10-25 [colin]     3.7.10cvs51
+
+       * src/stock_pixmap.c
+               Fix build with gtk + 2.20
+
+2011-10-25 [colin]     3.7.10cvs50
+
+       * src/compose.c
+       * src/messageview.c
+       * src/procmsg.c
+       * src/procmsg.h
+               Fix locking when sending a single message
+
+2011-10-25 [colin]     3.7.10cvs49
+
+       * src/gtk/colorlabel.c
+               GDK_ => GDK_KEY
+       * src/gtk/gtkcmclist.c
+               Make row height closer to what it was
+
+2011-10-25 [colin]     3.7.10cvs48
+
+       * src/stock_pixmap.c
+               Always use cairo to draw
+
+2011-10-25 [colin]     3.7.10cvs47
+
+       * src/mimeview.c
+               Fix bug #2529, 'crash in mimeview_start_drag after
+               deleting message'. Patch by Ricardo
+
+2011-10-23 [colin]     3.7.10cvs46
+
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmclist.h
+       * src/gtk/gtkcmctree.c
+               Draw CMClist with cairo too.
+
+2011-10-23 [colin]     3.7.10cvs45
+
+       * src/gtk/gtkcmclist.h
+               Fix build (this was not meant to be commited)
+
+2011-10-23 [colin]     3.7.10cvs44
+
+       * src/addressadd.c
+       * src/addressbook.c
+       * src/addressbook_foldersel.c
+       * src/editgroup.c
+       * src/foldersel.c
+       * src/folderview.c
+       * src/grouplistdialog.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/summaryview.c
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmclist.h
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtkcmctree.h
+       * src/gtk/gtksctree.c
+               Refactor some tree stuff (lots of code duplication there)
+               and switch to cairo for tree rendering.
+
+2011-10-23 [holger]    3.7.10cvs43
+
+       * src/filtering.c
+               Don't issue a warning for designed behaviour of the stop rule.
+               Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
+
+2011-10-22 [colin]     3.7.10cvs42
+
+       * src/printing.c
+       * src/gtk/gtkshruler.c
+       * src/gtk/gtkutils.h
+               Fix GTK+2.16 build
+
+2011-10-22 [colin]     3.7.10cvs41
+
+       * src/account.c
+       * src/addr_compl.c
+       * src/addrgather.c
+       * src/compose.c
+       * src/editldap.c
+       * src/expldifdlg.c
+       * src/folderview.c
+       * src/grouplistdialog.c
+       * src/headerview.c
+       * src/importldif.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/mimeview.c
+       * src/noticeview.c
+       * src/prefs_account.c
+       * src/prefs_actions.c
+       * src/prefs_ext_prog.c
+       * src/prefs_filtering.c
+       * src/prefs_folder_item.c
+       * src/prefs_image_viewer.c
+       * src/prefs_logging.c
+       * src/prefs_msg_colors.c
+       * src/prefs_other.c
+       * src/prefs_send.c
+       * src/prefs_spelling.c
+       * src/prefs_summaries.c
+       * src/prefs_template.c
+       * src/printing.c
+       * src/quote_fmt.c
+       * src/send_message.c
+       * src/statusbar.c
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/wizard.c
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtkcmoptionmenu.c
+       * src/gtk/gtksctree.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/gtkvscrollbutton.c
+       * src/gtk/inputdialog.c
+       * src/gtk/pluginwindow.c
+       * src/gtk/quicksearch.c
+       * src/gtk/spell_entry.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/trayicon/trayicon.c
+       * src/plugins/trayicon/trayicon_prefs.c
+               Remove all possible #if GTK_CHECK_VERSION() checks,
+               and make Claws build with GTK+2.16 (untested right
+               now), as the Gpg4Win project uses GTK+2.16 currently.
+
+2011-10-22 [colin]     3.7.10cvs40
+
+       * src/gtk/gtkutils.h
+       * configure.ac
+               Fix (hopefully) build with GTK+ 2.18.
+
+2011-10-20 [paul]      3.7.10cvs39
+
+       * AUTHORS
+       * src/ldif.c
+       * src/gtk/authors.h
+               fix bug 2479, 'LDIF address book import matches tags case sensitive'
+               Patch by Bodo Graumann <mail@bodograumann.de>
+
+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
+       * src/prefs_common.h
+       * src/summaryview.c
+               add new hidden option to control the display in the From
+               column in the Message List: 0 (default): show name,
+               1: show address, 2: show name + address
+
+2011-08-27 [paul]      3.7.10cvs1
+
+       * po/POTFILES.in
+       * src/common/ssl_certificate.c
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+               offer up some missing log_error() strings to translators
+
+2011-08-27 [paul]      3.7.10
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.7.10 unleashed!               
+
+2011-08-27 [paul]      3.7.9cvs52
+
+       * po/cs.po
+       * po/fr.po
+       * po/hu.po
+       * po/lt.po
+       * po/pt_BR.po
+       * po/sk.po
+               updated by David Vachulka, wwp, Pader Rezso, Mindaugas
+               Baranauskas, Frederico Goncalves Guimaraes, and Slavko
+
+2011-08-27 [mones]     3.7.9cvs51
+
+       * claws-mail.desktop
+               Include generic name and comment translations
+               Thanks to all the people on the translators ML!
+
 2011-08-23 [paul]      3.7.9cvs50
 
        * src/common/ssl.c
 
        * src/news.c
        * src/etpan/nntp-thread.c
-       Fix bug 2418. Patch provided by Sébastien Bigaret with
-       some minor contribution by me.
+               Fix bug 2418. Patch provided by Sébastien Bigaret with
+               some minor contribution by me.
 
 2011-08-13 [mir]       3.7.9cvs46
 
        * src/etpan/nntp-thread.c
-         Fix bug when NNTP server sends authentication warning
-         as part of the connection session. Privously etpan would
-         bail out for any return code other than NEWSNNTP_NO_ERROR
-         but as early as the connection session a return code like
-         NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
-          NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
-         be considered as an error.
+               Fix bug when NNTP server sends authentication warning
+               as part of the connection session. Privously etpan would
+               bail out for any return code other than NEWSNNTP_NO_ERROR
+               but as early as the connection session a return code like
+               NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
+               NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
+               be considered as an error.
 
 2011-08-12 [paul]      3.7.9cvs45
 
 2011-06-18 [mir]       3.7.9cvs26
 
        * configure.ac
-       Fix autoconf warnings introduced in autoconf >= 2.64
+               Fix autoconf warnings introduced in autoconf >= 2.64
 
 2011-06-05 [paul]      3.7.9cvs25
 
 2010-12-03 [mir]       3.7.7cvs10
 
        * configure.ac
-         Fix bug so that configure option --disable-manual
-         actually disable building the manuals
+               Fix bug so that configure option --disable-manual
+               actually disable building the manuals
 
 2010-12-01 [pawel]     3.7.7cvs9