diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-03 09:10:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-03 09:10:46 +0800 |
commit | 483ebae5399d6aa7d63e471ea6000021a4be94fb (patch) | |
tree | 8de0a4611e800febfffa59c25d3b9d806d380757 /shell/ChangeLog | |
parent | 0ac06ee5b0cf27803e037b8bb5f3998898200bd1 (diff) | |
download | gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.tar gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.tar.gz gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.tar.bz2 gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.tar.lz gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.tar.xz gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.tar.zst gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.zip |
Add interfaces to the shell to handle off-line operation, as well as a
first (unfinished/untested) implementation for them.
svn path=/trunk/; revision=9653
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7caa04b1f4..b765ad249b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,23 @@ +2001-05-02 Ettore Perazzoli <ettore@ximian.com> + + * e-shell.c: New members `is_offline' and `offline_handler' in + `EShellPrivate'. + (init): Init `is_offline' to %FALSE, `offline_handler' to %NULL. + (e_shell_is_offline): New. + (e_shell_go_online): New. + (e_shell_go_offline): New. + + * e-shell-offline-handler.c: New. + * e-shell-offline-handler.h: New. + + * evolution-shell-component-client.c: New member + `offline_interface' in `EvolutionShellComponentClientPrivate'. + (init): Init to `CORBA_OBJECT_NIL'. + (impl_destroy): Unref/release if not NIL. + (evolution_shell_component_client_get_offline_interface): New. + + * Evolution-Offline.idl: New. + 2001-05-02 Chris Toshok <toshok@ximian.com> * evolution-shell-component-dnd.c: new file. |