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