X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=39e56d9e44d0c35bee3929d8041381f5b0ef14d7;hp=54dac8e15d0d3e6d90bca19eec11a7e7e334ee16;hb=fcbc6a6dfa1a10921d2ca889256a21b192adbe98;hpb=aa7541adf01c048668fae4f8efab57f40263fdd0 diff --git a/ChangeLog2 b/ChangeLog2 index 54dac8e..39e56d9 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,46 @@ +2007-08-22 Armin Burgmeier + + * src/widgets/modest-account-view.c: Fix for bora by using + MODEST_HAVE_HILDON0_WIDGETS instead of MODEST_HILDON_VERSION_0. The + latter seems not be used anymore. + + * src/maemo/easysetup/modest-easysetup-provider-combo-box.c: Some + minor optimizations. + + * src/maemo/modest-main-window.c: Update menu items when the default + account changes so that the current default account is always bolded. + This fixes maemo.projects.org bug NB#66173. + +2007-08-17 Murray Cumming + + * src/dbus_api/modest-dbus-callbacks.c: + (on_dbus_method_get_folders): Avoid trying to get the account name + when there are no accounts, to avoid critical g_warnings, fixing + projects.maemo.org bug NB#65574. + +2007-08-17 Murray Cumming + + * src/modest-ui-actions.c: (modest_ui_actions_on_new_msg): + Use modest_account_mgr_get_signature() instead of accessing gconf + directly, to slightly simplify the code. + * src/dbus_api/modest-dbus-callbacks.c: (on_idle_compose_mail): + Append the signature also when opening via other applications, + fixing projects.maemo.org bug NB#65828. + +2007-08-17 Murray Cumming + + * src/modest-tny-send-queue.c: (modest_tny_send_queue_get_msg_id): + Check for NULLs to prevent a crash when opening an email that is + an attachment in another email, fixing projects.maemo.org bug + NB#66012. + +2007-08-17 Murray Cumming + + * src/modest-ui-dimming-rules.c: + (modest_ui_dimming_rules_on_view_window_move_to): + Enable the Move To toolbar button for search results, fixing the + last part of projects.maemo.org bug NB#63807. + 2007-08-17 Murray Cumming * src/dbus_api/modest-dbus-callbacks.c: @@ -46,7 +89,7 @@ Use modest_msg_view_window_new_for_search_result(). * src/modest-ui-dimming-rules.c: - (modest_ui_dimming_rules_on_delete_msg): Dim the delete button + (modest_ui_dimming_rules_on_delete_msg): Enable the delete button for search results, fixing projects.maemo.org bug NB#63811. 2007-08-16 Armin Burgmeier