X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=ChangeLog2;h=43fad96ce52b931fb89fcce77c7b684ed1eba16c;hb=9b463c42f1e2de45d7b40ac0a781f47fb8e2d48a;hp=a9b5088b1a418a129352adf4bad78ea4b29b82db;hpb=b994012b9333d384da0ea9af77713cd1852b5b85;p=modest diff --git a/ChangeLog2 b/ChangeLog2 index a9b5088..43fad96 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,133 @@ +2007-06-14 Armin Burgmeier + + * src/widgets/modest-attachments-view.h: + * src/widgets/modest-attachments-view.c: Added + modest_attachments_view_has_attachments() and fixed coordinate + transformation in get_att_view_at_coords(). This fixes attachment + selection. + + * src/widgets/modest-msg-view.c: Make use of + modest_attachments_view_has_attachments() to decide whether to show + attachments in the header. + +2007-06-14 Johannes Schmid + + * src/maemo/modest-connection-specific-smtp-edit-window.c: + (on_change), (on_combo_security_changed), + (modest_connection_specific_smtp_edit_window_init), + (modest_connection_specific_smtp_edit_window_set_connection), + (modest_connection_specific_smtp_edit_window_is_dirty): + * src/maemo/modest-connection-specific-smtp-edit-window.h: + * src/maemo/modest-connection-specific-smtp-window.c: + (on_button_edit): + + Show an comfirmation dialog for the smpt-edit-window if there are + unsaved changes and the user hits cancel. + (projects.maemo.org but NB#60479 + +2007-06-14 Armin Burgmeier + + * src/maemo/easysetup/modest-easysetup-wizard.c: + * src/maemo/modest-account-settings-dialog.c: Show "invalid email + address" info in banner instead of node, and select all the text as + per UI spec. This fixes projects.maemo.org bug NB#60550. + +2007-06-14 set REAL_NAME environment variable + + reviewed by: + + * src/maemo/modest-main-window.c: (_on_msg_count_changed): + * src/modest-ui-actions.c: (folder_refreshed_cb): + +2007-06-14 Murray Cumming + + * src/widgets/modest-folder-view.c: (filter_row): + Explictly filter out the per-account outbox accounts. I don't know why + these only sometimes show up, but now they should never show up in the UI. + This should fix projects.maemo.org bug NB#60160. + +2007-06-14 Murray Cumming + + * src/maemo/modest-main-window.c: (set_toolbar_mode): Prevent a warning + when the toolbar does not exist yet. + * src/modest-widget-memory.c: (save_settings_header_view): + Added g_warnings() to help us to discover when we are trying to set + an empty columns list in gconf. + +2007-06-14 Murray Cumming + + * src/modest-init.h: + * src/modest-init.c: + Added modest_init_get_default_header_view_column_ids(). + + * src/modest-widget-memory.c: (restore_settings_header_view): + Use the new function to get defaults, if the gconf key is empty, + instead of not creating any columns. This seems to fix the + empty right-hand pane problems. + + * src/widgets/modest-header-view.h: Improved documentation. + +2007-06-13 Murray Cumming + + * src/maemo/easysetup/modest-easysetup-wizard.c: (create_account): + Revert the use of the display name as the account name, because this + is generally wrong and would break the code that follows. + +2007-06-13 Johannes Schmid + + * src/maemo/easysetup/modest-easysetup-wizard.c: + (check_for_supported_auth_methods), (on_before_next), + (create_account): + + More correct fix for projects.maemo.org bug NB# 58991 + Do not longer accept AUTH_PASSWORD as secure method and choose + correct method when creating the account. + +2007-06-13 Johannes Schmid + + * src/maemo/easysetup/modest-easysetup-wizard.c: (create_account): + Fixed projects.maemo.org bug NB# 58991 + +2007-06-13 Murray Cumming + + * src/modest-init.c: (modest_init_init_core), + (modest_init_local_folders): Fixed compilation errors. + +2007-06-13 Murray Cumming + + * libmodest-dbus-client/libmodest-dbus-client-1.0.pc.in: + Remove unnecessary lib/include, though it is good in principle when needed. + + * src/modest-init.c: (modest_init_one_local_folder), + (modest_init_local_folders): + * src/modest-init.h: Initialize the .modest library for memory cards, + instead of just doing nothing for them. This should allow us to create + folders there, fixing projects.maemo.org bug NB#59297. + +2007-06-13 Murray Cumming + + * libmodest-dbus-client/libmodest-dbus-client.c: + (libmodest_dbus_client_send_mail), (libmodest_dbus_client_mail_to), + (libmodest_dbus_client_compose_mail), + (libmodest_dbus_client_open_message), + (libmodest_dbus_client_send_and_receive), + (libmodest_dbus_client_open_default_inbox): Improved debug messages. + + * src/dbus_api/modest-dbus-callbacks.c: (find_message_by_url), + (on_idle_open_message), (modest_dbus_req_handler), + (search_result_to_message), (modest_dbus_req_filter): + * src/modest-search.c: (add_hit), (modest_search_folder), + (modest_search_all_accounts): Improved debug messages. + + * tests/dbus_api/test_open_message.c: (main): Improved comments. + + * src/modest-tny-account-store.c: + (modest_tny_account_store_get_tny_account_by): Initialize a variable to + fix the build. + +2007-06-13 Murray Cumming + + 2007-06-12 Murray Cumming * src/modest-tny-account-store.c: (get_server_accounts):