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