2012-09-12 [colin] 3.8.1cvs53
[claws.git] / ChangeLog
index 346d9a869ef44b3fd5719a676c065e0eb4c50e86..f41ee4fcf92fabc2fd829c061ca780dfa21ed422 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,807 @@
+2012-09-12 [colin]     3.8.1cvs53
+
+       * src/procmsg.c
+               Revert that hunk, logic is unclear.
+
+2012-09-12 [colin]     3.8.1cvs52
+
+       * src/addressbook.c
+       * src/addrharvest.c
+       * src/addrindex.c
+       * src/addritem.c
+       * src/compose.c
+       * src/edittags.c
+       * src/folder.c
+       * src/imap.c
+       * src/inc.c
+       * src/ldif.c
+       * src/mainwindow.c
+       * src/mbox.c
+       * src/mimeview.c
+       * src/mutt.c
+       * src/partial_download.c
+       * src/prefs_filtering_action.c
+       * src/prefs_toolbar.c
+       * src/printing.c
+       * src/procheader.c
+       * src/procmime.c
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/common/utils.c
+       * src/etpan/imap-thread.c
+       * src/gtk/gtkaspell.c
+       * src/plugins/pgpcore/sgpgme.c
+               More fixes from bug #1961:
+               - Write-only variables
+               - Null pointer dereferences
+               - A couple other fixes for which the reporter
+                 was unsure, but which showed problems.
+               More details in bug #1961 comments.
+
+2012-09-12 [colin]     3.8.1cvs51
+
+       * src/compose.c
+       * src/mh.c
+       * src/common/ssl.c
+       * src/plugins/pgpcore/passphrase.c
+               Apply patches from bug #1961, "patches for
+               a couple of clang warnings":
+               - Check return codes
+               - Remove dead code
+
+2012-09-12 [colin]     3.8.1cvs50
+
+       * claws-mail.pc.in
+               Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
+               where the included menu.h could come from Ncurses.
+               Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
+
+2012-09-11 [colin]     3.8.1cvs49
+
+       * src/main.c
+               Fix race condition at start.
+
+2012-09-10 [colin]     3.8.1cvs48
+
+       * src/main.c
+               Create lock socket as soon as possible, not after
+               a few things like caching all prefs.
+
+2012-09-09 [mones]     3.8.1cvs47
+
+       * src/plugins/bogofilter/bogofilter.c
+               Add missing include
+
+2012-09-08 [colin]     3.8.1cvs46
+
+       * AUTHORS
+       * src/Makefile.am
+       * src/action.c
+       * src/addr_compl.c
+       * src/addrbook.c
+       * src/compose.c
+       * src/compose.h
+       * src/editaddress.c
+       * src/filtering.c
+       * src/folder.c
+       * src/folder.h
+       * src/folderview.h
+       * src/headerview.h
+       * src/imap_gtk.c
+       * src/localfolder.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/matcher.c
+       * src/matcher_parser_parse.y
+       * src/messageview.c
+       * src/messageview.h
+       * src/mh.c
+       * src/mh_gtk.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/noticeview.h
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_filtering.c
+       * src/prefs_filtering_action.c
+       * src/prefs_gtk.h
+       * src/prefs_matcher.c
+       * src/prefs_template.c
+       * src/prefs_toolbar.c
+       * src/privacy.c
+       * src/procheader.h
+       * src/procmime.c
+       * src/procmime.h
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/proctypes.h
+       * src/remotefolder.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/textview.c
+       * src/textview.h
+       * src/toolbar.c
+       * src/uri_opener.c
+       * src/viewtypes.h
+       * src/common/defs.h
+       * src/gtk/authors.h
+       * src/gtk/description_window.c
+       * src/plugins/trayicon/trayicon.c
+               Break circular dependencies in Claws' headers,
+               Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
+
+2012-09-08 [colin]     3.8.1cvs45
+
+       * src/textview.c
+               Fix shortcut getting
+
+2012-09-05 [colin]     3.8.1cvs44
+
+       * src/matcher.c
+       * src/matcher.h
+       * src/prefs_matcher.c
+               Drop matcherprop_new_create, which is just a copy of
+               matcherprop_new, and staticalize what can be
+
+2012-09-05 [colin]     3.8.1cvs43
+
+       * src/plugins/pgpcore/select-keys.c
+               Fix bug #2390, "Non-fully-trusted-key-warning appears
+               based on primary UID rather than recipient e-mail"
+
+2012-08-29 [colin]     3.8.1cvs42
+
+       * src/gtk/gtkaspell.c
+               Fix bug #2596, "Spell checker does not work properly"
+
+2012-08-29 [colin]     3.8.1cvs41
+
+       * src/plugins/pgpcore/sgpgme.c
+               Set gpgme's locale to UTF-8. Fixes bug #2650,
+               "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
+
+2012-08-29 [colin]     3.8.1cvs40
+
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/summaryview.c
+       * src/textview.c
+       * src/gtk/menu.c
+       * src/gtk/menu.h
+               Move the hardcoded mimeview shortcuts to standard menus.
+
+2012-08-27 [colin]     3.8.1cvs39
+
+       * src/main.c
+               Fix double mainwindow presentation that confuses GNOME3
+               when some plugins fail to load (subsequent Claws windows
+               got no focus in that case)
+
+2012-08-27 [colin]     3.8.1cvs38
+
+       * src/summaryview.c
+               Make Mark all read confirmation button more clear
+
+2012-08-27 [colin]     3.8.1cvs37
+
+       * src/mainwindow.c
+       * src/summaryview.c
+               Separate "Mark all read" from "Mark as read"
+               and "Ignore thread"
+
+2012-08-27 [wwp]       3.8.1cvs36
+
+       * src/inc.c
+       * src/procmsg.c
+               Remove session statistics debug statements (irrelevant in repo,
+               that's dev stuff).
+
+2012-08-24 [mones]     3.8.1cvs35
+
+       * manual/advanced.xml
+               Keep alphabetic order of hidden options lost
+               and update Clawsker URL.
+       * manual/de/advanced.xml
+       * manual/fr/advanced.xml
+               Update Clawsker URL.
+       * manual/es/advanced.xml
+               Sync with English version and update Clawsker URL.
+       * manual/de/dist/html/Makefile.am
+       * manual/es/dist/html/Makefile.am
+       * manual/fr/dist/html/Makefile.am
+       * manual/pl/dist/html/Makefile.am
+       * manual/dist/html/Makefile.am
+               Fix bug 2723 'Missing encoding in generated html manual'
+
+2012-08-23 [colin]     3.8.1cvs34
+
+       * src/mainwindow.c
+               Fix --offline asking if one wants to sync,
+               due to re-entering. Thanks <ebik@ucw.cz>.
+
+2012-08-16 [colin]     3.8.1cvs33
+
+       * src/imap.c
+               Always clear the tags list when fetching a folder, or
+               Claws will never untag an untagged email. Patch by
+               Igor Mammedov <imammedo@redhat.com>
+
+2012-08-12 [colin]     3.8.1cvs32
+
+       * src/compose.c
+               Exclude text/plain from the attachment thing
+
+2012-08-12 [colin]     3.8.1cvs31
+
+       * src/messageview.c
+               Fix comparison, thanks to Michael Gmelin
+
+2012-08-12 [colin]     3.8.1cvs30
+
+       * src/messageview.c
+               Only show HTML parts by default (if the pref
+               is set so) if the part disposition-type is
+               inline or unknown, but not attachment.
+       * src/common/ssl.c
+               Remove useless hook that won't ever be used
+               on windows
+
+2012-08-12 [colin]     3.8.1cvs29
+
+       * src/compose.c
+               Make sure text/* attachments are not made
+               inline, regardless of the compose mode.
+               Finishes fixing bug #2203 after auto-save
+               switches mode to COMPOSE_REEDIT. Thanks to
+               Michael Gmelin for finding this.
+
+2012-08-09 [colin]     3.8.1cvs28
+
+       * src/prefs_filtering.c
+               Make treeView type-ahead case insensitive
+               Patch by Andreas Ronnquist
+
+2012-08-09 [colin]     3.8.1cvs27
+
+       * src/gtk/sslcertwindow.c
+               Fix leak
+
+2012-08-09 [colin]     3.8.1cvs26
+
+       * src/common/ssl.c
+       * src/common/ssl_certificate.c
+       * src/common/ssl_certificate.h
+       * src/gtk/sslcertwindow.c
+               Fix bug 2718, "Failure to check peer hostname
+               when checking certificate"
+
+2012-08-05 [ticho]     3.8.1cvs25
+
+       * src/compose.c
+               Avoid header combo box to get focus twice (first text within,
+               then combobox widget itself) when switching focus with TAB.
+
+2012-07-28 [ticho]     3.8.1cvs24
+
+       * src/compose.c
+               Properly fix setting "transient for" for attachment properties
+               dialog when called via popup menu (since we're stealing focus
+               few lines before, we need to do it directly, not via
+               manage_window_*).
+
+2012-07-28 [ticho]     3.8.1cvs23
+
+       * src/gtk/pluginwindow.c
+       * src/gtk/prefswindow.c
+               Fixed setting "transient for" property for plugin load/unload
+               file dialog. Connected manage_window signals to prefswindow events.
+
+2012-07-27 [ticho]     3.8.1cvs22
+
+       * src/summaryview.c
+       * src/textview.c
+               Fixed setting "transient for" property for summaryview file
+               dialog and messageview's image save dialog.
+
+2012-07-27 [ticho]     3.8.1cvs21
+
+       * src/crash.c
+       * src/mimeview.c
+               Fix setting "transient for" property for file select dialogs
+               in crash report and mimeview.
+
+2012-07-27 [ticho]     3.8.1cvs20
+
+       * src/compose.c
+               Fixed "transient for" property for file attach dialog when
+               called from Attachments list popup menu. Simplified menu item
+               sensitivities setting code logic for this menu.
+
+2012-07-25 [ticho]     3.8.1cvs19
+
+       * manual/advanced.xml
+               Add the three hidden preferences related to colored display
+               of unified diffs to manual.
+
+2012-07-25 [ticho]     3.8.1cvs18
+
+       * src/gtk/gtkaspell.c
+               Create "Change directory" submenu in a separate function, change
+               wording a bit, and make the submenu always available in a context
+               menu of body edit box in compose window.
+
+2012-07-25 [ticho]     3.8.1cvs17
+
+       * src/gtk/prefswindow.c
+               Correctly set transient_for property for preferences window,
+               as well as for color picker dialogs. Fixes bug #2710.
+
+2012-07-25 [ticho]     3.8.1cvs16
+
+       * src/gtk/quicksearch.c
+               Allow quicksearch syntax description window to be correctly
+               set transient for main window.
+
+2012-07-15 [wwp]       3.8.1cvs15
+
+       * src/procmime.c
+               Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
+
+2012-07-10 [paul]      3.8.1cvs14
+
+       * src/procmime.c
+               forgot this in last commit
+
+2012-07-10 [paul]      3.8.1cvs13
+
+       * src/messageview.c
+       * src/common/defs.h
+       * src/common/quoted-printable.c
+       * src/common/quoted-printable.h
+               revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
+               the bug: partial message text loss
+
+2012-07-10 [mones]     3.8.1cvs12
+
+       * src/plugins/pgpcore/sgpgme.c
+               Fix bug 2689, 'segfault when trying to view info
+                about pgp/smime sign'
+
+2012-07-08 [ticho]     3.8.1cvs11
+
+       * src/plugins/pgpcore/sgpgme.c
+               Consider marginal signature validity as untrusted. Suggested by
+               Jean-Benoist Leger (leger at crans.org).
+
+2012-07-08 [paul]      3.8.1cvs10
+
+       * src/gtk/icon_legend.c
+               fix (reveal) hidden icon in gui and build warning
+
+2012-07-07 [paul]      3.8.1cvs9
+
+       * src/plugins/pgpcore/prefs_gpg.c
+               fix build
+
+2012-07-07 [colin]     3.8.1cvs8
+
+       * claws-features.h.in
+       * src/codeconv.h
+       * src/imap_gtk.h
+       * src/inc.h
+       * src/jpilot.h
+       * src/messageview.h
+       * src/msgcache.h
+       * src/news_gtk.h
+       * src/partial_download.h
+       * src/pop.h
+       * src/prefs_account.h
+       * src/prefs_common.h
+       * src/printing.h
+       * src/procmime.h
+       * src/procmsg.h
+       * src/stock_pixmap.c
+       * src/textview.h
+       * src/common/defs.h
+       * src/common/log.h
+       * src/common/session.h
+       * src/common/smtp.h
+       * src/common/socket.h
+       * src/common/ssl.h
+       * src/common/ssl_certificate.h
+       * src/common/timing.h
+       * src/common/utils.h
+       * src/gtk/gtkaspell.h
+       * src/gtk/gtkutils.h
+       * src/gtk/pluginwindow.h
+       * src/gtk/spell_entry.h
+       * src/gtk/sslcertwindow.h
+               Don't export config.h in public headers
+
+2012-07-07 [colin]     3.8.1cvs7
+
+       * claws-features.h.in
+       * configure.ac
+       * Makefile.am
+       * 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/addrindex.c
+       * src/alertpanel.c
+       * src/autofaces.c
+       * src/browseldap.c
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/compose.c
+       * src/crash.c
+       * src/customheader.c
+       * src/displayheader.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/exporthtml.c
+       * src/exportldif.c
+       * src/folder.c
+       * src/folder_item_prefs.c
+       * src/grouplistdialog.c
+       * src/headerview.c
+       * src/image_viewer.c
+       * src/imap.c
+       * src/imap_gtk.c
+       * src/imap_gtk.h
+       * src/import.c
+       * src/importldif.c
+       * src/importmutt.c
+       * src/importpine.c
+       * src/inc.c
+       * src/inc.h
+       * src/jpilot.c
+       * src/jpilot.h
+       * src/ldapctrl.c
+       * src/ldaplocate.c
+       * src/ldapquery.c
+       * src/ldapserver.c
+       * src/ldapupdate.c
+       * src/ldaputil.c
+       * src/main.c
+       * src/manual.c
+       * src/matcher.c
+       * src/mbox.c
+       * src/message_search.c
+       * src/messageview.h
+       * src/mh.c
+       * src/mh_gtk.c
+       * src/mimeview.c
+       * src/msgcache.c
+       * src/msgcache.h
+       * src/news.c
+       * src/news_gtk.c
+       * src/news_gtk.h
+       * src/noticeview.c
+       * src/partial_download.c
+       * src/partial_download.h
+       * src/pop.c
+       * src/pop.h
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_actions.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_compose_writing.c
+       * src/prefs_customheader.c
+       * src/prefs_display_header.c
+       * src/prefs_ext_prog.c
+       * src/prefs_filtering.c
+       * src/prefs_filtering_action.c
+       * src/prefs_folder_column.c
+       * src/prefs_folder_item.c
+       * src/prefs_fonts.c
+       * src/prefs_gtk.c
+       * src/prefs_image_viewer.c
+       * src/prefs_logging.c
+       * src/prefs_matcher.c
+       * src/prefs_message.c
+       * src/prefs_msg_colors.c
+       * src/prefs_other.c
+       * src/prefs_quote.c
+       * src/prefs_receive.c
+       * src/prefs_send.c
+       * src/prefs_spelling.c
+       * src/prefs_summaries.c
+       * src/prefs_summary_column.c
+       * src/prefs_summary_open.c
+       * src/prefs_toolbar.c
+       * src/prefs_wrapping.c
+       * src/printing.c
+       * src/printing.h
+       * src/procheader.c
+       * src/procmime.c
+       * src/procmime.h
+       * src/procmsg.h
+       * src/quote_fmt.c
+       * src/recv.c
+       * src/send_message.c
+       * src/setup.c
+       * src/ssl_manager.c
+       * src/statusbar.c
+       * src/summary_search.c
+       * src/textview.c
+       * src/textview.h
+       * src/toolbar.c
+       * src/undo.c
+       * src/unmime.c
+       * src/uri_opener.c
+       * src/wizard.c
+       * src/common/claws.c
+       * src/common/defs.h
+       * src/common/hooks.c
+       * src/common/log.c
+       * src/common/log.h
+       * src/common/plugin.c
+       * src/common/prefs.c
+       * src/common/session.c
+       * src/common/session.h
+       * src/common/smtp.c
+       * src/common/smtp.h
+       * src/common/socket.c
+       * src/common/socket.h
+       * src/common/ssl.c
+       * src/common/ssl.h
+       * src/common/ssl_certificate.c
+       * src/common/ssl_certificate.h
+       * src/common/string_match.c
+       * src/common/tags.c
+       * src/common/timing.h
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/etpan/etpan-thread-manager.c
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+       * src/gtk/about.c
+       * src/gtk/combobox.c
+       * src/gtk/description_window.c
+       * src/gtk/filesel.c
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+       * src/gtk/gtkshruler.c
+       * src/gtk/gtkunit.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/gtkvscrollbutton.c
+       * src/gtk/icon_legend.c
+       * src/gtk/inputdialog.c
+       * src/gtk/logwindow.c
+       * src/gtk/menu.c
+       * src/gtk/pluginwindow.c
+       * src/gtk/pluginwindow.h
+       * src/gtk/prefswindow.c
+       * src/gtk/progressdialog.c
+       * src/gtk/quicksearch.c
+       * src/gtk/spell_entry.c
+       * src/gtk/spell_entry.h
+       * src/gtk/sslcertwindow.c
+       * src/gtk/sslcertwindow.h
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/pgpcore/pgp_viewer.c
+       * src/plugins/pgpcore/plugin.c
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpinline/plugin.c
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/pgpmime/plugin.c
+       * src/plugins/smime/plugin.c
+       * src/plugins/smime/smime.c
+       * src/plugins/spamassassin/libspamc.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/trayicon/trayicon.c
+       * src/plugins/trayicon/trayicon_prefs.c
+               Specify Claws compile-time features in a specific header
+
+2012-07-06 [wwp]       3.8.1cvs6
+
+       * src/main.c
+       * src/gtk/about.c
+               Session statistics: format date following global prefs,
+               and fix stats output a little bit.
+
+2012-07-03 [mir]       3.8.1cvs5
+
+       * src/procmime.c
+           fix bug 2642, 'improve transfer encoding selection'.
+           Patch provided by Christopher Zimmermann
+           (madroach claws at gmerlin dot de)
+
+2012-07-03 [mir]       3.8.1cvs4
+
+       * src/procmime.c
+       * src/common/defs.h
+            fix bug 2641, '7bit or 8bit encoded attachments can
+            have lines longer than 998 characters'.
+            Patch provided by Christopher Zimmermann
+            (madroach claws at gmerlin dot de)
+
+
+2012-07-03 [mir]       3.8.1cvs3
+
+       * src/procmime.c
+       * src/common/defs.h
+           fix bug 2641, '7bit or 8bit encoded attachments can
+           have lines longer than 998 characters'.
+           Patch provided by Christopher Zimmermann
+           (madroach claws at gmerlin dot de)
+
+2012-07-03 [mir]       3.8.1cvs2
+
+       * src/messageview.c
+       * src/procmime.c
+       * src/common/quoted-printable.c
+       * src/common/quoted-printable.h
+           fix bug 2640, 'improve quoted-printable encoding'
+           Patch provided by madroach claws at gmerlin dot de
+
+2012-06-30 [paul]      3.8.1cvs1
+
+       * Makefile.am
+               fix bug 2579, 'Installed headers redefine autotools-specific constants'
+
+2012-06-27 [paul]      3.8.1
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.8.1 unleashed!
+               
+2012-06-27 [paul]      3.8.0cvs58
+
+       * configure.ac
+               fix minimum required GTK+, which got mistakenly bumped
+               in 3.8.0cvs36
+
+2012-06-27 [paul]      3.8.0cvs57
+
+       * configure.ac
+       * po/cs.po
+       * po/de.po
+       * po/es.po
+       * po/fr.po
+       * po/hu.po
+       * po/id_ID.po
+       * po/lt.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/sv.po
+       * po/zh_CN.po
+       * po/zh_TW.po
+               updated translations
+       * src/gtk/authors.h
+       * tools/claws.i18n.status.pl
+               updated based on currently active
+
+2012-06-25 [mir]       3.8.0cvs56
+
+       * src/folder.c
+           If a folder class returns <> 0 then the message has not
+           been removed from the file system and therefore it should
+           not be removed from the cache either.
+
+2012-06-20 [ticho]     3.8.0cvs55
+
+       * src/mh.c
+               Fix for bug #1090 - Standard-folders appear again
+               after rescanning tree
+
+2012-06-20 [paul]      3.8.0cvs54
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/textview.c
+       * src/textview.h
+               colourise attached patches.
+               Patch by Ticho
+
+2012-06-02 [wwp]       3.8.0cvs53
+
+       * src/gtk/progressdialog.c
+               Add a hide button to the retrieve/send progress dialogs. WM's close button
+               now hides (as well as pressing Esc) instead of doing nothing.
+
+2012-06-02 [wwp]       3.8.0cvs52
+
+       * doc/man/claws-mail.1
+       * src/main.c
+       * src/main.h
+       * src/inc.c
+       * src/procmsg.c
+       * src/gtk/about.c
+               Introduce a new feature: basic session statistics (from the about dialog
+               or the command-line).
+
+2012-06-02 [wwp]       3.8.0cvs51
+
+       * src/compose.c
+               Fix bug 2620: shift+tab from subject field not working.
+
+2012-06-02 [wwp]       3.8.0cvs50
+
+       * src/compose.c
+       * src/mainwindow.c
+       * src/messageview.c
+               Normalize capitalization of strings in UI.
+
+2012-05-30 [paul]      3.8.0cvs49
+
+       * src/common/ssl.c
+               don't do TLS if not requested by user. fixes connecting to
+               servers which, for example, want SSL 3 only
+
+2012-05-27 [paul]      3.8.0cvs48
+
+       * *
+               update copyright headers to 2012
+
+2012-05-27 [paul]      3.8.0cvs47
+
+       * src/editldap.c
+       * src/prefs_actions.c
+       * src/gtk/about.c
+               fix some typos in strings, thanks to Thomas Bellmann
+
+2012-05-16 [paul]      3.8.0cvs46
+
+       * src/prefs_filtering_action.c
+               fix disabled 'select...' button that never goes away
+               when using the new addr book
+               
+
+2012-05-16 [colin]     3.8.0cvs45
+
+       * src/common/utils.c
+               And fix leak
+
+2012-05-16 [colin]     3.8.0cvs44
+
+       * src/common/utils.c
+               Make remove_numbered_files much faster when there's
+               just one file to remove.
+
+2012-05-16 [paul]      3.8.0cvs43
+
+       * src/matcher.c
+               fix bug 2662, '"ag" quicksearch adds "1" to value'
+
+2012-05-16 [paul]      3.8.0cvs42
+
+       * src/gtk/description_window.c
+               fix bug 2624, 'dialog "Action Configuration" cannot be closed'
+
+2012-05-16 [paul]      3.8.0cvs41
+
+       * src/common/ssl_certificate.c
+               fix bug 2646, 'Compile fails with gnutls-3.0.18'
+               Patch by Christian Hesse
+
 2012-05-11 [colin]     3.8.0cvs40
 
        * src/mimeview.c