aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@helixcode.com>2001-01-12 07:20:37 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2001-01-12 07:20:37 +0800
commitc6737bc9e8da67083a455a2b3f0e5704290ab06c (patch)
tree0174acc088461cdf45483090c4c8b29caac59f76 /composer/ChangeLog
parent5a405a2c31ce8e3a6e14ab991a3e019243c14292 (diff)
downloadgsoc2013-evolution-c6737bc9e8da67083a455a2b3f0e5704290ab06c.tar
gsoc2013-evolution-c6737bc9e8da67083a455a2b3f0e5704290ab06c.tar.gz
gsoc2013-evolution-c6737bc9e8da67083a455a2b3f0e5704290ab06c.tar.bz2
gsoc2013-evolution-c6737bc9e8da67083a455a2b3f0e5704290ab06c.tar.lz
gsoc2013-evolution-c6737bc9e8da67083a455a2b3f0e5704290ab06c.tar.xz
gsoc2013-evolution-c6737bc9e8da67083a455a2b3f0e5704290ab06c.tar.zst
gsoc2013-evolution-c6737bc9e8da67083a455a2b3f0e5704290ab06c.zip
Add an ItemContainer Bonobo interface to allow client applications to
2001-01-10 Miguel de Icaza <miguel@helixcode.com> * evolution-composer.c (evolution_composer_construct): Add an ItemContainer Bonobo interface to allow client applications to locate the Message Composer component. svn path=/trunk/; revision=7416
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 02e4efec96..10edf9858f 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-10 Miguel de Icaza <miguel@helixcode.com>
+
+ * evolution-composer.c (evolution_composer_construct): Add an
+ ItemContainer Bonobo interface to allow client applications to
+ locate the Message Composer component.
+
2001-01-11 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer.c (menu_file_save_draft_cb): New callback to save
@@ -8,6 +14,8 @@
* e-msg-composer.c: Removed more UNSAFE stuff. Maybe we should
kill this macro, and have people that want these broken things
define their own macros.
+ (setup_item_container): Add an ItemContainer bonobo interface to
+ handle options to the window component.
2001-01-08 Jeffrey Stedfast <fejj@helixcode.com>