diff options
author | bertrand <bertrand@helixcode.com> | 2000-03-13 14:53:48 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-13 14:53:48 +0800 |
commit | 2a3293368b73945c2b55f160745cb2d98b4bcee6 (patch) | |
tree | 7c2be12687a8118347cf5b4ceb6cb3b1480913ae /mail/ChangeLog | |
parent | 470823e288099d4409b81fb18fadea77b2c49e11 (diff) | |
download | gsoc2013-evolution-2a3293368b73945c2b55f160745cb2d98b4bcee6.tar.gz gsoc2013-evolution-2a3293368b73945c2b55f160745cb2d98b4bcee6.tar.zst gsoc2013-evolution-2a3293368b73945c2b55f160745cb2d98b4bcee6.zip |
i2000-03-13 bertrand <bertrand@helixcode.com>
* folder-browser-factory.c (folder_browser_set_shell):
for testing and demonstration purpose, immediately
register a fake service.
2000-03-13 bertrand <bertrand@helixcode.com>
* shell/e-shell.c (EShell_register_service):
test implementation. Show the uri and the type
of service that has just been registered.
Test the registering mechanism. Actually seems to work well.
svn path=/trunk/; revision=2112
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ce3e7bb60c..4bba22d4b3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2000-03-13 bertrand <bertrand@helixcode.com> + + * folder-browser-factory.c (folder_browser_set_shell): + for testing and demonstration purpose, immediately + register a fake service. + + 2000-03-12 bertrand <bertrand@helixcode.com> * folder-browser-factory.c (folder_browser_factory_init): |