diff options
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. |