X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=3620bb5336cac93f63df3d646228accb900bd3d4;hp=aab92e6339df421270180bc4fa0efb6a26483715;hb=d2766e0125d45ae66dbe70b51eb90e3b0e493982;hpb=392cfc8a9d6f9d6ba1fb15dc75b1d1ce8146c84e diff --git a/ChangeLog2 b/ChangeLog2 index aab92e6..3620bb5 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,120 @@ +2007-06-12 Murray Cumming + + * src/modest-account-mgr.c: (on_key_change): Append to the list, not to + NULL, so that the signals get all the keys. This should not actually + change any behaviour because we currently update everything when anything + changes. + +2007-06-12 Murray Cumming + + * src/widgets/modest-folder-view.c: (text_cell_data), + (icon_cell_data), (filter_row), (on_selection_changed), (cmp_rows), + (find_inbox_iter): If tinymail tells us that the folder is + a non-specific TNY_FOLDER_TYPE_NORMAL then do an extra check on the name. + This causes the inbox to be selected at startup, fixing part of + projects.maemo.org bug NB#56305. + + * src/modest-ui-dimming-rules.c: + (modest_ui_dimming_rules_on_tools_smtp_servers): + * src/modest-ui-dimming-rules.h: Added a callback function to dim + the SMTP servers menu item. + * src/maemo/modest-main-window-ui-dimming.h: Used the function, so + that the SMTP Servers menu item is dimmed when there are no accounts, + as a future version of the UI spec will require. This fixes + projects.maemo.org bug NB#56305. + +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):