aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-06-02 12:28:11 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-06-02 12:28:11 +0800
commitdf95abe3008bfdf1385ec04485d796514f15cfd2 (patch)
tree912fd0a33e4f300c87c89cc8177030b9988ae26b /shell/ChangeLog
parent91c107fa85ea3bcba01109a5e2bee5c737beea02 (diff)
downloadgsoc2013-evolution-df95abe3008bfdf1385ec04485d796514f15cfd2.tar
gsoc2013-evolution-df95abe3008bfdf1385ec04485d796514f15cfd2.tar.gz
gsoc2013-evolution-df95abe3008bfdf1385ec04485d796514f15cfd2.tar.bz2
gsoc2013-evolution-df95abe3008bfdf1385ec04485d796514f15cfd2.tar.lz
gsoc2013-evolution-df95abe3008bfdf1385ec04485d796514f15cfd2.tar.xz
gsoc2013-evolution-df95abe3008bfdf1385ec04485d796514f15cfd2.tar.zst
gsoc2013-evolution-df95abe3008bfdf1385ec04485d796514f15cfd2.zip
BonoboObject wrapper for Evolution::Component interface. Abstract, doesn't
2005-06-02 Not Zed <NotZed@Ximian.com> * evolution-component.c: BonoboObject wrapper for Evolution::Component interface. Abstract, doesn't implement methods. * Evolution-Shell.idl: add a method to find a component by component alias. * e-shell.c (impl_Shell_findComponent): & implement it svn path=/trunk/; revision=29443
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 5e21c59d45..6f7f518807 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,14 @@
+2005-06-02 Not Zed <NotZed@Ximian.com>
+
+ * evolution-component.c: BonoboObject wrapper for
+ Evolution::Component interface. Abstract, doesn't implement
+ methods.
+
+ * Evolution-Shell.idl: add a method to find a component by
+ component alias.
+
+ * e-shell.c (impl_Shell_findComponent): & implement it
+
2005-06-01 Not Zed <NotZed@Ximian.com>
* e-shell-window-commands.c: fixed the utf8 in the last patch.