aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-28 07:37:01 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-28 07:37:01 +0800
commit411d79d4882a877a536bdd387939e3347080fdd5 (patch)
treee5803f36fd235bde0f35c99d265d95fbf34a0b43 /shell/ChangeLog
parentd82d5a79971d0c9deeb7f34f5ce509e6ed56ea40 (diff)
downloadgsoc2013-evolution-411d79d4882a877a536bdd387939e3347080fdd5.tar
gsoc2013-evolution-411d79d4882a877a536bdd387939e3347080fdd5.tar.gz
gsoc2013-evolution-411d79d4882a877a536bdd387939e3347080fdd5.tar.bz2
gsoc2013-evolution-411d79d4882a877a536bdd387939e3347080fdd5.tar.lz
gsoc2013-evolution-411d79d4882a877a536bdd387939e3347080fdd5.tar.xz
gsoc2013-evolution-411d79d4882a877a536bdd387939e3347080fdd5.tar.zst
gsoc2013-evolution-411d79d4882a877a536bdd387939e3347080fdd5.zip
Rename the method implementation functions to match the CORBA names.
svn path=/trunk/; revision=10549
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 501036b244..262090fd6f 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,22 @@
2001-06-27 Ettore Perazzoli <ettore@ximian.com>
+ * evolution-shell-component.c (impl_setOwner): Renamed from
+ `impl_ShellComponent_set_owner'.
+ (impl_unsetOwner): Renamed from `impl_ShellComponent_unset_owner'.
+ (impl_debug): Renamed from `impl_ShellComponent_debug'.
+ (impl_createView): Renamed from `impl_ShellComponent_create_view'.
+ (impl_createFolderAsync): Renamed from
+ `impl_ShellComponent_async_create_folder'.
+ (impl_removeFolderAsync): Renamed from
+ `impl_ShellComponent_async_remove_folder'.
+ (impl_xferFolderAsync): Renamed from
+ `impl_ShellComponent_async_xfer_folder'.
+ (impl_populateFolderContextMenu): Renamed from
+ `impl_ShellComponent_populate_folder_context_menu'.
+ (class_init): Updated accordingly.
+
+2001-06-27 Ettore Perazzoli <ettore@ximian.com>
+
* evolution-test-component.c (factory_fn): Pass NULL as the
@external_uri_schemas arg to `evolution_shell_component_new'.