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