X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=46e2c5fb1a95d2063d155c7461b1ae762e832542;hp=970ef478f1e09ba59d1d63f15a55cc9500d2ddf7;hb=30afd8191997ec8af93d25f89c9a5a27a3f5b9fc;hpb=fd382dbc5face5a3cf26d4e9b3fa2f78b3afce4c diff --git a/ChangeLog2 b/ChangeLog2 index 970ef47..46e2c5f 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,118 @@ +2007-06-11 Johannes Schmid + + * src/maemo/modest-maemo-utils.c: + (modest_maemo_utils_get_supported_secure_authentication_methods): + Added label to dialog instead of unreadable title + + * src/maemo/modest-main-window.c: (sync_accounts_cb), + (modest_main_window_new): + Fixed projects.maemo.org bug NB#58576 by moving previous fix out of + dead code. + + * src/modest-account-mgr.c: (modest_account_mgr_has_accounts): + * src/modest-account-mgr.h: + Added method to avoid code duplication + + * src/modest-ui-actions.c: (modest_ui_actions_on_accounts), + (modest_ui_actions_on_send_receive): + Use modest_account_mgr_has_accounts + +2007-06-11 Murray Cumming + + * src/maemo/easysetup/modest-presets.c: + (modest_presets_get_info_server_security): Do not report secure auth + if there is none. + * src/modest-protocol-info.c: Use the defines for the gconf key names + for secure authentication. This was not working because we were writing + Password and reading password, and the check was case sensitive. + With this, gmail now works for receiving and sending when created via + easysetup. + +2007-06-11 Murray Cumming + + * src/maemo/easysetup/modest-presets.c: + (modest_presets_get_info_server_security): Correct the key name for + SecureSmtp, because it seems to be case-sensitive. + * src/maemo/easysetup/modest-wizard-dialog.c: (create_title): + Do not try to get the 0th notebook page if there are 0 pages, to + avoid a g_warning(). + +2007-06-11 Murray Cumming + + * src/maemo/modest-platform.c: (modest_platform_on_new_msg): + Prevent use of the new notification feature for now, because it currently + shows one dialog for each new email, which is annoying. + +2007-06-11 Murray Cumming + + * src/maemo/easysetup/modest-easysetup-provider-combo-box.c: + (easysetup_provider_combo_box_fill): Ask for the providers for mmc=0 + when no country was selected, so that we show the global ones. + * src/maemo/easysetup/modest-presets.c: + (modest_presets_get_providers): Return only the global providers, not + all providers when mmc=0 was requested. + +2007-06-11 Murray Cumming + + * src/maemo/easysetup/modest-easysetup-provider-combo-box.c: + (easysetup_provider_combo_box_fill): Remove debug code that showed the + provider ID in the combo. + + * src/maemo/easysetup/modest-wizard-dialog.c: (create_title): + Do not show the page numbers, because it would be confusing when we add + the 2 extra pages for the custom setup, when the user chooses the "Other" + provider. This fixes projects.maemo.org bug NB#59028 + + * src/modest-init.c: (modest_init_init_core), + (modest_init_local_folders): + * src/modest-init.h: + * src/modest-tny-account.c: + (modest_tny_account_new_for_local_folders): Do not create default folders + for the memory card. This should fix projects.maemo.org bug NB#59328. + +2007-06-11 Murray Cumming + + * src/modest-account-mgr.c: (modest_account_mgr_finalize): + Free the changed_conf_keys string items. They are already freed in the + idle handler if that runs first. + +2007-06-11 Murray Cumming + + * src/modest-ui-actions.c: + (modest_ui_actions_on_password_requested): Check that the server name + is not NULL, because I just saw a password dialog with (null) as the + server name. + + * src/modest-tny-folder.[h|c]: Added + modest_tny_folder_is_memory_card_folder(). + * src/modest-ui-dimming-rules.c: + (modest_ui_dimming_rules_on_new_folder): Do not dim the new folder context + menu item for memory cards, as per the UI spec (section 7.4). This should + fix projects.maemo.org bug NB#59297. + +2007-06-10 Johannes Schmid + + * src/maemo/modest-main-window.c: (sync_accounts_cb): + Fixed projects.maemo.org bug NB#58576 (not yet activated as there + is another problem with the code, see Murray's comment at line 772) + +2007-06-08 Murray Cumming + + * src/maemo/easysetup/modest-easysetup-country-combo-box.h: + * src/maemo/easysetup/modest-easysetup-country-combo-box.c: + (on_model_foreach_release), (easysetup_country_combo_box_finalize), + (load_from_file), (easysetup_country_combo_box_init), + (easysetup_country_combo_box_get_active_country_ids), + (on_model_foreach_select_id): Store a GSList* of IDs in the model row, + instead of just one ID, to avoid duplicate country names in the UI. + + * src/maemo/easysetup/modest-easysetup-provider-combo-box.h: + * src/maemo/easysetup/modest-easysetup-provider-combo-box.c: + (easysetup_provider_combo_box_fill): Adapt to use a list rather than + a single ID, avoiding duplicate providers. + * src/maemo/easysetup/modest-easysetup-wizard.c: + (on_combo_account_country): Adapt to use a list. + 2007-06-08 Murray Cumming * src/modest-account-mgr-priv.h: Added a timeout id and a GSList of