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