aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-05-16 22:42:37 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-05-16 22:42:37 +0800
commit9b864ecd40139b61c89c459e4feb093c5b49d14b (patch)
tree8de9ea52ac3d2a646bb6190655e1bcc615a6925c /composer/ChangeLog
parent442cb01bee426d4a716485759ea093c773f5321a (diff)
downloadgsoc2013-evolution-9b864ecd40139b61c89c459e4feb093c5b49d14b.tar
gsoc2013-evolution-9b864ecd40139b61c89c459e4feb093c5b49d14b.tar.gz
gsoc2013-evolution-9b864ecd40139b61c89c459e4feb093c5b49d14b.tar.bz2
gsoc2013-evolution-9b864ecd40139b61c89c459e4feb093c5b49d14b.tar.lz
gsoc2013-evolution-9b864ecd40139b61c89c459e4feb093c5b49d14b.tar.xz
gsoc2013-evolution-9b864ecd40139b61c89c459e4feb093c5b49d14b.tar.zst
gsoc2013-evolution-9b864ecd40139b61c89c459e4feb093c5b49d14b.zip
New. (create_component): Pass it as the @request_quit_fn to
* component-factory.c (request_quit): New. (create_component): Pass it as the @request_quit_fn to evolution_shell_component_new(). * e-msg-composer.c: New local `all_composers'; keeps a list of all the composer windows created. Changed type of `parent_class' to BonoboWindowClass *. (do_exit): Cleaned up a bit. Raise the composer window before showing the message box dialog. (exit_dialog_cb): Removed. (e_msg_composer_request_close_all): New. (create_composer): Add the composer to the all_composers list and weakref it. (msg_composer_destroy_notify): GtkDestroyNotify function for the composer's weakref; remove the composer from the all_composers list. svn path=/trunk/; revision=16930
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index b9f8904f78..ec42f9287a 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,18 @@
+2002-05-16 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-msg-composer.c: New local `all_composers'; keeps a list of all
+ the composer windows created. Changed type of `parent_class' to
+ BonoboWindowClass *.
+ (do_exit): Cleaned up a bit. Raise the composer window before
+ showing the message box dialog.
+ (exit_dialog_cb): Removed.
+ (e_msg_composer_request_close_all): New.
+ (create_composer): Add the composer to the all_composers list and
+ weakref it.
+ (msg_composer_destroy_notify): GtkDestroyNotify function for the
+ composer's weakref; remove the composer from the all_composers
+ list.
+
2002-05-15 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-attachment.c (e_msg_composer_attachment_new):