Updated translatable strings
[modest] / ChangeLog2
index 1cde256..e5c3531 100644 (file)
@@ -1,3 +1,43 @@
+2007-04-04  Murray Cumming  <murrayc@murrayc.com>
+
+       * configure.ac: Define MODEST_PLATFORM_MAEMO and MODEST_PLATFORM_GNOME in config.h, 
+       so we can #ifdef around platform-specific code when necessary.
+       * src/modest-ui-actions.c: (modest_ui_actions_on_new_account): Use MODEST_PLATFORM_MAEMO 
+       to allow this to build for the GNOME platform too.
+
+2007-04-04  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/maemo/easysetup/modest-easysetup-wizard.c:
+       Added util_increment_name() and used it in create_page_account_details() 
+       to make sure that the default account name is always a new name.
+       
+       (modest_easysetup_wizard_dialog_init), 
+       (set_default_custom_servernames): Some minor memory management fixes.
+
+2007-04-04  Murray Cumming  <murrayc@murrayc.com>
+
+       * Makefile.am:
+       * configure.ac:
+       * src/modest-runtime.c: (init_i18n): Restored the translation 
+       infrastructure, so that GETTEXT_PACKAGE and MODEST_LOCALE_DIR 
+       are defined in config.h, and the translations are installed.
+       
+       * src/maemo/easysetup/: Include config.h so that GETTEXT_PACKAGE 
+       is defined for translation.
+
+2007-04-03  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/maemo/easysetup/modest-easysetup-country-combo-box.c:
+       (load_from_file):
+       * src/maemo/easysetup/modest-easysetup-wizard.c:
+       (modest_easysetup_wizard_dialog_init):
+       * src/maemo/easysetup/modest-presets.c: (modest_presets_new): 
+       Use realistic paths (though they should use $prefix generically) to the 
+       mcc_mapping and provider-data.keyfile files which might work when they 
+       are installed by the future version of the operator-wizard package, 
+       and then fallback to paths in our source code, with an explanatory 
+       warning.
+
 2007-04-03  Murray Cumming  <murrayc@murrayc.com>
 
        * configure.ac: