2007-06-12 Murray Cumming <murrayc@murrayc.com>
[modest] / ChangeLog2
index 6d28fed..3620bb5 100644 (file)
@@ -1,3 +1,47 @@
+2007-06-12  Murray Cumming  <murrayc@murrayc.com>
+
+       * 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  <murrayc@murrayc.com>
+
+       * 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 <johannes.schmid@openismus.com>
+
+       * 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  <murrayc@murrayc.com>
 
        * src/maemo/easysetup/modest-presets.c: