aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-28 12:50:02 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-28 12:50:02 +0800
commit268c7dbe4254f54f55d2bed8a9c740ee89dd9aed (patch)
tree8e0d46102300870ed29c743fa29cff4522044dba /shell/ChangeLog
parent764cfb5a6ba195958b1b3b814fdb584d6a5ff63b (diff)
downloadgsoc2013-evolution-268c7dbe4254f54f55d2bed8a9c740ee89dd9aed.tar
gsoc2013-evolution-268c7dbe4254f54f55d2bed8a9c740ee89dd9aed.tar.gz
gsoc2013-evolution-268c7dbe4254f54f55d2bed8a9c740ee89dd9aed.tar.bz2
gsoc2013-evolution-268c7dbe4254f54f55d2bed8a9c740ee89dd9aed.tar.lz
gsoc2013-evolution-268c7dbe4254f54f55d2bed8a9c740ee89dd9aed.tar.xz
gsoc2013-evolution-268c7dbe4254f54f55d2bed8a9c740ee89dd9aed.tar.zst
gsoc2013-evolution-268c7dbe4254f54f55d2bed8a9c740ee89dd9aed.zip
Make the shell to be able to display URIs that the user specified on
the command-line. svn path=/trunk/; revision=10554
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index b170ebec6c..880f3c7e09 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,37 @@
+2001-06-28 Ettore Perazzoli <ettore@ximian.com>
+
+ * main.c (idle_cb): Re-implemented to get a GSList of URIs and
+ open them on a running shell [if any] or on a newly created shell.
+ If no args are provided [i.e. the list is NULL], it either
+ restores from settings [if any], or it just opens the Inbox.
+ (main): Set up the GSList of arguments and have it passed to the
+ idle callback.
+
+ * e-shell.c (init): Ooops. Init `uri_schema_registry' to NULL as
+ well.
+
+ * evolution-shell-component-client.c
+ (evolution_shell_component_client_handle_external_uri): New.
+ (corba_exception_to_result): Handle the `UnsupportedSchema'
+ exception too.
+
+ * evolution-shell-component.h: New
+ EvolutionShellComponentResult value
+ `EVOLUTION_SHELL_COMPONENT_UNSUPPORTEDSCHEMA'.
+
+ * Evolution-ShellComponent.idl: New exception `UnsupportedSchema'.
+ (handleExternalURI): This can now raise `NotFound',
+ `UnsupportedSchema' and `InternalError'.
+ (createView): This can now raise `UnsupportedSchema' too.
+
+ * e-shell.c (impl_Shell_handleURI): Finish implementation.
+ (class_init): Install it.
+
+ * e-uri-schema-registry.c
+ (e_uri_schema_registry_get_handler_for_schema): Ooops. Rename
+ from `e_uri_schema_get_handler_for_schema'. Also, return NULL if
+ no handler is found.
+
2001-06-27 Ettore Perazzoli <ettore@ximian.com>
* e-component-registry.c (register_component): Get the supported