diff options
author | Not Zed <NotZed@Ximian.com> | 2005-08-18 12:35:31 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-08-18 12:35:31 +0800 |
commit | 1bcb9b46314a8a5fab19293024c616712a27f1ee (patch) | |
tree | 9cdb35e2ace0c2c891200b44f8c9dc718e5e150d /shell/ChangeLog | |
parent | 5f02035e617747b865cf402953b01deb9cc07bf9 (diff) | |
download | gsoc2013-evolution-1bcb9b46314a8a5fab19293024c616712a27f1ee.tar.gz gsoc2013-evolution-1bcb9b46314a8a5fab19293024c616712a27f1ee.tar.zst gsoc2013-evolution-1bcb9b46314a8a5fab19293024c616712a27f1ee.zip |
fix warning. (impl_Shell_findComponent): fix signature for warning.
2005-08-17 Not Zed <NotZed@Ximian.com>
* e-shell.c (impl_Shell_handleURI): fix warning.
(impl_Shell_findComponent): fix signature for warning.
2005-08-16 Not Zed <NotZed@Ximian.com>
** See bug #312668.
* e-shell.c (set_line_status, set_line_status_complete)
(set_line_status_finished): new code to set componetns on/offline.
(e_shell_go_online, e_shell_go_offline): use new interface.
(offline_procedure_started_cb, offline_procedure_finished_cb): removed.
(impl_dispose): cleanup line status listener.
(e_shell_init): setup line status listener.
* evolution-listener.[ch]: skeleton listener object for new
setlinestatus call.
* Evolution-Offline.idl, e-shell-offline-handler.[ch]: killed. We
just add a single interface on EvolutionComponent now, much
simpler.
svn path=/trunk/; revision=30154
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 92cedb7043..de5b9cb28e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,26 @@ +2005-08-17 Not Zed <NotZed@Ximian.com> + + * e-shell.c (impl_Shell_handleURI): fix warning. + (impl_Shell_findComponent): fix signature for warning. + +2005-08-16 Not Zed <NotZed@Ximian.com> + + ** See bug #312668. + + * e-shell.c (set_line_status, set_line_status_complete) + (set_line_status_finished): new code to set componetns on/offline. + (e_shell_go_online, e_shell_go_offline): use new interface. + (offline_procedure_started_cb, offline_procedure_finished_cb): removed. + (impl_dispose): cleanup line status listener. + (e_shell_init): setup line status listener. + + * evolution-listener.[ch]: skeleton listener object for new + setlinestatus call. + + * Evolution-Offline.idl, e-shell-offline-handler.[ch]: killed. We + just add a single interface on EvolutionComponent now, much + simpler. + 2005-08-15 Christian Kellner <gicmo@gnome.org> * Makefile.am: Install missing e-plugin header es-event.h |