* debian packaging updates
[modest] / ChangeLog2
1 2007-05-04  Murray Cumming  <murrayc@murrayc.com>
2
3         * src/maemo/Makefile.am:
4         * src/maemo/modest-osso-state-saving.c: 
5         * src/maemo/modest-osso-state-saving.h: Added 
6         modest_osso_load_state() and modest_osso_save_state() though they do 
7         nothing now. They should iterate through all the open windows and load/save 
8         their state.
9         * src/modest-ui-actions.c: (modest_ui_actions_on_quit): For Mameo, 
10         save state when closing.
11         
12         * src/maemo/modest-main-window.c:
13         (on_hildon_program_is_topmost_notify), (modest_main_window_new):
14         Add a notification handler for the HildonProgram::is-topmost property, 
15         so we can allow hibernation when the application goes into the background.
16         But we still need to detect when the accounts setup windows are open so 
17         we can stop hibernation when they are open.
18         To do this, I also added the main window the HildonProgram. This might have 
19         other side-effects/benefits, and should maybe be done for other windows.
20
21         * src/maemo/modest-osso-autosave-callbacks.h:
22         * src/maemo/modest-osso-autosave-callbacks.c:
23         (modest_on_osso_application_autosave): Add a libosso auto-save callback, 
24         though it does not do anything yet, and we might never need this to do 
25         anything. For instance, we already save drafts.
26         
27         * src/maemo/modest-platform.c: (modest_platform_init):
28         Specify the libosso auto-save callback.
29
30 2007-05-03  Murray Cumming  <murrayc@murrayc.com>
31
32         * src/maemo/modest-platform.c:
33         (modest_platform_set_update_interval):
34         * src/modest-defs.h: Store the alarmd cookie ID in gconf, because it 
35         aparently stays valid between application instances, so we can use this 
36         to remove and reset it later. According to a maemo-developers email from 
37         David Weinehall.
38
39 2007-05-03  Murray Cumming  <murrayc@murrayc.com>
40
41         * configure.ac: Depend on libalarm for Maemo.
42
43         * src/dbus_api/modest-dbus-api.h:
44         * src/dbus_api/modest-dbus-callbacks.c: (on_idle_send_receive),
45         (on_send_receive), (modest_dbus_req_handler):
46         Handle a SEND_RECEIVE D-Bus method.
47         
48         * libmodest-dbus-client/libmodest-dbus-client.c:
49         (libmodest_dbus_client_send_and_receive):
50         * libmodest-dbus-client/libmodest-dbus-client.h:
51         Add C convenience functions for calling the new D-Bus method.
52         
53         * src/modest-platform.h:
54         * src/gnome/modest-platform.c:
55         * src/maemo/modest-platform.c: 
56         Added modest_platform_set_update_interval(), which uses the 
57         alarmd API on Maemo.
58         (modest_platform_init),
59         Call modest_platform_set_update_interval(), using a hard-coded 
60         interval for now (until the global settings dialog is implemented), 
61         though I am not sure that this makes sense yet.
62
63 2007-05-02  Murray Cumming  <murrayc@murrayc.com>
64
65         * src/dbus_api/modest-dbus-callbacks.c:
66         (modest_osso_cb_hw_state_handler):
67         * src/dbus_api/modest-dbus-callbacks.h:
68         * src/maemo/modest-platform.c: (modest_platform_init):
69         Registered (empty) callbacks for the osso hardware state D-Bus signals, 
70         in case this has some effect on the ability for Maemo to ping the 
71         application.
72
73 2007-05-02  Murray Cumming  <murrayc@murrayc.com>
74
75         * src/modest-text-utils.c: (modest_text_utils_validate_recipient):
76         Comment out an if() that checks a gchar for < 0, causing a build-breaking 
77         warning. It is probably a logic error, but I need to fix the build.
78
79 2007-05-02  Murray Cumming  <murrayc@murrayc.com>
80
81         * src/modest-account-mgr.h:
82         * src/modest-account-mgr.c: 
83         (modest_account_mgr_account_names): Add a gboolean enabled_only 
84         parameter, so we can get lists of onlt the enabled accounts.
85         
86         (modest_account_mgr_add_account),,
87         (modest_account_mgr_account_with_display_name_exists):
88         * src/maemo/modest-msg-edit-window.c: (get_transports):
89         * src/modest-account-mgr-helpers.c:
90         (modest_account_mgr_set_first_account_as_default):
91         * src/modest-init.c: (init_default_account_maybe):
92         * src/modest-tny-account-store.c: (get_accounts):
93         * src/modest-ui-actions.c: (modest_ui_actions_on_accounts),
94         (do_send_receive_auto), (modest_ui_actions_on_send_receive):
95         * tests/check_account-mgr.c: (START_TEST):
96         Provide the extra parameter, as appropriate.
97         
98         * src/widgets/modest-account-view.c: (update_account_view):
99         Do not show disabled accounts (meaning that there is no way to 
100         enable/disable accounts in the UI (the feature is not in our UI 
101         specification), so we can use this internally only to mark unfinished 
102         or temporary account data.
103         
104         * src/maemo/easysetup/modest-easysetup-wizard.c:
105         (create_account): Add boolean enable parameter, so we can specify FALSE 
106         to create the temporary account.
107         (on_button_edit_advanced_settings): Create the temporary account as disabled.
108         (on_before_next): When finishing, when there is a temporary account, just 
109         set it as enabled.
110         Also, use a timeout to delay the showing of the dialog until gconf is likely 
111         to return correct information, due to a maemo gconf bug that is fixed in 
112         osso 1.1, but not yet in Bora.
113         However, the dialog stays on screen after it is destroyed.
114         
115         * src/maemo/modest-account-settings-dialog.c: on_response(): Do not check 
116         for invalid data when cancelling. Use a hildon note instead of a dialog 
117         to complain about invalid data. Do not show the account-saved note if the 
118         account is disabled (a temporary account that will not really be saved for use 
119         until later.)
120
121 2007-04-30  Murray Cumming  <murrayc@murrayc.com>
122
123         * src/modest-account-mgr-helpers.h:
124         * src/modest-account-mgr-helpers.c:
125         Added modest_account_mgr_unset_default_account(),
126         Added modest_account_mgr_set_first_account_as_default().
127
128         * src/modest-account-mgr.c: (modest_account_mgr_remove_account): 
129         If it was the default account, unset the default account name.
130         
131         * src/maemo/modest-account-view-window.c:
132         (on_delete_button_clicked): If it was the default account, 
133         set the first remaining account as the default instead.
134         
135         * src/maemo/modest-main-window.c: (on_account_update): Do not try to use 
136         a NULL account or a NULL default account, to prevent a crash. This should 
137         not happen now anyway. Bug #55343 in projects.maemo.org/bugzilla.
138         
139
140 2007-04-30  Murray Cumming  <murrayc@murrayc.com>
141
142         * src/widgets/modest-recpt-editor.c:
143         (modest_recpt_editor_on_key_press_event): Put an #ifdef around the 
144         use of gtk_text_buffer_get_has_selection() (from GTK+ 2.10), and add a 
145         TODO comment for this. This fixes the build.
146         
147         * src/modest-ui-actions.c: Add do_send_receive(), though it might not 
148         be the best place for it. This will in future update all auto-update accounts, 
149         rather than just the current/default account, when that gconf key exists.
150         (modest_ui_actions_on_send_receive): Offer the settings dialog (or wizard) 
151         if there are no accounts, before calling do_send_receive().
152         * src/modest-ui-actions.h: Specify the callback for the Send/Recieve menu item.
153         
154         * src/gnome/modest-main-window.c: (on_online_toggle_toggled):
155         * src/maemo/modest-main-window-ui.h:
156         * src/maemo/modest-main-window.c: (on_connection_changed),
157         (sync_accounts_cb): Use do_send_receive() instead of calling the signal handler 
158         directly, becaue the signal handler does more.
159
160 2007-04-30  Murray Cumming  <murrayc@murrayc.com>
161
162         * src/modest-account-mgr-helpers.c:
163         (modest_account_mgr_get_account_data): Add a more helpful error message, and comment, 
164         for the case that the account does not exist.
165         
166         * src/widgets/modest-folder-view.c: (filter_row): Use the tinymail account ID 
167         (equivalent to the modest account name) rather than the tinymail account name 
168         (equivalent to the modest account title - human readable) to get the account data.
169         Check for null account data to prevent the crash, and add a TODO comment saying that 
170         this needs fixing because it is using the server account name instead of the account name.
171
172 2007-04-29  Murray Cumming  <murrayc@murrayc.com>
173
174         * src/maemo/easysetup/modest-easysetup-wizard.c: (show_error):
175         * src/maemo/modest-account-settings-dialog.c: (show_error),
176         (show_ok):
177         Use hildon_note_new_information() for informative and error messages, 
178         which seems to be expected for Maemo applications (no documentation that I know of 
179         says this). I am surprised that there is no distinction between info and error 
180         dialogs.
181
182 2007-04-29  Murray Cumming  <murrayc@murrayc.com>
183
184         * src/maemo/modest-maemo-ui-constants.h: Add a MODEST_MARGIN_NONE constant, so 
185         it is easy to find where this is used.
186         
187         * src/maemo/easysetup/modest-easysetup-wizard.c:
188         (create_page_welcome), (create_page_account_details),
189         (create_page_user_details), (create_page_complete_easysetup),
190         (create_page_custom_incoming), (create_page_custom_outgoing),
191         (create_page_complete_custom):
192         * src/maemo/modest-account-settings-dialog.c:
193         (create_page_account_details), (create_page_user_details),
194         (create_page_incoming), (create_page_outgoing):
195         * src/maemo/modest-account-view-window.c: (window_vbox_new):
196         * src/maemo/modest-connection-specific-smtp-edit-window.c:
197         (modest_connection_specific_smtp_edit_window_init):
198         * src/maemo/modest-connection-specific-smtp-window.c:
199         (modest_connection_specific_smtp_window_init):
200         * src/maemo/modest-signature-editor-dialog.c:
201         (modest_signature_editor_dialog_init): Use the correct padding/spacing/borders 
202         and scrolling policy as per the Email Application Layout Guide, if I have 
203         understood it.
204
205 2007-04-27  Murray Cumming  <murrayc@murrayc.com>
206
207         * src/modest-tny-account-store.c: (modest_tny_account_store_init): 
208         Remove the add_transport_account_func and add_store_account_func vfunc implementations, 
209         which were empty, because these vfuncs have been removed from TnyAccountStore.
210         This fixes the build.
211
212 2007-04-27  Murray Cumming  <murrayc@murrayc.com>
213
214         * src/maemo/modest-main-window.c:
215         (modest_main_window_show_toolbar): Check that a toolbar item is not NULL before 
216         showing/hiding it. Added TODO because it probably should not be NULL.
217         * src/modest-init.c: (modest_init_init_ui): Use a g_message() instead of a g_warning() 
218         because unnecessary g_warnings() make degugging difficult.
219
220 2007-04-27  Murray Cumming  <murrayc@murrayc.com>
221
222         * src/maemo/modest-msg-edit-window.c:
223         (modest_msg_edit_window_select_color),
224         (modest_msg_edit_window_select_background_color): 2 const corrections and 
225         moving 2 #endifs before closing brackets, to fix the build.
226
227 2007-04-27  Murray Cumming  <murrayc@murrayc.com>
228
229         * src/maemo/easysetup/modest-easysetup-wizard.h:
230         * src/maemo/easysetup/modest-easysetup-wizard.c:
231         (modest_easysetup_wizard_dialog_finalize),
232         (on_button_edit_advanced_settings), (create_page_complete_custom),
233         (on_response), (create_account):
234         Implement the Advanced Settings edit button, by saving the account information, 
235         for the Advanded Settings dialog to use directly from gconf, and removing it 
236         if Finish is never clicked. There is still some UI strangeness, so this is not finished.
237         Bug #5533 in the projects.maemo.org bugzilla.
238
239 2007-04-27  Murray Cumming  <murrayc@murrayc.com>
240
241         * src/maemo/modest-msg-view-window.c:
242         (modest_msg_view_window_show_toolbar): Prevent hide/show of a NULL toolbar widget, 
243         when opening a message window.
244
245 2007-04-27  Murray Cumming  <murrayc@murrayc.com>
246
247         * src/maemo/easysetup/modest-easysetup-wizard.c:
248         (create_page_custom_outgoing): Correct the position of the horizontal separator to 
249         match the UI spec.
250         
251         * src/maemo/modest-main-window.c: (set_toolbar_mode): Check that widgets are not NULL 
252         before showing/hiding them, to avoid a crash when clicking on folders when there are no 
253         gconf settings. I probably added more checks than necessary, but that is safer.
254         
255         * src/modest-ui-actions.c: (modest_ui_actions_on_move_to): Initialize the mail_op 
256         variable to fix the build, but this seems to be used when it is still NULL.
257
258 2007-04-27  Murray Cumming  <murrayc@murrayc.com>
259
260         * src/modest-platform.h:
261         * src/gnome/modest-platform.c: (modest_platform_connect_and_wait):
262         * src/maemo/modest-platform.c: (modest_platform_connect_and_wait):
263         * src/modest-main.c: Implement this function so we can avoid using 
264         maemo-specific API from cross-platform code.
265         (main):
266         * src/modest-tny-account-store.c:
267         (get_smtp_specific_transport_account_for_open_connection):
268         * src/modest-ui-actions.c: (check_for_connection),
269         (modest_ui_actions_on_item_not_found):
270         Use modest_platform_connect_and_wait() and put #idefs around other 
271         maemo-specific code, because only maemo currently has a way to 
272         identify connection names.
273
274 2007-04-27  Murray Cumming  <murrayc@murrayc.com>
275
276         * src/modest-tny-account-store.h:
277         * src/modest-tny-account-store.c:
278         Added modest_tny_account_store_get_transport_account_for_open_connection(), which respects 
279         the connection-specific SMTP server settings in the configuration.
280         
281         * src/dbus_api/modest-dbus-callbacks.c: (on_idle_send_mail),
282         (on_idle_mail_to):
283         * src/maemo/modest-main-window.c: (on_connection_changed),
284         (connect_signals):
285         * src/modest-main.c: (main), (start_ui), (send_mail):
286         Use tny_maemo_conic_device_connect() instead of tny_maemo_conic_force_online(), when 
287         that is what is intended.
288         
289         * src/modest-ui-actions.c: (action_send), (action_receive),
290         (modest_ui_actions_on_item_not_found), (modest_ui_actions_on_send):
291         Use modest_tny_account_store_get_transport_account_for_open_connection() instead of 
292         modest_tny_account_store_get_tny_account_by_account() so that the connection-specific 
293         SMTP server is used when it is specified.
294         
295         (modest_ui_actions_on_send_receive): 
296         Check that a connection is open before proceeding.
297         Receive and then send, instead of vice-versa, as per the specification.
298
299 2007-04-26  Murray Cumming  <murrayc@murrayc.com>
300
301         * src/modest-mail-operation.c:
302         (modest_mail_operation_remove_folder): Intialize the parent variable, to fix the build, 
303         though I guess it should be something other than NULL.
304
305 2007-04-26  Murray Cumming  <murrayc@murrayc.com>
306
307         * src/maemo/easysetup/modest-easysetup-wizard.c:
308         (create_page_custom_incoming): Add the checkbox to the caption instead of adding the 
309         combo twice, to avoid an g_warning and to make it visible again.
310         * src/maemo/modest-main-window.c: (on_account_update): Check whether the popup_menu is 
311         attached before detaching it, to avoid a g_warning, and add comment about the implicit 
312         (already intended) dereference when detaching, because we then recreate the menu.
313         But I am not sure why the warning was happening, and it is possible that this is a memory 
314         leak.
315
316 2007-04-25  Murray Cumming  <murrayc@murrayc.com>
317
318         * src/dbus_api/modest-dbus-callbacks.c: Added uri_unescape(),
319         and uri_parse_mailto() utility functions.
320         (on_idle_mail_to): Parse, unescape, and use the subject, cc, bcc, and body items in 
321         the mailto URI.
322         * tests/dbus_api/test_mail_to.c: (main): Add escaped spaces in the URI to test this.
323
324 2007-04-24  Murray Cumming  <murrayc@murrayc.com>
325
326         * src/dbus_api/modest-dbus-api.h:
327         * src/dbus_api/modest-dbus-callbacks.c:
328         Use an idle callback to execute the modest code in the application's own thread.
329         Remove the helloworld example method.
330         Handle mail-to and open-message D-Bus methods, though the mail-to format needs to be 
331         parsed, and the open-message method is not implemented because this is not yet implemented in 
332         modest itself.
333         * libmodest-dbus-client/libmodest-dbus-client.c:
334         (libmodest_dbus_client_send_mail), (libmodest_dbus_client_mail_to),
335         (libmodest_dbus_client_open_message):
336         * libmodest-dbus-client/libmodest-dbus-client.h: New functions for the new methods.
337         
338         * src/modest-tny-msg.c: (modest_tny_msg_new), (add_body_part): Handle NULLs for subject and 
339         body without crashing.
340         
341         * tests/dbus_api/Makefile.am:
342         * tests/dbus_api/test_mail_to.c:
343         * tests/dbus_api/test_open_message.c: New tests for the new methods.
344
345 2007-04-24  Murray Cumming  <murrayc@murrayc.com>
346
347         * libmodest-dbus-client/libmodest-dbus-client-1.0.pc.in:
348         Added file to fix the build. Sorry.
349         
350         * src/dbus_api/Makefile.am:
351         * src/dbus_api/modest-dbus-api.h:
352         * src/dbus_api/modest-dbus-callbacks.h:
353         * src/dbus_api/modest-dbus-callbacks.c: (on_send_mail),
354         (modest_dbus_req_handler):
355         Put constants in a separate header so it can be reused by the 
356         client library, without duplication
357         
358         * libmodest-dbus-client/Makefile.am:
359         * libmodest-dbus-client/libmodest-dbus-client.c:
360         (libmodest_dbus_client_call_helloworld),
361         (libmodfest_dbus_client_send_mail),
362         (libmodfest_dbus_client_mailto),
363         (libmodfest_dbus_client_open_message):
364         * libmodest-dbus-client/libmodest-dbus-client.h:
365         (Partly) Implement a send_mail D-Bus method.
366         
367         * tests/dbus_api/Makefile.am:
368         * tests/dbus_api/test_send_mail.c: (main): Added a test for 
369         the send_email D-Bus method.
370
371 2007-04-24  Murray Cumming  <murrayc@murrayc.com>
372
373         * Makefile.am:
374         * configure.ac:
375         * libmodest-dbus-client/Makefile.am:
376         * libmodest-dbus-client/libmodest-dbus-client.c:
377         * libmodest-dbus-client/libmodest-dbus-client.h:
378         * tests/dbus_api/Makefile.am:
379         * tests/dbus_api/test_hello.c: (main): Added directory structure for a C convenience library 
380         for using the modest D-Bus API, and used that from the test. It is still just a helloworld.
381
382 2007-04-24  Murray Cumming  <murrayc@murrayc.com>
383
384         * src/maemo/easysetup/modest-easysetup-wizard.c:
385         (create_page_account_details):
386         * src/maemo/modest-account-settings-dialog.c:
387         (create_page_account_details): Explicitly set auto-capitalization mode for the title 
388         widgets, because this might not be the default in future versions of the Maemo GTK+. 
389         However, I can not not get capitalization to work even in a simple test case.
390
391 2007-04-24  Murray Cumming  <murrayc@murrayc.com>
392
393         * src/maemo/easysetup/modest-easysetup-wizard.c:
394         (create_page_custom_incoming), (create_page_custom_outgoing):
395         * src/maemo/modest-account-settings-dialog.c:
396         (create_page_account_details), (create_page_incoming),
397         (create_page_outgoing): Use a separate label in a caption for GtkCheckButtons, 
398         instead of using gtk_check_button_with_label(), so they are aligned like the other 
399         widgets, as per the UI spec.
400
401 2007-04-24  Murray Cumming  <murrayc@murrayc.com>
402
403         * src/maemo/easysetup/modest-easysetup-wizard.c:
404         * src/maemo/modest-connection-specific-smtp-edit-window.c:
405         * src/widgets/modest-validating-entry.c:
406         * src/widgets/modest-validating-entry.h: Rename the validating widget so it has a 
407         Modest prefix instead of an EasySetup prefix.
408
409 2007-04-23  Murray Cumming  <murrayc@murrayc.com>
410
411         * src/widgets/modest-validating-entry.h:
412         * src/widgets/modest-validating-entry.c: (on_insert_text),
413         Added easysetup_validating_entry_set_max_func(), used to set a callback 
414         to call when the max number of characters is reached. GtkEntry has a max-length 
415         already but is silent about it.
416
417         * src/maemo/easysetup/modest-easysetup-wizard.c: (on_entry_max),
418         (create_page_account_details), (create_page_user_details),
419         (create_account):
420         * src/maemo/modest-account-settings-dialog.c: (on_entry_max),
421         (create_page_account_details), (create_page_user_details),
422         (create_page_outgoing):
423         * src/modest-ui-actions.c: (modest_ui_actions_on_details): 
424         Use easysetup_validating_entry_set_max_func() to show the warning dialog, as per 
425         the UI spec, when the user tries to enter more than the max number of characters.
426
427 2007-04-23  Murray Cumming  <murrayc@murrayc.com>
428
429         * src/maemo/easysetup/modest-easysetup-wizard.c:
430         (create_page_user_details), (create_page_custom_incoming),
431         (create_page_custom_outgoing):
432         * src/maemo/modest-account-settings-dialog.c:
433         (create_page_user_details), (create_page_incoming),
434         (create_page_outgoing):
435         * src/maemo/modest-connection-specific-smtp-edit-window.c:
436         (modest_connection_specific_smtp_edit_window_init):
437         Use hildon_gtk_entry_set_input_mode() to turn off auto-capitalization where it is 
438         not appropriate. Bad Maemo-specific defaults!.
439
440 2007-04-23  Murray Cumming  <murrayc@murrayc.com>
441
442         * src/maemo/modest-signature-editor-dialog.c: (enable_widgets),
443         (on_toggle_button_changed), (modest_signature_editor_dialog_init),
444         (modest_signature_editor_dialog_set_settings): 
445         Disable the label and textview when the checkbox is disabled, and use the 
446         specified (UI spec) default signature text.
447
448 2007-04-23  Murray Cumming  <murrayc@murrayc.com>
449
450         * src/maemo/modest-connection-specific-smtp-edit-window.c:
451         (modest_connection_specific_smtp_edit_window_init): Use spacing constants.
452         
453         * src/modest-defs.h:
454         * src/modest-account-mgr-helpers.h:
455         * src/modest-account-mgr-helpers.c:
456         Added modest_account_mgr_get/set_signature(), using new gconf keys.
457         
458         * src/maemo/Makefile.am:
459         * src/maemo/modest-signature-editor-dialog.c:
460         * src/maemo/modest-signature-editor-dialog.h: New dialog for editing signatures, 
461         as per the UI spec.
462         
463         * src/maemo/modest-account-settings-dialog.h:
464         * src/maemo/modest-account-settings-dialog.c:
465         (modest_account_settings_dialog_finalize), (on_button_signature),
466         (save_configuration): Use the new dialog when the Edit button is pressed, and 
467         save the changes if necessary, as per the UI spec.
468
469 2007-04-23  Murray Cumming  <murrayc@murrayc.com>
470
471         * src/maemo/Makefile.am:
472         * src/maemo/modest-maemo-ui-constants.h: New header with some defines for widget spacing, 
473         based on maemo-develoers email from Dirk.
474         
475         * src/maemo/easysetup/modest-easysetup-wizard.c:
476         (create_page_welcome), (create_page_account_details),
477         (create_page_user_details), (create_page_complete_easysetup),
478         (create_page_custom_incoming), (create_page_custom_outgoing),
479         (create_page_complete_custom),
480         (modest_easysetup_wizard_dialog_init):
481         * src/maemo/modest-account-settings-dialog.c:
482         (create_page_account_details), (create_page_user_details),
483         (create_page_incoming), (create_page_outgoing),
484         (modest_account_settings_dialog_init):
485         * src/maemo/modest-connection-specific-smtp-window.c:
486         (modest_connection_specific_smtp_window_init): Used the smallest of the spacing constants.
487
488 2007-04-23  Murray Cumming  <murrayc@murrayc.com>
489
490         * src/maemo/easysetup/modest-easysetup-wizard.c:
491         (create_page_account_details), (create_page_custom_outgoing),
492         (create_page_complete_custom):
493         * src/maemo/modest-account-settings-dialog.c:
494         (create_page_user_details), (create_page_incoming),
495         (create_page_outgoing):
496         * src/maemo/modest-connection-specific-smtp-edit-window.c:
497         (modest_connection_specific_smtp_edit_window_init): 
498         Use the correct (UI spec) port min/max, and use horizontal separators, 
499         as per the UI spec.
500
501 2007-04-23  Murray Cumming  <murrayc@murrayc.com>
502
503         * src/maemo/easysetup/modest-easysetup-wizard.c:
504         (set_default_custom_servernames):
505         * src/maemo/modest-account-settings-dialog.c:
506         (create_page_incoming), (on_combo_outgoing_security_changed),
507         (on_combo_incoming_security_changed), (create_page_outgoing),
508         (modest_account_settings_dialog_set_account_name),
509         (save_configuration):
510         * src/maemo/modest-connection-specific-smtp-edit-window.c:
511         (on_combo_security_changed),
512         (modest_connection_specific_smtp_edit_window_init),
513         (modest_connection_specific_smtp_edit_window_set_connection),
514         (modest_connection_specific_smtp_edit_window_get_settings): 
515         Use HildonNumberEditor instead of GtkEntry for the port numbers so it has the - and + buttons,
516         as per the UI spec.
517
518 2007-04-20  Murray Cumming  <murrayc@murrayc.com>
519
520         * po/en_GB.po:
521         * src/maemo/easysetup/modest-easysetup-wizard.c:
522         (create_page_custom_outgoing), (create_page_complete_custom):
523         * src/maemo/modest-account-settings-dialog.c:
524         (create_page_user_details), (create_page_outgoing):
525         * src/maemo/modest-account-view-window.c: (button_box_new):
526         Use changed logical IDs as per the most recent UI spec:
527         mcen_bd_emailsetup_edit -> mcen_bd_edit
528         mcen_bd_emailsetup_delete -> mcen_bd_delete
529         mcen_bd_emailsetup_close -> mcen_bd_close
530
531 2007-04-20  2007-04-20  Murray Cumming  <murrayc@murrayc.com>
532
533         * configure.ac:
534         * src/Makefile.am:
535         * src/dbus_api/Makefile.am:
536         * src/dbus_api/modest-dbus-callbacks.c:
537         * src/dbus_api/modest-dbus-callbacks.h:
538         * src/maemo/modest-platform.c: (modest_platform_init):
539         Added the beginnings of a D-Bus API. At the moment it just has a HelloWorld 
540         method.
541         * tests/Makefile.am:
542         * tests/dbus_api/Makefile.am:
543         * tests/dbus_api/test_hello.c: (main): Very simple test of the D-Bus API.
544
545 2007-04-20  Murray Cumming  <murrayc@murrayc.com>
546
547         * src/maemo/modest-account-settings-dialog.c:
548         * src/maemo/modest-connection-specific-smtp-edit-window.c:
549         Removed unnecessary includes.
550
551 2007-04-20  Murray Cumming  <murrayc@murrayc.com>
552
553         * src/maemo/easysetup/modest-easysetup-wizard.c:
554         * src/maemo/modest-account-settings-dialog.c:
555         * src/maemo/modest-connection-specific-smtp-edit-window.c:
556         * src/widgets/Makefile.am:
557         * src/widgets/modest-easysetup-secureauth-combo-box.c:
558         * src/widgets/modest-easysetup-secureauth-combo-box.h:
559         * src/widgets/modest-easysetup-serversecurity-combo-box.c:
560         * src/widgets/modest-easysetup-serversecurity-combo-box.h:
561         * src/widgets/modest-secureauth-combo-box.c:
562         * src/widgets/modest-secureauth-combo-box.h:
563         * src/widgets/modest-serversecurity-combo-box.c:
564         * src/widgets/modest-serversecurity-combo-box.h: Renamed the files and 
565         made the GObject names more consistent with the rest of the Modest code.
566
567 2007-04-20  Murray Cumming  <murrayc@murrayc.com>
568
569         * src/maemo/easysetup/Makefile.am:
570         * src/maemo/easysetup/modest-easysetup-secureauth-combo-box.c:
571         * src/maemo/easysetup/modest-easysetup-secureauth-combo-box.h:
572         * src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.c:
573         * src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.h:
574         * src/maemo/easysetup/modest-easysetup-wizard.c:
575         * src/maemo/easysetup/modest-validating-entry.c:
576         * src/maemo/easysetup/modest-validating-entry.h:
577         * src/maemo/modest-account-settings-dialog.c:
578         * src/maemo/modest-connection-specific-smtp-edit-window.c:
579         * src/widgets/Makefile.am: Moved these widgets from maemo/easysetup into 
580         widgets/ because they are used outside of easysetup too. After checking in, 
581         svn will allow me to rename them too.
582
583 2007-04-20  Murray Cumming  <murrayc@murrayc.com>
584
585         * src/gnome/modest-msg-edit-window.c:
586         (modest_msg_edit_window_set_priority_flags): Added an empty implementation to fix a 
587         linker error, to fix the build on the GNOME platform.
588         modest_msg_edit_window_set_zoom(), modest_msg_edit_window_get_zoom(), 
589         modest_msg_edit_window_zoom_plus(), modest_msg_edit_window_zoom_minus():
590         ifdefed out to avoid a warning.
591
592 2007-04-20  Murray Cumming  <murrayc@murrayc.com>
593
594         * src/widgets/modest-header-view.c: (on_focus_in): Use GTK_CHECK_VERSION to #ifdef around the 
595         use of gtk_tree_view_get_visible_range(), to fix the build on Mameo. This code probably needs 
596         some alternative for GTK+ 2.6.
597
598 2007-04-19  Murray Cumming  <murrayc@murrayc.com>
599
600         * src/maemo/modest-address-book.c: Added include to avoid a warning.
601
602         * po/en_GB.po: Added missing mcen_bd_emailsetup_close string, 
603         specified for EmailAccountsDialog in UI spec.
604         
605         * src/maemo/easysetup/modest-easysetup-wizard.c:
606         * src/maemo/easysetup/modest-easysetup-wizard.h:
607         * src/maemo/modest-account-settings-dialog.c:
608         * src/maemo/modest-account-settings-dialog.h:
609         Reuse a member window widget for the connection-specific SMTP server accounts, 
610         so we can tell it to create/save the accounts only if we actually save changes.
611
612         * src/maemo/modest-connection-specific-smtp-edit-window.h:      
613         * src/maemo/modest-connection-specific-smtp-edit-window.c:
614         (modest_connection_specific_smtp_edit_window_get_settings): 
615         Return a struct instance for temporarily remembering the entered data.
616
617         * src/maemo/modest-connection-specific-smtp-window.h:
618         * src/maemo/modest-connection-specific-smtp-window.c:
619         (modest_connection_specific_smtp_window_finalize),
620         (modest_connection_specific_smtp_window_fill_with_connections),
621         (on_button_edit),
622         (modest_connection_specific_smtp_window_save_server_accounts),
623         (update_model_server_names): Do not actually save data until asked, 
624         when the caller calls modest_connection_specific_smtp_window_save_server_accounts().
625         
626         (on_selection_changed),
627         (modest_connection_specific_smtp_window_init): Disable the edit 
628         button when nothing is selected.
629         
630         * src/modest-account-mgr-helpers.c:
631         * src/modest-account-mgr-helpers.h: 
632         Put modest_account_mgr_free_server_account_data() in the header now that I use the struct 
633         elsewhere.
634
635 2007-04-19  Murray Cumming  <murrayc@murrayc.com>
636
637         * src/modest-account-mgr-helpers.h:
638         * src/modest-account-mgr-helpers.c:
639         (modest_account_mgr_get_unused_account_name),
640         (modest_account_mgr_get_unused_account_display_name): Added these 
641         utility functions, to avoid code duplication.
642
643         * src/maemo/easysetup/modest-easysetup-wizard.c:
644         (create_page_account_details), (create_account):
645         * src/maemo/modest-connection-specific-smtp-edit-window.c:
646         (on_combo_security_changed),
647         (modest_connection_specific_smtp_edit_window_init),
648         (modest_connection_specific_smtp_edit_window_save_settings):
649         * src/maemo/modest-connection-specific-smtp-edit-window.h:
650         * src/maemo/modest-connection-specific-smtp-window.c:
651         (modest_connection_specific_smtp_window_finalize),
652         (modest_connection_specific_smtp_window_fill_with_connections),
653         (on_button_edit), (modest_connection_specific_smtp_window_init):
654         * src/maemo/modest-connection-specific-smtp-window.h:
655         Implementing saving of connection-specific server accounts.
656         
657         But I need to refactor this so we can save the data for each 
658         possible connection-specific account and only actually create the server accounts 
659         when the easysetup finished, or the OK button is pressed on the account settings 
660         dialog.
661
662 2007-04-18  Murray Cumming  <murrayc@murrayc.com>
663
664         * src/maemo/modest-connection-specific-smtp-edit-window.c:
665         (on_combo_security_changed): 
666         (modest_connection_specific_smtp_edit_window_init):
667         Auto-fill the port number as in the account settings.
668         
669         (modest_connection_specific_smtp_edit_window_set_connection):
670         * src/maemo/modest-connection-specific-smtp-edit-window.h:
671         * src/maemo/modest-connection-specific-smtp-window.c:
672         (fill_with_connections), (on_button_edit),
673         (modest_connection_specific_smtp_window_init): 
674         Turn the edit window into a dialog to simplify the code, and 
675         set a WM hint as in a GtkDialog, because only a popup can be on top of 
676         another window in Maemo, and popups usually have no WM decoration.
677         
678         * src/modest-defs.h:
679         * src/modest-account-mgr-helpers.c:
680         (modest_account_mgr_set_connection_specific_smtp),
681         (modest_account_mgr_remove_connection_specific_smtp),
682         (modest_account_mgr_get_connection_specific_smtp):
683         * src/modest-account-mgr-helpers.h: Some functions to write the 
684         connection-specific SMTP server information. Not yet used.
685
686         
687         * src/widgets/modest-folder-view.c: (text_cell_data):
688         Fix a warning about an uninitialized variable.
689         (on_configuration_key_changed): Put an #ifdef around the use 
690         of gtk_tree_view_column_queue_resize() because it is new in GTK+ 2.10.
691
692 2007-04-18  Murray Cumming  <murrayc@murrayc.com>
693
694         * src/maemo/modest-account-settings-dialog.h:
695         * src/maemo/modest-account-settings-dialog.c:
696         Added connect_for_modified() utility function to mark the new modified boolean.
697         
698         (create_page_account_details), (create_page_user_details),
699         (create_page_incoming), (create_page_outgoing), (on_response),
700         (modest_account_settings_dialog_init),
701         (modest_account_settings_dialog_set_account_name):
702         Only warn about unsaved changes when there are actually unsaved changes.
703         
704         * src/modest-account-mgr-helpers.c:
705         * src/modest-account-mgr-helpers.h: Put the port, secure-auth, and security information 
706         into the ModestServerAccountData struct. I do not use it yet, but someone might expect 
707         to get the data from there in future.
708
709 2007-04-18  Murray Cumming  <murrayc@murrayc.com>
710
711         * src/modest-defs.h:
712
713         * src/modest-account-mgr-helpers.h:
714         * src/modest-account-mgr-helpers.c:
715         Store the security account setting in a single conf key instead of using 
716         the options list, so that the list is left for just the to-be-removed camel hack, 
717         and because gconf_client_set_list() is failing for some reason.
718
719         * src/modest-account-mgr.c:
720         (modest_account_mgr_add_server_account):
721         * src/maemo/modest-account-settings-dialog.c:
722         (modest_account_settings_dialog_set_account_name),
723         (save_configuration): Use the renamed functions.
724
725
726 2007-04-18  Murray Cumming  <murrayc@murrayc.com>
727
728         * src/widgets/Makefile.am:
729         * src/widgets/modest-limit-retrieve-combo-box.c:
730         * src/widgets/modest-limit-retrieve-combo-box.h:
731         * src/widgets/modest-retrieve-combo-box.c:
732         * src/widgets/modest-retrieve-combo-box.h: Added new widgets for use in 
733         the account settings dialog.
734         
735         * src/modest-defs.h:
736         * src/modest-account-mgr-helpers.h:
737         * src/modest-account-mgr-helpers.c:
738         (modest_server_account_get_option_secure_auth),
739         (modest_server_account_set_option_secure_auth):
740         * src/modest-account-mgr.c:
741         (modest_account_mgr_add_server_account):
742         Use the existing AUTH_MECH conf key for the secure-auth setting, 
743         instead of putting it in the list options, because this was actually used already.
744         
745         * src/maemo/modest-account-settings-dialog.c:
746         (create_page_account_details),
747         (modest_account_settings_dialog_set_account_name),
748         (save_configuration):
749         * src/maemo/modest-account-settings-dialog.h:
750         Add the retrieve and retrieve-limit combo boxes, as per the UI spec.
751         Hide the leave-messages checkbox for non-POP accounts, as per the UI spec.
752
753 2007-04-18  Murray Cumming  <murrayc@murrayc.com>
754
755         * src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.h:
756         * src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.c:
757         Added easysetup_serversecurity_combo_box_get_active_serversecurity_port()
758
759         * src/modest-defs.h:
760         * src/maemo/modest-account-settings-dialog.c:
761         (create_page_incoming), (on_combo_outgoing_security_changed),
762         (on_combo_incoming_security_changed), (create_page_outgoing),
763         (modest_account_settings_dialog_set_account_name),
764         (save_configuration): Load/Save the port number, and change it when the 
765         security combo changes, to suitable defaults.
766
767 2007-04-17  Murray Cumming  <murrayc@murrayc.com>
768
769         * src/modest-account-mgr.c:
770         (modest_account_mgr_add_server_account): Set the security and secure-auth 
771         options, and add a comment saying that the other camel-specific options should be 
772         removed in future.
773
774 2007-04-17  Murray Cumming  <murrayc@murrayc.com>
775
776         * src/maemo/modest-account-settings-dialog.c: (check_data): Always return something, 
777         found by valgrind.
778         * src/modest-tny-account-store.c: (account_list_free),
779         (on_account_changed): Add a TODO comment about a valgrind error, caused by using 
780         cursor->data after unreffing it. But there is some strange stuff there so it might not be 
781         easy to fix.
782
783 2007-04-17  Murray Cumming  <murrayc@murrayc.com>
784
785         * src/modest-protocol-info.c:
786         * src/modest-protocol-info.h: Added a MODEST_PROTOCOL_AUTH_CRAMMD5 enum value, because it 
787         is required by our UI spec. Maybe something in our implementation will use this eventually.
788         * src/maemo/easysetup/modest-easysetup-secureauth-combo-box.c: 
789         (easysetup_secureauth_combo_box_fill): Use the CRAM MD5 enum value 
790         instead of the previous 0 placeholder.
791         
792         * src/modest-defs.h: Added gconf list pair key names and value strings for the security and 
793         secure-auth settings.
794         * src/modest-account-mgr-helpers.h:
795         * src/modest-account-mgr-helpers.c:
796         (modest_server_account_data_get_option_secure_auth),
797         (modest_server_account_set_option_secure_auth),
798         (modest_server_account_data_get_option_security),
799         (modest_server_account_set_option_security): Added this API for getting and setting the security 
800         and secure-auth settings.
801         
802         * src/maemo/modest-account-settings-dialog.h:
803         * src/maemo/modest-account-settings-dialog.c:
804         (modest_account_settings_dialog_finalize), (check_data),
805         (on_response): Store the original title as well as the name, to avoid unnececessary warnings 
806         about changing titles.
807         (modest_account_settings_dialog_set_account_name): Load the security and secure-auth settings.
808         (save_configuration): Save the security and secure-auth settings.
809
810         * src/modest-conf.c: (modest_conf_set_list): Get the list after setting it, to show that this 
811         is failing sometimes (though reporting success). I fear I may need to debug gconf to fix this.
812
813 2007-04-17  Murray Cumming  <murrayc@murrayc.com>
814
815         * src/modest-defs.h: 
816         * src/modest-account-mgr.c:
817         (modest_account_mgr_add_server_account):
818         Added and used defines for the options key and value pair strings, 
819         that are used so far, though they do not seem to correspond to anything in our 
820         UI specs or ModestProtocol enum.
821         
822         * src/modest-account-mgr-helpers.h:
823         * src/modest-account-mgr-helpers.c:
824         (compare_option_strings_for_name),
825         (modest_server_account_data_get_option_value),
826         (modest_server_account_data_get_option_bool),
827         (modest_account_mgr_get_server_account_option):
828         Added helper functions for parsing the options GSList.
829
830 2007-04-16  Murray Cumming  <murrayc@murrayc.com>
831
832         * src/modest-account-mgr-helpers.c: Clarified the documentation to say that the initial 
833         display name is based on the supplied account name.
834         * src/modest-account-mgr.c:
835         * src/modest-account-mgr.h: Added modest_account_mgr_account_with_display_name_exists(), 
836         with an inefficient, but good-enough, implementation.
837         
838         * src/maemo/easysetup/modest-easysetup-wizard.c:
839         (create_page_account_details), (on_before_next), (create_account): 
840         Check for existing display names rather than (non-user-visible) account names, and just 
841         create and set a unique account name at the end.
842         
843         * src/maemo/modest-account-settings-dialog.c:
844         (modest_account_settings_dialog_init),
845         (modest_account_settings_dialog_set_account_name),
846         (create_page_incoming): Show the display name, instead of the account name.
847         (on_response): Do some (not all) extra checks, as in the UI spec.
848         (save_configuration): Save the display name if it was changed.
849
850 2007-04-16  Murray Cumming  <murrayc@murrayc.com>
851
852         * po/en_GB.po: Added needed logical ID and translation.
853         * src/widgets/modest-account-view.c: (on_account_default_toggled),
854         (init_view): Made the is-default column clicking work.
855
856 2007-04-16  Murray Cumming  <murrayc@murrayc.com>
857
858         * configure.ac:
859         * src/maemo/easysetup/Makefile.am:
860         * src/maemo/easysetup/modest-easysetup-wizard.c:
861         (modest_easysetup_wizard_dialog_init):
862         * src/maemo/easysetup/provider-data-test.keyfile:
863         * src/maemo/easysetup/provider-data.keyfile: 
864         Moved the provider data file to the new modest-providers-data package and used it from there.
865
866 2007-04-16  Murray Cumming  <murrayc@murrayc.com>
867
868         * src/modest-local-folder-info.c:
869         (modest_local_folder_info_get_type_display_name): Use _() to actually get the translated string. 
870         N_() was already used on the static strings, but this just marks it for translation without 
871         using the translation.
872
873 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
874
875         * src/maemo/modest-account-settings-dialog.c:
876         (create_page_incoming),
877         (modest_account_settings_dialog_set_account_name): 
878         Added comments about the need for new API in ModestAccountMgr to handle the authentication 
879         and secure-connection stuff that is stored in the options GSList* with hard-coded names.
880         I will do this if nobody else gets there first.
881
882 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
883
884         * src/maemo/modest-account-settings-dialog.c: (save_configuration): 
885         Saved much of the incoming and outgoing data too, though I cannot yet see how to 
886         save the security stuff.
887
888 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
889
890         * src/maemo/easysetup/modest-easysetup-wizard.c: (create_account): 
891         Set the email address and user fullname, which I now see must be 
892         done separately.
893         
894         * src/maemo/modest-account-settings-dialog.h:
895         * src/maemo/modest-account-settings-dialog.c:
896          (on_response),
897         (modest_account_settings_dialog_set_account_name): Show the email address, fullname, 
898         leave-on-server and authentication.
899         (save_configuration): Save most of the non-server-account specific stuff, but I don't see 
900         how to do the rest.
901
902 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
903
904
905         * src/maemo/modest-account-settings-dialog.c:
906         * src/maemo/modest-account-settings-dialog.h:
907         Most (but not all) of the widgets are now present as specified by the UI spec.
908         No changes are yet saved, and some details are not properly shown yet.
909         
910         * po/en_GB.po: Added translations for logical IDs used by the Account Settings dialog.
911
912 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
913
914         * src/maemo/Makefile.am:
915         * src/maemo/modest-account-settings-dialog.c:
916         * src/maemo/modest-account-settings-dialog.h: The beginnings of the dialog to edit 
917         an existing account. Doesn't do much yet.
918         
919         * src/maemo/modest-account-view-window.c: (on_edit_button_clicked): 
920         Open the accounts settings dialog when Edit is clicked.
921
922 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
923
924         * src/maemo/easysetup/Makefile.am:
925         * src/maemo/easysetup/modest-easysetup-country-combo-box.c:
926         (load_from_file): 
927         * src/maemo/easysetup/modest-easysetup-wizard.c:
928         (modest_easysetup_wizard_dialog_init):
929         Try to get the source directory from the build system,
930         instead of hard-coding "./" into the source code, when opening our local 
931         copies of the configuration files.
932         But this still fails when opening the wizard from the Accounts window, 
933         maybe because the working directory seems to change at runtime.
934         So the wizard will fail the second time unless you copy the files into their 
935         proper locations - see the stdout warnings for the paths.
936         
937         (create_page_account_details),(on_before_next): 
938         Check for existing non-server accounts instead of server accounts, 
939         so the default account name is useful again, and to prevent trying to 
940         recreate accounts.
941         
942         * src/maemo/modest-account-view-window.c: (on_new_button_clicked): 
943         Show the wizard when New is clicked.
944         
945         * src/widgets/modest-account-view.c: (on_account_default_toggled),
946         (init_view): Show the column headers, and show the columns that are 
947         specified in the UI specs. However, something in Maemo's GTK+ prevents 
948         us from handling the GtkCellRendererToggle::toggled signal, so we cannot 
949         change the default account. This is despite unsetting the special properties.
950
951 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
952
953         * docs/reference/modest-design.sgml: Corrected spelling mistake.
954         * src/maemo/easysetup/modest-easysetup-wizard.c: (create_account): 
955         Create the 2 server accounts and then create the account, using the names of the 2 server accounts.
956         This seems to be how this should be used. If it is, then I will update the AccountMgr documentation 
957         to make that clearer.
958         * src/modest-account-mgr.h: Corrected the modest_account_mgr_search_server_account() documentation.
959
960 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
961
962         * src/maemo/modest-account-view-window.c:
963         (modest_account_view_window_init),
964         (modest_account_view_window_new):
965         Use the same buttons as specified in the 
966         UI spec. Add the widgets to the vbox and action_area instead of just assigning them to 
967         the existing widgets, which never had a chance of working.
968         Put the ModestAccountView treeview in a scrolled window.
969         Do not repeat the initialization in both _init() and _new().
970         
971         * src/widgets/modest-account-view.c: (update_account_view):
972         Add a warning about modest_account_mgr_account_names() returning NULL, which is why 
973         this widget and window shows no accounts.
974         
975         * po/en_GB.po: Added translations needed for the dialog button logical IDs.
976         
977 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
978
979         * src/maemo/easysetup/modest-easysetup-wizard.c:
980         (set_default_custom_servernames): Avoid a dereference of a destroyed widget.
981         (create_account): Do a sanity check, showing that modest_account_mgr_account_names() 
982         returns NULL after modest_account_mgr_add_server_account() returned TRUE, 
983         which seems wrong.
984         
985         * src/maemo/modest-main-window-ui.h: Specify the callback for the Accounts menu item.
986         * src/modest-ui-actions.c: (modest_ui_actions_on_accounts): Open the wizard if no 
987         accounts exist yet, as in the UI spec.
988         
989         * src/modest-account-mgr.h: Add TODO comment about a possible memory leak.
990
991 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
992
993         * src/maemo/Makefile.am:
994         * src/maemo/modest-connection-specific-smtp-edit-window.c:
995         * src/maemo/modest-connection-specific-smtp-edit-window.h: 
996         New window for editing connection-specific smtp details.
997         Not fully implemented.
998
999         * src/maemo/modest-connection-specific-smtp-window.c:
1000         (modest_connection_specific_smtp_window_finalize) :
1001         unref the tree model.
1002         (on_button_edit): Show the edit window.
1003
1004 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
1005
1006         * src/Makefile.am: Change sequence of sub-libraries, which fixed an undefined symbol 
1007         error for me.
1008         
1009         * src/maemo/Makefile.am:
1010         * src/maemo/modest-connection-specific-smtp-window.c:
1011         * src/maemo/modest-connection-specific-smtp-window.h:
1012         New window for showing the list of connections, for connection-specific 
1013         SMTP servers. Not fully implemented, because it needs an enhancement to TnyMaemoDevice.
1014         * src/maemo/easysetup/modest-easysetup-wizard.c:
1015         (create_page_custom_outgoing): Show the new window when the button is clicked.
1016
1017 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
1018
1019         * src/maemo/easysetup/modest-easysetup-wizard.c: (create_account):
1020         * src/maemo/easysetup/modest-presets.c: (modest_presets_new):
1021         * src/maemo/modest-msg-edit-window.c:
1022         (modest_msg_edit_window_insert_image):
1023         * src/modest-conf.c: (modest_conf_key_escape):
1024         * src/modest-mail-operation.c:
1025         (modest_mail_operation_send_new_mail):
1026         * src/modest-ui-actions.c: (modest_ui_actions_on_accounts),
1027         (modest_ui_actions_on_new_account):
1028         * src/widgets/modest-attachment-view.c: (update_filename_request):
1029         * src/widgets/modest-mail-header-view.c: 
1030         Corrected warnings that were breaking the build, by commenting out unused variables, 
1031         and a function, and by including a header.
1032
1033 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
1034
1035         * configure.ac: Define MODEST_PLATFORM_MAEMO and MODEST_PLATFORM_GNOME in config.h, 
1036         so we can #ifdef around platform-specific code when necessary.
1037         * src/modest-ui-actions.c: (modest_ui_actions_on_new_account): Use MODEST_PLATFORM_MAEMO 
1038         to allow this to build for the GNOME platform too.
1039
1040 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
1041
1042         * src/maemo/easysetup/modest-easysetup-wizard.c:
1043         Added util_increment_name() and used it in create_page_account_details() 
1044         to make sure that the default account name is always a new name.
1045         
1046         (modest_easysetup_wizard_dialog_init), 
1047         (set_default_custom_servernames): Some minor memory management fixes.
1048
1049 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
1050
1051         * Makefile.am:
1052         * configure.ac:
1053         * src/modest-runtime.c: (init_i18n): Restored the translation 
1054         infrastructure, so that GETTEXT_PACKAGE and MODEST_LOCALE_DIR 
1055         are defined in config.h, and the translations are installed.
1056         
1057         * src/maemo/easysetup/: Include config.h so that GETTEXT_PACKAGE 
1058         is defined for translation.
1059
1060 2007-04-03  Murray Cumming  <murrayc@murrayc.com>
1061
1062         * src/maemo/easysetup/modest-easysetup-country-combo-box.c:
1063         (load_from_file):
1064         * src/maemo/easysetup/modest-easysetup-wizard.c:
1065         (modest_easysetup_wizard_dialog_init):
1066         * src/maemo/easysetup/modest-presets.c: (modest_presets_new): 
1067         Use realistic paths (though they should use $prefix generically) to the 
1068         mcc_mapping and provider-data.keyfile files which might work when they 
1069         are installed by the future version of the operator-wizard package, 
1070         and then fallback to paths in our source code, with an explanatory 
1071         warning.
1072
1073 2007-04-03  Murray Cumming  <murrayc@murrayc.com>
1074
1075         * configure.ac:
1076         * src/Makefile.am:
1077         * src/maemo/Makefile.am:
1078         * src/maemo/easysetup/: Added files from the previously-exernal 
1079         osso-modest-easysetup.
1080         * src/maemo/modest-main-window-ui.h:
1081         * src/modest-ui-actions.c: 
1082         * src/modest-ui-actions.h:
1083         Added modest_ui_actions_on_new_account() as a signal handler for the 
1084         New Account menu item. It shows the easysetup wizard.
1085         * po/en_GB.po: Added additional needed logical IDs and translations.
1086         
1087 Started ChangeLog2 file, because I cannot work without a ChangeLog. murrayc.
1088 Apparently ChangeLog is not used for some vague Nokia legal reasons.
1089