diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-08 16:30:04 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-08 16:30:04 +0800 |
commit | 899e079e77dbbdba0c4cff36f08eff5780b894df (patch) | |
tree | 4a69dc3bc39796be943a27af8cc946fda77eccaf /composer/ChangeLog | |
parent | baad423775e9b0d94d560167286e46af677deb36 (diff) | |
download | gsoc2013-evolution-899e079e77dbbdba0c4cff36f08eff5780b894df.tar gsoc2013-evolution-899e079e77dbbdba0c4cff36f08eff5780b894df.tar.gz gsoc2013-evolution-899e079e77dbbdba0c4cff36f08eff5780b894df.tar.bz2 gsoc2013-evolution-899e079e77dbbdba0c4cff36f08eff5780b894df.tar.lz gsoc2013-evolution-899e079e77dbbdba0c4cff36f08eff5780b894df.tar.xz gsoc2013-evolution-899e079e77dbbdba0c4cff36f08eff5780b894df.tar.zst gsoc2013-evolution-899e079e77dbbdba0c4cff36f08eff5780b894df.zip |
Use the new controls implemented in the addressbook in the message
composer.
svn path=/trunk/; revision=3973
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index c30e85aeba..9c778989dd 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,16 @@ +2000-07-08 Ettore Perazzoli <ettore@helixcode.com> + + * e-msg-composer-hdrs.c: New member `corba_select_names' in + `EMsgComposerHdrsPrivate'. + (destroy): If not `CORBA_OBJECT_NIL', release. + (init): Init to `CORBA_OBJECT_NIL'. + (setup_corba): New. + (e_msg_composer_hdrs_new): Call it. + (add_entry): Create the entries by using the ::SelectNames + interface. + (address_button_clicked_cb): Activate the dialog through the + ::SelectNames interface. + 2000-06-29 Jeffrey Stedfast <fejj@helixcode.com> * e-msg-composer.c: Changed "Exit" to "Close" in the File menu. |