diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a8323cd1e4..4be49021f9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,11 +1,24 @@ 2002-04-09 Dan Winship <danw@ximian.com> + * e-setup.c (e_setup_check_db): New. Check that things that need + to be in the config db are. Right now it sets up the default + folders. + + * e-shell.c (e_shell_construct): Call e_setup_check_db after + getting the config db. + (impl_Shell_handleURI): Handle "default:" URIs by looking up the + default folders in the config db. + * main.c (idle_cb): Check for "default:" URIs and treat them the same way as "evolution:" URIs. If the shell fails to display all of the requested URIs, fall back to the default URI (Summary). - * e-shell.c (impl_Shell_handleURI): Handle "default:" URIs by - looking up the default folders in the config db. + * e-shell-constants.h: Add E_SUMMARY_URI, E_LOCAL_INBOX_URI, etc. + + * e-shortcuts.c (e_shortcuts_add_default_group): Use + E_LOCAL_INBOX_URI, etc. + + * e-shell-view.c: #define FALLBACK_URI to E_SUMMARY_URI 2002-04-09 Dan Winship <danw@ximian.com> |