From a99f0c42908ca1d5e923164c624f34cc770bef4f Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 11 Nov 2003 01:01:11 +0000 Subject: Added a new "-c" command-line arg. (idle_cb): If the arg is specified, * main.c: Added a new "-c" command-line arg. (idle_cb): If the arg is specified, open the component with that id/alias. * e-shell.c (impl_Shell_createNewView): New, implementation for the Shell::createNewView() CORBA method. (e_shell_class_init): Install. (e_shell_create_window): Get a component_id arg. * e-shell-window.c (e_shell_window_new): Get a component_id arg and create the window with that component activated if not NULL. * Evolution-Shell.idl (createNewView): Remove. (createNewWindow): New. svn path=/trunk/; revision=23274 --- shell/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 1a5a3110d6..0212982d6f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,20 @@ +2003-11-10 Ettore Perazzoli + + * main.c: Added a new "-c" command-line arg. + (idle_cb): If the arg is specified, open the component with that + id/alias. + + * e-shell.c (impl_Shell_createNewView): New, implementation for + the Shell::createNewView() CORBA method. + (e_shell_class_init): Install. + (e_shell_create_window): Get a component_id arg. + + * e-shell-window.c (e_shell_window_new): Get a component_id arg + and create the window with that component activated if not NULL. + + * Evolution-Shell.idl (createNewView): Remove. + (createNewWindow): New. + 2003-11-10 Ettore Perazzoli * e-shell-window.c (struct _ComponentView): New member -- cgit