diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-04 00:57:27 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-04 00:57:27 +0800 |
commit | d5dc15ddf0ff2a0e5a08887f740d6e009de1024a (patch) | |
tree | c091c4e519824cd2fa2c7d00a60a382899b648ba /shell/ChangeLog | |
parent | 2a49ef6020c589c05ab30deb10165059b39db1a1 (diff) | |
download | gsoc2013-evolution-d5dc15ddf0ff2a0e5a08887f740d6e009de1024a.tar gsoc2013-evolution-d5dc15ddf0ff2a0e5a08887f740d6e009de1024a.tar.gz gsoc2013-evolution-d5dc15ddf0ff2a0e5a08887f740d6e009de1024a.tar.bz2 gsoc2013-evolution-d5dc15ddf0ff2a0e5a08887f740d6e009de1024a.tar.lz gsoc2013-evolution-d5dc15ddf0ff2a0e5a08887f740d6e009de1024a.tar.xz gsoc2013-evolution-d5dc15ddf0ff2a0e5a08887f740d6e009de1024a.tar.zst gsoc2013-evolution-d5dc15ddf0ff2a0e5a08887f740d6e009de1024a.zip |
Pulled up fixes from evolution-0-10-branch.
svn path=/trunk/; revision=9133
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): |