9ec9bcddab19399e4100fce46630c81586c7b3e8
[modest] / ChangeLog2
1 2007-04-23  Murray Cumming  <murrayc@murrayc.com>
2
3         * src/maemo/easysetup/modest-easysetup-wizard.c:
4         (set_default_custom_servernames):
5         * src/maemo/modest-account-settings-dialog.c:
6         (create_page_incoming), (on_combo_outgoing_security_changed),
7         (on_combo_incoming_security_changed), (create_page_outgoing),
8         (modest_account_settings_dialog_set_account_name),
9         (save_configuration):
10         * src/maemo/modest-connection-specific-smtp-edit-window.c:
11         (on_combo_security_changed),
12         (modest_connection_specific_smtp_edit_window_init),
13         (modest_connection_specific_smtp_edit_window_set_connection),
14         (modest_connection_specific_smtp_edit_window_get_settings): 
15         Use HildonNumberEditor instead of GtkEntry for the port numbers so it has the - and + buttons,
16         as per the UI spec.
17
18 2007-04-20  Murray Cumming  <murrayc@murrayc.com>
19
20         * po/en_GB.po:
21         * src/maemo/easysetup/modest-easysetup-wizard.c:
22         (create_page_custom_outgoing), (create_page_complete_custom):
23         * src/maemo/modest-account-settings-dialog.c:
24         (create_page_user_details), (create_page_outgoing):
25         * src/maemo/modest-account-view-window.c: (button_box_new):
26         Use changed logical IDs as per the most recent UI spec:
27         mcen_bd_emailsetup_edit -> mcen_bd_edit
28         mcen_bd_emailsetup_delete -> mcen_bd_delete
29         mcen_bd_emailsetup_close -> mcen_bd_close
30
31 2007-04-20  2007-04-20  Murray Cumming  <murrayc@murrayc.com>
32
33         * configure.ac:
34         * src/Makefile.am:
35         * src/dbus_api/Makefile.am:
36         * src/dbus_api/modest-dbus-callbacks.c:
37         * src/dbus_api/modest-dbus-callbacks.h:
38         * src/maemo/modest-platform.c: (modest_platform_init):
39         Added the beginnings of a D-Bus API. At the moment it just has a HelloWorld 
40         method.
41         * tests/Makefile.am:
42         * tests/dbus_api/Makefile.am:
43         * tests/dbus_api/test_hello.c: (main): Very simple test of the D-Bus API.
44
45 2007-04-20  Murray Cumming  <murrayc@murrayc.com>
46
47         * src/maemo/modest-account-settings-dialog.c:
48         * src/maemo/modest-connection-specific-smtp-edit-window.c:
49         Removed unnecessary includes.
50
51 2007-04-20  Murray Cumming  <murrayc@murrayc.com>
52
53         * src/maemo/easysetup/modest-easysetup-wizard.c:
54         * src/maemo/modest-account-settings-dialog.c:
55         * src/maemo/modest-connection-specific-smtp-edit-window.c:
56         * src/widgets/Makefile.am:
57         * src/widgets/modest-easysetup-secureauth-combo-box.c:
58         * src/widgets/modest-easysetup-secureauth-combo-box.h:
59         * src/widgets/modest-easysetup-serversecurity-combo-box.c:
60         * src/widgets/modest-easysetup-serversecurity-combo-box.h:
61         * src/widgets/modest-secureauth-combo-box.c:
62         * src/widgets/modest-secureauth-combo-box.h:
63         * src/widgets/modest-serversecurity-combo-box.c:
64         * src/widgets/modest-serversecurity-combo-box.h: Renamed the files and 
65         made the GObject names more consistent with the rest of the Modest code.
66
67 2007-04-20  Murray Cumming  <murrayc@murrayc.com>
68
69         * src/maemo/easysetup/Makefile.am:
70         * src/maemo/easysetup/modest-easysetup-secureauth-combo-box.c:
71         * src/maemo/easysetup/modest-easysetup-secureauth-combo-box.h:
72         * src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.c:
73         * src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.h:
74         * src/maemo/easysetup/modest-easysetup-wizard.c:
75         * src/maemo/easysetup/modest-validating-entry.c:
76         * src/maemo/easysetup/modest-validating-entry.h:
77         * src/maemo/modest-account-settings-dialog.c:
78         * src/maemo/modest-connection-specific-smtp-edit-window.c:
79         * src/widgets/Makefile.am: Moved these widgets from maemo/easysetup into 
80         widgets/ because they are used outside of easysetup too. After checking in, 
81         svn will allow me to rename them too.
82
83 2007-04-20  Murray Cumming  <murrayc@murrayc.com>
84
85         * src/gnome/modest-msg-edit-window.c:
86         (modest_msg_edit_window_set_priority_flags): Added an empty implementation to fix a 
87         linker error, to fix the build on the GNOME platform.
88         modest_msg_edit_window_set_zoom(), modest_msg_edit_window_get_zoom(), 
89         modest_msg_edit_window_zoom_plus(), modest_msg_edit_window_zoom_minus():
90         ifdefed out to avoid a warning.
91
92 2007-04-20  Murray Cumming  <murrayc@murrayc.com>
93
94         * src/widgets/modest-header-view.c: (on_focus_in): Use GTK_CHECK_VERSION to #ifdef around the 
95         use of gtk_tree_view_get_visible_range(), to fix the build on Mameo. This code probably needs 
96         some alternative for GTK+ 2.6.
97
98 2007-04-19  Murray Cumming  <murrayc@murrayc.com>
99
100         * src/maemo/modest-address-book.c: Added include to avoid a warning.
101
102         * po/en_GB.po: Added missing mcen_bd_emailsetup_close string, 
103         specified for EmailAccountsDialog in UI spec.
104         
105         * src/maemo/easysetup/modest-easysetup-wizard.c:
106         * src/maemo/easysetup/modest-easysetup-wizard.h:
107         * src/maemo/modest-account-settings-dialog.c:
108         * src/maemo/modest-account-settings-dialog.h:
109         Reuse a member window widget for the connection-specific SMTP server accounts, 
110         so we can tell it to create/save the accounts only if we actually save changes.
111
112         * src/maemo/modest-connection-specific-smtp-edit-window.h:      
113         * src/maemo/modest-connection-specific-smtp-edit-window.c:
114         (modest_connection_specific_smtp_edit_window_get_settings): 
115         Return a struct instance for temporarily remembering the entered data.
116
117         * src/maemo/modest-connection-specific-smtp-window.h:
118         * src/maemo/modest-connection-specific-smtp-window.c:
119         (modest_connection_specific_smtp_window_finalize),
120         (modest_connection_specific_smtp_window_fill_with_connections),
121         (on_button_edit),
122         (modest_connection_specific_smtp_window_save_server_accounts),
123         (update_model_server_names): Do not actually save data until asked, 
124         when the caller calls modest_connection_specific_smtp_window_save_server_accounts().
125         
126         (on_selection_changed),
127         (modest_connection_specific_smtp_window_init): Disable the edit 
128         button when nothing is selected.
129         
130         * src/modest-account-mgr-helpers.c:
131         * src/modest-account-mgr-helpers.h: 
132         Put modest_account_mgr_free_server_account_data() in the header now that I use the struct 
133         elsewhere.
134
135 2007-04-19  Murray Cumming  <murrayc@murrayc.com>
136
137         * src/modest-account-mgr-helpers.h:
138         * src/modest-account-mgr-helpers.c:
139         (modest_account_mgr_get_unused_account_name),
140         (modest_account_mgr_get_unused_account_display_name): Added these 
141         utility functions, to avoid code duplication.
142
143         * src/maemo/easysetup/modest-easysetup-wizard.c:
144         (create_page_account_details), (create_account):
145         * src/maemo/modest-connection-specific-smtp-edit-window.c:
146         (on_combo_security_changed),
147         (modest_connection_specific_smtp_edit_window_init),
148         (modest_connection_specific_smtp_edit_window_save_settings):
149         * src/maemo/modest-connection-specific-smtp-edit-window.h:
150         * src/maemo/modest-connection-specific-smtp-window.c:
151         (modest_connection_specific_smtp_window_finalize),
152         (modest_connection_specific_smtp_window_fill_with_connections),
153         (on_button_edit), (modest_connection_specific_smtp_window_init):
154         * src/maemo/modest-connection-specific-smtp-window.h:
155         Implementing saving of connection-specific server accounts.
156         
157         But I need to refactor this so we can save the data for each 
158         possible connection-specific account and only actually create the server accounts 
159         when the easysetup finished, or the OK button is pressed on the account settings 
160         dialog.
161
162 2007-04-18  Murray Cumming  <murrayc@murrayc.com>
163
164         * src/maemo/modest-connection-specific-smtp-edit-window.c:
165         (on_combo_security_changed): 
166         (modest_connection_specific_smtp_edit_window_init):
167         Auto-fill the port number as in the account settings.
168         
169         (modest_connection_specific_smtp_edit_window_set_connection):
170         * src/maemo/modest-connection-specific-smtp-edit-window.h:
171         * src/maemo/modest-connection-specific-smtp-window.c:
172         (fill_with_connections), (on_button_edit),
173         (modest_connection_specific_smtp_window_init): 
174         Turn the edit window into a dialog to simplify the code, and 
175         set a WM hint as in a GtkDialog, because only a popup can be on top of 
176         another window in Maemo, and popups usually have no WM decoration.
177         
178         * src/modest-defs.h:
179         * src/modest-account-mgr-helpers.c:
180         (modest_account_mgr_set_connection_specific_smtp),
181         (modest_account_mgr_remove_connection_specific_smtp),
182         (modest_account_mgr_get_connection_specific_smtp):
183         * src/modest-account-mgr-helpers.h: Some functions to write the 
184         connection-specific SMTP server information. Not yet used.
185
186         
187         * src/widgets/modest-folder-view.c: (text_cell_data):
188         Fix a warning about an uninitialized variable.
189         (on_configuration_key_changed): Put an #ifdef around the use 
190         of gtk_tree_view_column_queue_resize() because it is new in GTK+ 2.10.
191
192 2007-04-18  Murray Cumming  <murrayc@murrayc.com>
193
194         * src/maemo/modest-account-settings-dialog.h:
195         * src/maemo/modest-account-settings-dialog.c:
196         Added connect_for_modified() utility function to mark the new modified boolean.
197         
198         (create_page_account_details), (create_page_user_details),
199         (create_page_incoming), (create_page_outgoing), (on_response),
200         (modest_account_settings_dialog_init),
201         (modest_account_settings_dialog_set_account_name):
202         Only warn about unsaved changes when there are actually unsaved changes.
203         
204         * src/modest-account-mgr-helpers.c:
205         * src/modest-account-mgr-helpers.h: Put the port, secure-auth, and security information 
206         into the ModestServerAccountData struct. I do not use it yet, but someone might expect 
207         to get the data from there in future.
208
209 2007-04-18  Murray Cumming  <murrayc@murrayc.com>
210
211         * src/modest-defs.h:
212
213         * src/modest-account-mgr-helpers.h:
214         * src/modest-account-mgr-helpers.c:
215         Store the security account setting in a single conf key instead of using 
216         the options list, so that the list is left for just the to-be-removed camel hack, 
217         and because gconf_client_set_list() is failing for some reason.
218
219         * src/modest-account-mgr.c:
220         (modest_account_mgr_add_server_account):
221         * src/maemo/modest-account-settings-dialog.c:
222         (modest_account_settings_dialog_set_account_name),
223         (save_configuration): Use the renamed functions.
224
225
226 2007-04-18  Murray Cumming  <murrayc@murrayc.com>
227
228         * src/widgets/Makefile.am:
229         * src/widgets/modest-limit-retrieve-combo-box.c:
230         * src/widgets/modest-limit-retrieve-combo-box.h:
231         * src/widgets/modest-retrieve-combo-box.c:
232         * src/widgets/modest-retrieve-combo-box.h: Added new widgets for use in 
233         the account settings dialog.
234         
235         * src/modest-defs.h:
236         * src/modest-account-mgr-helpers.h:
237         * src/modest-account-mgr-helpers.c:
238         (modest_server_account_get_option_secure_auth),
239         (modest_server_account_set_option_secure_auth):
240         * src/modest-account-mgr.c:
241         (modest_account_mgr_add_server_account):
242         Use the existing AUTH_MECH conf key for the secure-auth setting, 
243         instead of putting it in the list options, because this was actually used already.
244         
245         * src/maemo/modest-account-settings-dialog.c:
246         (create_page_account_details),
247         (modest_account_settings_dialog_set_account_name),
248         (save_configuration):
249         * src/maemo/modest-account-settings-dialog.h:
250         Add the retrieve and retrieve-limit combo boxes, as per the UI spec.
251         Hide the leave-messages checkbox for non-POP accounts, as per the UI spec.
252
253 2007-04-18  Murray Cumming  <murrayc@murrayc.com>
254
255         * src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.h:
256         * src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.c:
257         Added easysetup_serversecurity_combo_box_get_active_serversecurity_port()
258
259         * src/modest-defs.h:
260         * src/maemo/modest-account-settings-dialog.c:
261         (create_page_incoming), (on_combo_outgoing_security_changed),
262         (on_combo_incoming_security_changed), (create_page_outgoing),
263         (modest_account_settings_dialog_set_account_name),
264         (save_configuration): Load/Save the port number, and change it when the 
265         security combo changes, to suitable defaults.
266
267 2007-04-17  Murray Cumming  <murrayc@murrayc.com>
268
269         * src/modest-account-mgr.c:
270         (modest_account_mgr_add_server_account): Set the security and secure-auth 
271         options, and add a comment saying that the other camel-specific options should be 
272         removed in future.
273
274 2007-04-17  Murray Cumming  <murrayc@murrayc.com>
275
276         * src/maemo/modest-account-settings-dialog.c: (check_data): Always return something, 
277         found by valgrind.
278         * src/modest-tny-account-store.c: (account_list_free),
279         (on_account_changed): Add a TODO comment about a valgrind error, caused by using 
280         cursor->data after unreffing it. But there is some strange stuff there so it might not be 
281         easy to fix.
282
283 2007-04-17  Murray Cumming  <murrayc@murrayc.com>
284
285         * src/modest-protocol-info.c:
286         * src/modest-protocol-info.h: Added a MODEST_PROTOCOL_AUTH_CRAMMD5 enum value, because it 
287         is required by our UI spec. Maybe something in our implementation will use this eventually.
288         * src/maemo/easysetup/modest-easysetup-secureauth-combo-box.c: 
289         (easysetup_secureauth_combo_box_fill): Use the CRAM MD5 enum value 
290         instead of the previous 0 placeholder.
291         
292         * src/modest-defs.h: Added gconf list pair key names and value strings for the security and 
293         secure-auth settings.
294         * src/modest-account-mgr-helpers.h:
295         * src/modest-account-mgr-helpers.c:
296         (modest_server_account_data_get_option_secure_auth),
297         (modest_server_account_set_option_secure_auth),
298         (modest_server_account_data_get_option_security),
299         (modest_server_account_set_option_security): Added this API for getting and setting the security 
300         and secure-auth settings.
301         
302         * src/maemo/modest-account-settings-dialog.h:
303         * src/maemo/modest-account-settings-dialog.c:
304         (modest_account_settings_dialog_finalize), (check_data),
305         (on_response): Store the original title as well as the name, to avoid unnececessary warnings 
306         about changing titles.
307         (modest_account_settings_dialog_set_account_name): Load the security and secure-auth settings.
308         (save_configuration): Save the security and secure-auth settings.
309
310         * src/modest-conf.c: (modest_conf_set_list): Get the list after setting it, to show that this 
311         is failing sometimes (though reporting success). I fear I may need to debug gconf to fix this.
312
313 2007-04-17  Murray Cumming  <murrayc@murrayc.com>
314
315         * src/modest-defs.h: 
316         * src/modest-account-mgr.c:
317         (modest_account_mgr_add_server_account):
318         Added and used defines for the options key and value pair strings, 
319         that are used so far, though they do not seem to correspond to anything in our 
320         UI specs or ModestProtocol enum.
321         
322         * src/modest-account-mgr-helpers.h:
323         * src/modest-account-mgr-helpers.c:
324         (compare_option_strings_for_name),
325         (modest_server_account_data_get_option_value),
326         (modest_server_account_data_get_option_bool),
327         (modest_account_mgr_get_server_account_option):
328         Added helper functions for parsing the options GSList.
329
330 2007-04-16  Murray Cumming  <murrayc@murrayc.com>
331
332         * src/modest-account-mgr-helpers.c: Clarified the documentation to say that the initial 
333         display name is based on the supplied account name.
334         * src/modest-account-mgr.c:
335         * src/modest-account-mgr.h: Added modest_account_mgr_account_with_display_name_exists(), 
336         with an inefficient, but good-enough, implementation.
337         
338         * src/maemo/easysetup/modest-easysetup-wizard.c:
339         (create_page_account_details), (on_before_next), (create_account): 
340         Check for existing display names rather than (non-user-visible) account names, and just 
341         create and set a unique account name at the end.
342         
343         * src/maemo/modest-account-settings-dialog.c:
344         (modest_account_settings_dialog_init),
345         (modest_account_settings_dialog_set_account_name),
346         (create_page_incoming): Show the display name, instead of the account name.
347         (on_response): Do some (not all) extra checks, as in the UI spec.
348         (save_configuration): Save the display name if it was changed.
349
350 2007-04-16  Murray Cumming  <murrayc@murrayc.com>
351
352         * po/en_GB.po: Added needed logical ID and translation.
353         * src/widgets/modest-account-view.c: (on_account_default_toggled),
354         (init_view): Made the is-default column clicking work.
355
356 2007-04-16  Murray Cumming  <murrayc@murrayc.com>
357
358         * configure.ac:
359         * src/maemo/easysetup/Makefile.am:
360         * src/maemo/easysetup/modest-easysetup-wizard.c:
361         (modest_easysetup_wizard_dialog_init):
362         * src/maemo/easysetup/provider-data-test.keyfile:
363         * src/maemo/easysetup/provider-data.keyfile: 
364         Moved the provider data file to the new modest-providers-data package and used it from there.
365
366 2007-04-16  Murray Cumming  <murrayc@murrayc.com>
367
368         * src/modest-local-folder-info.c:
369         (modest_local_folder_info_get_type_display_name): Use _() to actually get the translated string. 
370         N_() was already used on the static strings, but this just marks it for translation without 
371         using the translation.
372
373 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
374
375         * src/maemo/modest-account-settings-dialog.c:
376         (create_page_incoming),
377         (modest_account_settings_dialog_set_account_name): 
378         Added comments about the need for new API in ModestAccountMgr to handle the authentication 
379         and secure-connection stuff that is stored in the options GSList* with hard-coded names.
380         I will do this if nobody else gets there first.
381
382 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
383
384         * src/maemo/modest-account-settings-dialog.c: (save_configuration): 
385         Saved much of the incoming and outgoing data too, though I cannot yet see how to 
386         save the security stuff.
387
388 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
389
390         * src/maemo/easysetup/modest-easysetup-wizard.c: (create_account): 
391         Set the email address and user fullname, which I now see must be 
392         done separately.
393         
394         * src/maemo/modest-account-settings-dialog.h:
395         * src/maemo/modest-account-settings-dialog.c:
396          (on_response),
397         (modest_account_settings_dialog_set_account_name): Show the email address, fullname, 
398         leave-on-server and authentication.
399         (save_configuration): Save most of the non-server-account specific stuff, but I don't see 
400         how to do the rest.
401
402 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
403
404
405         * src/maemo/modest-account-settings-dialog.c:
406         * src/maemo/modest-account-settings-dialog.h:
407         Most (but not all) of the widgets are now present as specified by the UI spec.
408         No changes are yet saved, and some details are not properly shown yet.
409         
410         * po/en_GB.po: Added translations for logical IDs used by the Account Settings dialog.
411
412 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
413
414         * src/maemo/Makefile.am:
415         * src/maemo/modest-account-settings-dialog.c:
416         * src/maemo/modest-account-settings-dialog.h: The beginnings of the dialog to edit 
417         an existing account. Doesn't do much yet.
418         
419         * src/maemo/modest-account-view-window.c: (on_edit_button_clicked): 
420         Open the accounts settings dialog when Edit is clicked.
421
422 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
423
424         * src/maemo/easysetup/Makefile.am:
425         * src/maemo/easysetup/modest-easysetup-country-combo-box.c:
426         (load_from_file): 
427         * src/maemo/easysetup/modest-easysetup-wizard.c:
428         (modest_easysetup_wizard_dialog_init):
429         Try to get the source directory from the build system,
430         instead of hard-coding "./" into the source code, when opening our local 
431         copies of the configuration files.
432         But this still fails when opening the wizard from the Accounts window, 
433         maybe because the working directory seems to change at runtime.
434         So the wizard will fail the second time unless you copy the files into their 
435         proper locations - see the stdout warnings for the paths.
436         
437         (create_page_account_details),(on_before_next): 
438         Check for existing non-server accounts instead of server accounts, 
439         so the default account name is useful again, and to prevent trying to 
440         recreate accounts.
441         
442         * src/maemo/modest-account-view-window.c: (on_new_button_clicked): 
443         Show the wizard when New is clicked.
444         
445         * src/widgets/modest-account-view.c: (on_account_default_toggled),
446         (init_view): Show the column headers, and show the columns that are 
447         specified in the UI specs. However, something in Maemo's GTK+ prevents 
448         us from handling the GtkCellRendererToggle::toggled signal, so we cannot 
449         change the default account. This is despite unsetting the special properties.
450
451 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
452
453         * docs/reference/modest-design.sgml: Corrected spelling mistake.
454         * src/maemo/easysetup/modest-easysetup-wizard.c: (create_account): 
455         Create the 2 server accounts and then create the account, using the names of the 2 server accounts.
456         This seems to be how this should be used. If it is, then I will update the AccountMgr documentation 
457         to make that clearer.
458         * src/modest-account-mgr.h: Corrected the modest_account_mgr_search_server_account() documentation.
459
460 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
461
462         * src/maemo/modest-account-view-window.c:
463         (modest_account_view_window_init),
464         (modest_account_view_window_new):
465         Use the same buttons as specified in the 
466         UI spec. Add the widgets to the vbox and action_area instead of just assigning them to 
467         the existing widgets, which never had a chance of working.
468         Put the ModestAccountView treeview in a scrolled window.
469         Do not repeat the initialization in both _init() and _new().
470         
471         * src/widgets/modest-account-view.c: (update_account_view):
472         Add a warning about modest_account_mgr_account_names() returning NULL, which is why 
473         this widget and window shows no accounts.
474         
475         * po/en_GB.po: Added translations needed for the dialog button logical IDs.
476         
477 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
478
479         * src/maemo/easysetup/modest-easysetup-wizard.c:
480         (set_default_custom_servernames): Avoid a dereference of a destroyed widget.
481         (create_account): Do a sanity check, showing that modest_account_mgr_account_names() 
482         returns NULL after modest_account_mgr_add_server_account() returned TRUE, 
483         which seems wrong.
484         
485         * src/maemo/modest-main-window-ui.h: Specify the callback for the Accounts menu item.
486         * src/modest-ui-actions.c: (modest_ui_actions_on_accounts): Open the wizard if no 
487         accounts exist yet, as in the UI spec.
488         
489         * src/modest-account-mgr.h: Add TODO comment about a possible memory leak.
490
491 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
492
493         * src/maemo/Makefile.am:
494         * src/maemo/modest-connection-specific-smtp-edit-window.c:
495         * src/maemo/modest-connection-specific-smtp-edit-window.h: 
496         New window for editing connection-specific smtp details.
497         Not fully implemented.
498
499         * src/maemo/modest-connection-specific-smtp-window.c:
500         (modest_connection_specific_smtp_window_finalize) :
501         unref the tree model.
502         (on_button_edit): Show the edit window.
503
504 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
505
506         * src/Makefile.am: Change sequence of sub-libraries, which fixed an undefined symbol 
507         error for me.
508         
509         * src/maemo/Makefile.am:
510         * src/maemo/modest-connection-specific-smtp-window.c:
511         * src/maemo/modest-connection-specific-smtp-window.h:
512         New window for showing the list of connections, for connection-specific 
513         SMTP servers. Not fully implemented, because it needs an enhancement to TnyMaemoDevice.
514         * src/maemo/easysetup/modest-easysetup-wizard.c:
515         (create_page_custom_outgoing): Show the new window when the button is clicked.
516
517 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
518
519         * src/maemo/easysetup/modest-easysetup-wizard.c: (create_account):
520         * src/maemo/easysetup/modest-presets.c: (modest_presets_new):
521         * src/maemo/modest-msg-edit-window.c:
522         (modest_msg_edit_window_insert_image):
523         * src/modest-conf.c: (modest_conf_key_escape):
524         * src/modest-mail-operation.c:
525         (modest_mail_operation_send_new_mail):
526         * src/modest-ui-actions.c: (modest_ui_actions_on_accounts),
527         (modest_ui_actions_on_new_account):
528         * src/widgets/modest-attachment-view.c: (update_filename_request):
529         * src/widgets/modest-mail-header-view.c: 
530         Corrected warnings that were breaking the build, by commenting out unused variables, 
531         and a function, and by including a header.
532
533 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
534
535         * configure.ac: Define MODEST_PLATFORM_MAEMO and MODEST_PLATFORM_GNOME in config.h, 
536         so we can #ifdef around platform-specific code when necessary.
537         * src/modest-ui-actions.c: (modest_ui_actions_on_new_account): Use MODEST_PLATFORM_MAEMO 
538         to allow this to build for the GNOME platform too.
539
540 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
541
542         * src/maemo/easysetup/modest-easysetup-wizard.c:
543         Added util_increment_name() and used it in create_page_account_details() 
544         to make sure that the default account name is always a new name.
545         
546         (modest_easysetup_wizard_dialog_init), 
547         (set_default_custom_servernames): Some minor memory management fixes.
548
549 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
550
551         * Makefile.am:
552         * configure.ac:
553         * src/modest-runtime.c: (init_i18n): Restored the translation 
554         infrastructure, so that GETTEXT_PACKAGE and MODEST_LOCALE_DIR 
555         are defined in config.h, and the translations are installed.
556         
557         * src/maemo/easysetup/: Include config.h so that GETTEXT_PACKAGE 
558         is defined for translation.
559
560 2007-04-03  Murray Cumming  <murrayc@murrayc.com>
561
562         * src/maemo/easysetup/modest-easysetup-country-combo-box.c:
563         (load_from_file):
564         * src/maemo/easysetup/modest-easysetup-wizard.c:
565         (modest_easysetup_wizard_dialog_init):
566         * src/maemo/easysetup/modest-presets.c: (modest_presets_new): 
567         Use realistic paths (though they should use $prefix generically) to the 
568         mcc_mapping and provider-data.keyfile files which might work when they 
569         are installed by the future version of the operator-wizard package, 
570         and then fallback to paths in our source code, with an explanatory 
571         warning.
572
573 2007-04-03  Murray Cumming  <murrayc@murrayc.com>
574
575         * configure.ac:
576         * src/Makefile.am:
577         * src/maemo/Makefile.am:
578         * src/maemo/easysetup/: Added files from the previously-exernal 
579         osso-modest-easysetup.
580         * src/maemo/modest-main-window-ui.h:
581         * src/modest-ui-actions.c: 
582         * src/modest-ui-actions.h:
583         Added modest_ui_actions_on_new_account() as a signal handler for the 
584         New Account menu item. It shows the easysetup wizard.
585         * po/en_GB.po: Added additional needed logical IDs and translations.
586         
587 Started ChangeLog2 file, because I cannot work without a ChangeLog. murrayc.
588 Apparently ChangeLog is not used for some vague Nokia legal reasons.
589