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