diff options
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 44dca3c49e..d00f1cef9e 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,18 @@ +2001-10-13 Dan Winship <danw@ximian.com> + + * e-msg-composer.c (autosave_manager_unregister): Don't pop up an + "unable to retrieve message" if the composer never finished + initializing. + (init): Don't call autosave_manager_register here: wait until the + end of create_composer. + (create_composer): Remove the distinction between this and + e_msg_composer_construct since there's no need for the latter. Use + e_activation_failure_dialog if either the selectnames component or + the gtkhtml editor fails. + + * e-msg-composer-hdrs.c (setup_corba): Don't g_warn if the oaf + activation fails. create_composer() will tell the user. + 2001-10-11 Jeffrey Stedfast <fejj@ximian.com> * listener.c (impl_event): Deleted declaration of len. |