X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog2;h=3620bb5336cac93f63df3d646228accb900bd3d4;hp=46e2c5fb1a95d2063d155c7461b1ae762e832542;hb=d2766e0125d45ae66dbe70b51eb90e3b0e493982;hpb=bfb32c64aa175fcb4ff3f58cd5aa8169980f0b27 diff --git a/ChangeLog2 b/ChangeLog2 index 46e2c5f..3620bb5 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,28 @@ +2007-06-12 Murray Cumming + + * src/modest-account-mgr.c: (on_key_change): Append to the list, not to + NULL, so that the signals get all the keys. This should not actually + change any behaviour because we currently update everything when anything + changes. + +2007-06-12 Murray Cumming + + * src/widgets/modest-folder-view.c: (text_cell_data), + (icon_cell_data), (filter_row), (on_selection_changed), (cmp_rows), + (find_inbox_iter): If tinymail tells us that the folder is + a non-specific TNY_FOLDER_TYPE_NORMAL then do an extra check on the name. + This causes the inbox to be selected at startup, fixing part of + projects.maemo.org bug NB#56305. + + * src/modest-ui-dimming-rules.c: + (modest_ui_dimming_rules_on_tools_smtp_servers): + * src/modest-ui-dimming-rules.h: Added a callback function to dim + the SMTP servers menu item. + * src/maemo/modest-main-window-ui-dimming.h: Used the function, so + that the SMTP Servers menu item is dimmed when there are no accounts, + as a future version of the UI spec will require. This fixes + projects.maemo.org bug NB#56305. + 2007-06-11 Johannes Schmid * src/maemo/modest-maemo-utils.c: