diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 1999-11-07 05:10:09 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 1999-11-07 05:10:09 +0800 |
commit | 0c3101c24a3bb76c57d545ba6071acee529ee3a8 (patch) | |
tree | 0f0eba5989890d4a10e845f9f16e66708bdd88ce /widgets/ChangeLog | |
parent | b681ec2b9a98684ef821f9b6fbdb9a231a58d4b5 (diff) | |
download | gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.gz gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.bz2 gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.lz gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.xz gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.zst gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.zip |
Some initial work on the dialog for entering addresses from the address book.
svn path=/trunk/; revision=1370
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index 77a6c36c61..e8426055fc 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,3 +1,27 @@ +1999-11-06 Ettore Perazzoli <ettore@gnu.org> + + * 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 <ettore@gnu.org> * Makefile.am: Compile the new files in a `libevolutionwidgets' @@ -21,6 +45,9 @@ * 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 <miguel@gnu.org> * widgets/e-table-column.c, e-table-column.h: New file, implements the |