aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 8f6d4ac35b..ba58043972 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,19 @@
+2001-05-17 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-storage-set-view.c
+ (populate_folder_context_menu_with_common_items): Removed.
+ (popup_folder_menu): Instead of creating the component and the
+ folder popup definition here, just do `bonobo_window_add_popup()'
+ and assume that "/popups/FolderPopup" is defined in the toplevel
+ window's UI xml file.
+
+2001-05-16 Ettore Perazzoli <ettore@ximian.com>
+
+ * evolution-shell-component-client.c: Moved some functions around
+ to avoid the warning about the static
+ `free_ShellComponentListener_servant()' function being used prior
+ to declaration.
+
2001-05-15 Ettore Perazzoli <ettore@ximian.com>
* e-shell-view-menu.c (command_run_bugbuddy): `#if 0'ed out.