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