diff options
author | Larry Ewing <lewing@ximian.com> | 2004-01-13 00:51:55 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2004-01-13 00:51:55 +0800 |
commit | 922de49f1d4cdb6fe0044fd19d11f8ed5391a4fb (patch) | |
tree | 0fc7421b4e68123a10cda6898f1eadc1b82a9668 /mail/ChangeLog | |
parent | b84544d2cc122d6afc2721eb2a1366a6e3f2ba9c (diff) | |
download | gsoc2013-evolution-922de49f1d4cdb6fe0044fd19d11f8ed5391a4fb.tar gsoc2013-evolution-922de49f1d4cdb6fe0044fd19d11f8ed5391a4fb.tar.gz gsoc2013-evolution-922de49f1d4cdb6fe0044fd19d11f8ed5391a4fb.tar.bz2 gsoc2013-evolution-922de49f1d4cdb6fe0044fd19d11f8ed5391a4fb.tar.lz gsoc2013-evolution-922de49f1d4cdb6fe0044fd19d11f8ed5391a4fb.tar.xz gsoc2013-evolution-922de49f1d4cdb6fe0044fd19d11f8ed5391a4fb.tar.zst gsoc2013-evolution-922de49f1d4cdb6fe0044fd19d11f8ed5391a4fb.zip |
fix up the controls factory location.
2004-01-12 Larry Ewing <lewing@ximian.com>
* GNOME_Evolution_Mail.server.in.in: fix up the controls factory
location.
* mail-component.c (mail_control_new): add new interface for
getting a mail control with a folder_uri property bag.
(get_prop): pbag get method.
(set_prop): pbag set method.
svn path=/trunk/; revision=24171
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3de054e03f..ddb65d5891 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2004-01-12 Larry Ewing <lewing@ximian.com> + + * GNOME_Evolution_Mail.server.in.in: fix up the controls factory + location. + + * mail-component.c (mail_control_new): add new interface for + getting a mail control with a folder_uri property bag. + (get_prop): pbag get method. + (set_prop): pbag set method. + 2004-01-11 Jeffrey Stedfast <fejj@ximian.com> * em-migrate.c (cp): Don't O_TRUNC the dest file, instead use |