diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a51f6ec868..af4b61b4b2 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,10 +1,30 @@ +2003-05-19 Ettore Perazzoli <ettore@ximian.com> + + * main.c: Removed "forced_upgrade" unused variable. + (show_development_warning): Put in a DEVELOPMENT_WARNING cpp + conditional. + (warning_dialog_response_callback): Likewise. + (view_map_callback): Likewise. + (new_view_created_callback): Likewise. + (idle_cb) [DEVELOPMENT_WARNING]: Do not connect + new_view_created_callback() to the "new_view" shell signal + anymore. + + * Makefile.am (install-evolution) [DEFAULT_BINARY]: Make a + symbolic link from evolution to evolution-$(BASE_VERSION). + + [#43216] + + * e-shell-folder-creation-dialog.c (dialog_data_destroy): + g_object_weak_unref shell and dialog if they are not NULL. + (dialog_destroy_notify): Set ->dialog to NULL in all cases. + 2003-05-19 Anna Marie Dirks <anna@ximian.com> * e-corba-config-page.c: Remove some padding which I incorrectly added to the wrong vbox. This shoulda been fixed in widgets/misc/e-multi-config-dialog.c . (And it is, now.) - 2003-05-17 Ettore Perazzoli <ettore@ximian.com> * e-storage-set-view.c (e_storage_set_view_set_show_checkboxes): |