2007-04-17 Murray Cumming <murrayc@murrayc.com>
[modest] / ChangeLog2
index e898afc..bd04df1 100644 (file)
@@ -1,3 +1,40 @@
+2007-04-17  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/modest-defs.h: 
+       * src/modest-account-mgr.c:
+       (modest_account_mgr_add_server_account):
+       Added and used defines for the options key and value pair strings, 
+       that are used so far, though they do not seem to correspond to anything in our 
+       UI specs or ModestProtocol enum.
+       
+       * src/modest-account-mgr-helpers.h:
+       * src/modest-account-mgr-helpers.c:
+       (compare_option_strings_for_name),
+       (modest_server_account_data_get_option_value),
+       (modest_server_account_data_get_option_bool),
+       (modest_account_mgr_get_server_account_option):
+       Added helper functions for parsing the options GSList.
+
+2007-04-16  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/modest-account-mgr-helpers.c: Clarified the documentation to say that the initial 
+       display name is based on the supplied account name.
+       * src/modest-account-mgr.c:
+       * src/modest-account-mgr.h: Added modest_account_mgr_account_with_display_name_exists(), 
+       with an inefficient, but good-enough, implementation.
+       
+       * src/maemo/easysetup/modest-easysetup-wizard.c:
+       (create_page_account_details), (on_before_next), (create_account): 
+       Check for existing display names rather than (non-user-visible) account names, and just 
+       create and set a unique account name at the end.
+       
+       * src/maemo/modest-account-settings-dialog.c:
+       (modest_account_settings_dialog_init),
+       (modest_account_settings_dialog_set_account_name),
+       (create_page_incoming): Show the display name, instead of the account name.
+       (on_response): Do some (not all) extra checks, as in the UI spec.
+       (save_configuration): Save the display name if it was changed.
+
 2007-04-16  Murray Cumming  <murrayc@murrayc.com>
 
        * po/en_GB.po: Added needed logical ID and translation.