From 7f2badb024128819fbb1d2656057c5e476100cd8 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 9 Apr 2004 15:46:00 +0000 Subject: Change this a lot. Now each component will maintain its own * e-user-creatable-items-handler.c: Change this a lot. Now each component will maintain its own EUserCreatableItemsHandler and merge the button and menus in and out of the UI as its controls are activated and deactivated. (This lets the connector component display the correct default for the New button). Also, update to the Product Design Team's new organization (separating object types from folder types) * e-shell.c: Remove all creatable_items_handler references * e-shell-window.c (e_shell_window_new): Remove creatable_items_handler reference * Makefile.am: Move e-user-creatable-items-handler from evolution to libeshell, and make libeshell depend on libemiscwidgets (for the combo button) * Evolution-Component.idl: add another field to CreatableItemType so we can distinguish object types from folder types. svn path=/trunk/; revision=25379 --- shell/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 3ab4e72c68..8635e6537a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,25 @@ +2004-04-09 Dan Winship + + * e-user-creatable-items-handler.c: Change this a lot. Now each + component will maintain its own EUserCreatableItemsHandler and + merge the button and menus in and out of the UI as its controls + are activated and deactivated. (This lets the connector component + display the correct default for the New button). Also, update to + the Product Design Team's new organization (separating object + types from folder types) + + * e-shell.c: Remove all creatable_items_handler references + + * e-shell-window.c (e_shell_window_new): Remove + creatable_items_handler reference + + * Makefile.am: Move e-user-creatable-items-handler from evolution + to libeshell, and make libeshell depend on libemiscwidgets (for + the combo button) + + * Evolution-Component.idl: add another field to CreatableItemType + so we can distinguish object types from folder types. + 2004-04-07 Jeffrey Stedfast * Evolution-ConfigControl.idl: Removed the "apply" method. -- cgit v1.2.3