From 18b9c4e83a7be056cbd351c3ef8384db58cf7af1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Dapena=20Paz?= Date: Tue, 9 Feb 2010 08:20:09 +0100 Subject: [PATCH] Release 3.90.5 --- configure.ac | 2 +- debian/changelog | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d3bb200..4b41fae 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([modest],[3.90],[http://maemo.org]) +AC_INIT([modest],[3.90.5],[http://maemo.org]) AC_CONFIG_HEADERS([config.h]) m4_define([modest_api_major_version], [1]) diff --git a/debian/changelog b/debian/changelog index 8e442bf..5cae7ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +modest (3.90.5) unstable; urgency=low + + * Add find toolbar to headers window. + * Also filter date ranges in headers list filter. + * Use live search in hildon. + * Misc build fixes. + * Misc runtime fixes. + * Properly detect the body in multipart/related messages. + * Added new dbus methods to emit signals account_created, account_removed, + * msg_read_changed and folder_updated. + * New method to fetch unread messages with dbus. + * Wrap into a mail operation the get unread messages dbus method. Also make + * get folders operation asynchronous. + * Move the reply calendar method from ui actions to plugin ui actions. + * API for reply calendar doesn't need now the msg, as the method internally + * can get the original msg. + * Add methods to get and retrieve list of custom header pairs in editor. + * Preserve headers of messages in drafts and sending messages. + * New method to send a mail without ui. + * Move modest_ui_actions_on_send_msg to plugin API. + * Add new ui actions method to send a custom message without editor. + * New method modest_ui_actions_reply_calendar_with_subject. + * Fixes: NB#134053 inline images lost with email sent from Thunderbird. + * Fixes: NB#153926 "insert image" button moved from app menu to toolbar. + * Fixes: NB#154396 Set a MODEST_MARGIN_HALF margin in the top of the editor + * window. + * Fixes: NB#155972 Move again models in header view. Now sort model is + * again inside filter model as we want to avoid resorting on changing the + * live search filter condition. + + -- Jose Dapena Paz Tue, 09 Feb 2010 08:15:19 +0100 + modest (3.90.4) unstable; urgency=low * Misc build fixes. -- 1.7.9.5