1999-11-06 Ettore Perazzoli * e-msg-composer-attachment-bar.c (destroy): Call the destroy method of the parent class. * e-msg-composer.c: #include "e-msg-composer-address-dialog.h". (address_dialog_cb): New callback to start the address dialog. (setup_signals): Connect it to the appropriate button/menu item. (init): Initialize the new `address_dialog' member to NULL. (destroy): Destroy the `address_dialog' if not NULL. * e-msg-composer.h: New member `address_dialog' in `struct _EMsgComposer'. * e-msg-composer.glade: Added button to activate the address composition dialog. * e-msg-composer-address-dialog.h, e-msg-composer-address-dialog.c: New files implementing the address composition dialog for Evolution. * e-msg-composer-address-dialog.glade: New file. * e-msg-composer-attachment.c: `signals' made static. 1999-11-05 Ettore Perazzoli * Makefile.am: Compile the new files in a `libevolutionwidgets' library. (CPPFLAGS): #define `E_GUIDIR'. * e-msg-composer.c, e-msg-composer.h: New files implementing an initial version of the Evolution message composer widget. * e-msg-composer-address-entry.c, e-msg-composer-address-entry.h: New files implementing a GtkEntry customized for entering email address lists. * e-msg-composer-attachment-bar.c, e-msg-composer-attachment-bar.h: New files implementing a widget for editing mail attachments. * e-msg-composer-attachment.c, e-msg-composer-attachment.h: New files implementing file attachment objects for the message composer. * e-msg-composer-hdrs.c, e-msg-composer-hdrs.h: New files implementing a widget for editing of email message headers. * e-msg-composer-attachment.glade: New file. * e-msg-composer.glade: New file. 1999-10-31 Miguel de Icaza * widgets/e-table-column.c, e-table-column.h: New file, implements the e-table-column object. * widget/e-table-model.h, e-table-model.c, e-table-simple.c, e-table-simple.h: New files. Implements the column model and a simple table wrapper.