aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-06-01 12:16:26 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-06-01 12:16:26 +0800
commite0862e69a791b6eae6b35e6d93c28fdd2c92eee1 (patch)
tree9c14527b5d17ccc489a9edbd22b0cae2807d05b4 /shell/ChangeLog
parentb90fd7e8a1ed8939be514ce998f2e95b0f42bd9f (diff)
downloadgsoc2013-evolution-e0862e69a791b6eae6b35e6d93c28fdd2c92eee1.tar
gsoc2013-evolution-e0862e69a791b6eae6b35e6d93c28fdd2c92eee1.tar.gz
gsoc2013-evolution-e0862e69a791b6eae6b35e6d93c28fdd2c92eee1.tar.bz2
gsoc2013-evolution-e0862e69a791b6eae6b35e6d93c28fdd2c92eee1.tar.lz
gsoc2013-evolution-e0862e69a791b6eae6b35e6d93c28fdd2c92eee1.tar.xz
gsoc2013-evolution-e0862e69a791b6eae6b35e6d93c28fdd2c92eee1.tar.zst
gsoc2013-evolution-e0862e69a791b6eae6b35e6d93c28fdd2c92eee1.zip
** See #58827.
2004-05-27 Not Zed <NotZed@Ximian.com> ** See #58827. * e-shell-window.c (switch_view): api change * e-shell.c (impl_Shell_handleURI): Fixed for api change. (impl_Shell_handleURI): check the component alias for an alternate uri schema path. 'quick hack' for activating components from command line. This may, or may not, continue to function. * e-component-registry.c (e_component_registry_peek_info): added an id for search type. (e_component_registry_peek_info_for_uri_schema): ^ makes this redundant, removed. (e_component_registry_activate): fixed for api change. svn path=/trunk/; revision=26137
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index b4f1a05695..e6ffc3181a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,20 @@
+2004-05-27 Not Zed <NotZed@Ximian.com>
+
+ ** See #58827.
+
+ * e-shell-window.c (switch_view): api change
+
+ * e-shell.c (impl_Shell_handleURI): Fixed for api change.
+ (impl_Shell_handleURI): check the component alias for an alternate
+ uri schema path. 'quick hack' for activating components from
+ command line. This may, or may not, continue to function.
+
+ * e-component-registry.c (e_component_registry_peek_info): added
+ an id for search type.
+ (e_component_registry_peek_info_for_uri_schema): ^ makes this
+ redundant, removed.
+ (e_component_registry_activate): fixed for api change.
+
2004-05-28 Rodney Dawes <dobey@novell.com>
* e-shell-importer.c (e_shell_importer_start_import):