diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a402bb638b..bce6012b7d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,24 @@ +2001-04-03 Ettore Perazzoli <ettore@ximian.com> + + * e-shell-view.c: Fix bug #1878 "folder sometimes fails to + display?". Thanks to Dan for finding out an explanation for the + problem. + (e_shell_view_display_uri): Don't set `priv->uri' here. + (show_existing_view): Set it here instead, and before showing the + control. + (create_new_view_for_uri): And here, likewise. + +2001-04-03 Christopher James Lahey <clahey@ximian.com> + + * e-shell-folder-selection-dialog.c (dbl_click_cb): Made double + clicking not crash here. + +2001-04-02 Ettore Perazzoli <ettore@ximian.com> + + * e-setup.c (e_setup): If we have a local folder named "Trash" of + type "mail", rename it to "Trash.old" so that the new + vfolder-based trash type gets installed. + 2001-04-03 Gediminas Paulauskas <menesis@delfi.lt> * importer/evolution-importer-client.c (evolution_importer_client_load_file): |