* src/modest-ui-actions.c:
[modest] / ChangeLog2
index e13bce3..67bfc0d 100644 (file)
@@ -1,3 +1,60 @@
+2007-07-18  Armin Burgmeier  <armin@openismus.com>
+
+       * src/maemo/modest-connection-specific-smtp-edit-window.c: Don't let
+       the dialog close after entering an invalid port number and clicking
+       OK. This fixes projects.maemo.org bug NB#63602.
+
+2007-07-18  Armin Burgmeier  <armin@openismus.com>
+
+       * src/modest-tny-account-store.c:
+       (get_server_accounts): Set parent modest account name for each
+       connection-specific transport account so that special folders of such
+       an account can be looked up. This fixes a crash when changing account
+       settings. This might also be related to projects.maemo.org bug
+       NB#63594.
+
+2007-07-16  Armin Burgmeier  <armin@openismus.com>
+
+       * src/modest-ui-actions.c: Added a button to create a folder to the
+       move-to dialog. This fixes projects.maemo.org bug NB#.
+
+2007-07-16  Johannes Schmid <johannes.schmid@openismus.com>
+
+       * src/maemo/easysetup/modest-easysetup-wizard.c:
+       Added scrollbars to account wizard dialog.
+       Fixed projects.maemo.org NB #62744
+
+2007-07-16  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/widgets/modest-msg-view.h:
+       * src/widgets/modest-msg-view.c:
+       Added modest_msg_view_get_message_is_empty() but this needs 
+       to be implemented.
+       * src/maemo/modest-msg-edit-window.c: (message_is_empty):
+       Check if there is any text in the message yet.
+       But this needs to be implemented properly.
+       (modest_msg_edit_window_toggle_find_toolbar):
+       * src/maemo/modest-msg-view-window.c:
+       (modest_msg_view_window_toggle_find_toolbar):
+       Show a banner warning if there is no text to search, when 
+       trying to start a search. This partially fixes 
+       projects.maemo.org bug NB#62350.
+
+2007-07-13  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/modest-mail-operation.c: (update_account_thread):
+       Initialized num_new_headers to fix the build.
+
+2007-07-13  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/modest-account-mgr.c: (modest_account_mgr_account_names):
+       Ignore modest accounts whose server accounts don't exist in gconf.
+       This prevents us trying to create TnyAccount instances for those 
+       server accounts when the server account has been removed from gconf, 
+       but the parent modest account has not yet been removed from modest.
+       I don't know why this is only noticeable now. It was probably just 
+       a harmeless g_warning() anyway.
+
 2007-07-13  Murray Cumming  <murrayc@murrayc.com>
 
        * src/modest-ui-dimming-rules.c: (_selected_folder_is_root):