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