diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 1eb58ae13d..f1407f8067 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,21 @@ +2003-03-25 Dan Winship <danw@ximian.com> + + * Evolution-ShellComponent.idl (interactive): add a "new_view_xid" + arg, so the component has a window id to make use of as a parent + if it needs to pop up a dialog. + + * e-shell.c (set_interactive): Pass the new_view_xid when going + interactive. + (e_shell_set_interactive): Remove this since it wasn't being used, + and couldn't be used for anything except lying to the components. + + * evolution-shell-component.c + (evolution_shell_component_class_init): Update "interactive" + signal definition + (impl_interactive): Update prototype and signal emission + + * e-shell-marshal.list (NONE:BOOL,INT): add + 2003-03-21 Dan Winship <danw@ximian.com> * e-corba-storage.c (async_open_folder_idle): If we get a second |