X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=ChangeLog2;h=6f95f35d6a065f6d9de5294c1cf1aa25f5f41390;hb=336ab483e75766d25c5b2c3cc8c973944ce3eb1e;hp=bd7d787d4a4284c11e5ea640a280568376573378;hpb=11abdbd0ce40b33b9cd94c3ac8186c9c7dd5cb68;p=modest diff --git a/ChangeLog2 b/ChangeLog2 index bd7d787..6f95f35 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,127 @@ +2007-08-28 Murray Cumming + + * src/modest-search.c: (on_timeout_check_account_is_online), + (check_and_wait_for_account_is_online): + It is OK for local-folder and mmc accounts to be used when they + are in the _INIT folder, instead of waiting for them to change + (they never do). + For POP and IMAP, wait from them to stop being _INIT, rather than + waiting from them to be _CONNECTED, because that seems to be + the status that causes the problems. + +2007-08-28 Murray Cumming + + * src/modest-search.c: (check_and_wait_for_account_is_online): + Actually pass the account to the timeout callback. + +2007-08-28 Murray Cumming + + * src/modest-search.c: (on_timeout_check_account_is_online): + Added some debug output to help me debug a problem on the N800. + (check_and_wait_for_account_is_online): Fail immediately if the + device is offline. + modest_search_all_accounts(): Try the search even if the account does + not seem to be online, because this can work sometimes, and should work + with the cache if there is no active libconic connection. + +2007-08-27 Armin Burgmeier + + * src/modest-tny-send-queue.c: Implement TnyFolderObserver and + observe outbox for added messages to assign them a status. Previously, + this was done in modest_tny_send_queue_add(), but the message id might + not yet be known at that point. This reduces warnings when sending + mail, though I am not sure how this even worked before. + +2007-08-27 Murray Cumming + + * src/maemo/modest-account-settings-dialog.c: + (modest_account_settings_dialog_init): + * src/maemo/modest-connection-specific-smtp-edit-window.c: + (modest_connection_specific_smtp_edit_window_init): + * src/maemo/modest-connection-specific-smtp-window.c: + (modest_connection_specific_smtp_window_init): + * src/maemo/modest-maemo-utils.c: + (modest_maemo_utils_get_supported_secure_authentication_methods): + * src/maemo/modest-platform.c: + (modest_platform_run_folder_name_dialog): + * src/maemo/modest-signature-editor-dialog.c: + (modest_signature_editor_dialog_init): + * src/modest-ui-actions.c: (modest_ui_actions_on_item_not_found), + (modest_ui_actions_on_password_requested), (create_move_to_dialog): + * src/widgets/modest-global-settings-dialog.c: + (modest_global_settings_dialog_init): + Replace all uses of GTK_STOCK_OK (and GTK_BUTTONS_OK) with + mcen_bd_dialog_ok, + GTK_STOCK_CANCEL with mcen_bd_dialog_cancel, + GTK_STOCK_EDIT with mcen_bd_edit, and + GTK_STOCK_CLOSE with mcen_bd_close, + to fix projects.maemo.org bug NB#64995. + I strongly believe that Maemo's GTK+ should have the wanted translations + instead of duplicating this in each application and complicating the code. + +2007-08-27 Armin Burgmeier + + * src/maemo/modest-msg-edit-window.c: Fixed a crash due to endless + recursion when entering text in the subject field. + +2007-08-27 Murray Cumming + + * src/modest-search.c: Added check_and_wait_for_account_is_online(), + which checks every second, 10 times, to wait until the account is online + so that we can use it, if the account is in the process of going online. + (modest_search_all_accounts): Use check_and_wait_for_account_is_online() + so that searching works even when the application was not yet started before. + This fixes projects.maemo.org bug NB#63784, at least in scratchbox. + +2007-08-24 Armin Burgmeier + + * src/modest-widget-memory.c: Always show the default account when the + application is started, as stated in the UI spec. This fixes + projects.maemo.org bug NB#66630. + +2007-08-24 Armin Burgmeier + + * src/maemo/modest-platform.c: + (modest_platform_run_rename_folder_dialog): Use logical IDs instead of + english text for strings in the rename folder dialog, fixing + projects.maemo.org bug NB#66338. + +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: @@ -53,7 +177,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