Updated translatable strings
[modest] / ChangeLog2
1 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
2
3         * configure.ac: Define MODEST_PLATFORM_MAEMO and MODEST_PLATFORM_GNOME in config.h, 
4         so we can #ifdef around platform-specific code when necessary.
5         * src/modest-ui-actions.c: (modest_ui_actions_on_new_account): Use MODEST_PLATFORM_MAEMO 
6         to allow this to build for the GNOME platform too.
7
8 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
9
10         * src/maemo/easysetup/modest-easysetup-wizard.c:
11         Added util_increment_name() and used it in create_page_account_details() 
12         to make sure that the default account name is always a new name.
13         
14         (modest_easysetup_wizard_dialog_init), 
15         (set_default_custom_servernames): Some minor memory management fixes.
16
17 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
18
19         * Makefile.am:
20         * configure.ac:
21         * src/modest-runtime.c: (init_i18n): Restored the translation 
22         infrastructure, so that GETTEXT_PACKAGE and MODEST_LOCALE_DIR 
23         are defined in config.h, and the translations are installed.
24         
25         * src/maemo/easysetup/: Include config.h so that GETTEXT_PACKAGE 
26         is defined for translation.
27
28 2007-04-03  Murray Cumming  <murrayc@murrayc.com>
29
30         * src/maemo/easysetup/modest-easysetup-country-combo-box.c:
31         (load_from_file):
32         * src/maemo/easysetup/modest-easysetup-wizard.c:
33         (modest_easysetup_wizard_dialog_init):
34         * src/maemo/easysetup/modest-presets.c: (modest_presets_new): 
35         Use realistic paths (though they should use $prefix generically) to the 
36         mcc_mapping and provider-data.keyfile files which might work when they 
37         are installed by the future version of the operator-wizard package, 
38         and then fallback to paths in our source code, with an explanatory 
39         warning.
40
41 2007-04-03  Murray Cumming  <murrayc@murrayc.com>
42
43         * configure.ac:
44         * src/Makefile.am:
45         * src/maemo/Makefile.am:
46         * src/maemo/easysetup/: Added files from the previously-exernal 
47         osso-modest-easysetup.
48         * src/maemo/modest-main-window-ui.h:
49         * src/modest-ui-actions.c: 
50         * src/modest-ui-actions.h:
51         Added modest_ui_actions_on_new_account() as a signal handler for the 
52         New Account menu item. It shows the easysetup wizard.
53         * po/en_GB.po: Added additional needed logical IDs and translations.
54         
55 Started ChangeLog2 file, because I cannot work without a ChangeLog. murrayc.
56 Apparently ChangeLog is not used for some vague Nokia legal reasons.
57