diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-08 16:29:07 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-08 16:29:07 +0800 |
commit | baad423775e9b0d94d560167286e46af677deb36 (patch) | |
tree | 32bdf0830fccdd0fcd7a498d538fafcd8b72ca5c /addressbook/ChangeLog | |
parent | 2219b51a72c7c598777a64f1b39f329c12a7e9c6 (diff) | |
download | gsoc2013-evolution-baad423775e9b0d94d560167286e46af677deb36.tar gsoc2013-evolution-baad423775e9b0d94d560167286e46af677deb36.tar.gz gsoc2013-evolution-baad423775e9b0d94d560167286e46af677deb36.tar.bz2 gsoc2013-evolution-baad423775e9b0d94d560167286e46af677deb36.tar.lz gsoc2013-evolution-baad423775e9b0d94d560167286e46af677deb36.tar.xz gsoc2013-evolution-baad423775e9b0d94d560167286e46af677deb36.tar.zst gsoc2013-evolution-baad423775e9b0d94d560167286e46af677deb36.zip |
Wrap the ESelectNames stuff into a Bonobo interface, so that we can
call it from the message composer in evolution-mail. The Bonobo
interface is physically implemented in evolution-addressbook.
svn path=/trunk/; revision=3972
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ccbcd0535d..45057c9fea 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,28 @@ +2000-07-08 Ettore Perazzoli <ettore@helixcode.com> + + * gui/component/addressbook-factory.c (main): Start up the factory + for `Evolution::Addressbook::SelectNames'. + + * gui/component/select-names/evolution-addressbook-select-names.oafinfo: + New. + + * gui/component/select-names/e-select-names-factory.c: New. + * gui/component/select-names/e-select-names-factory.h: New. + + * gui/component/select-names/e-select-names-bonobo.c: New. + * gui/component/select-names/e-select-names-bonobo.h: New. + + * gui/component/addressbook-factory.c (main): Call + `e_select_names_factory_init()'. + + * gui/component/select-names/e-select-names-manager.c + (e_select_names_manager_add_section): Made const-aware. + (e_select_names_manager_create_entry): Made const-aware. + (e_select_names_manager_activate_dialog): Made const-aware. + + * gui/component/select-names/Evolution-Addressbook-SelectNames.idl: + New. + 2000-07-08 Christopher James Lahey <clahey@helixcode.com> * gui/component/e-addressbook-model.c, |