diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-11 08:02:25 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-11 08:02:25 +0800 |
commit | 6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5 (patch) | |
tree | 6561bc31fc7fbedffdd73e08bc76b4ba20698b29 /mail/ChangeLog | |
parent | ad5bf14a297edf4c8c2796bae8ac343ad1551151 (diff) | |
download | gsoc2013-evolution-6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5.tar gsoc2013-evolution-6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5.tar.gz gsoc2013-evolution-6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5.tar.bz2 gsoc2013-evolution-6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5.tar.lz gsoc2013-evolution-6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5.tar.xz gsoc2013-evolution-6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5.tar.zst gsoc2013-evolution-6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5.zip |
Don't call e_setup_base_dir. It was wrong and it doesn't exist any more.
* session.c (session_init): Don't call e_setup_base_dir. It was
wrong and it doesn't exist any more.
* component-factory.c (owner_set_cb): Update for changed
prototype, and record the evolution_homedir. Move call to
mail_config_init here from session.c so it happens after
evolution_dir is initialized.
* mail.h: define "extern char *evolution_dir;" (formerly in
e-util/e-setup.h)
* component-factory.c, mail-callbacks.c, mail-config-gui.c,
mail-config.c, mail-display.c, mail-format.c, mail-ops.c,
mail-tools.c, session.c: Remove "e-util/e-setup.h" include.
svn path=/trunk/; revision=4712
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bd868a3246..23b60ea121 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,20 @@ +2000-08-10 Dan Winship <danw@helixcode.com> + + * session.c (session_init): Don't call e_setup_base_dir. It was + wrong and it doesn't exist any more. + + * component-factory.c (owner_set_cb): Update for changed + prototype, and record the evolution_homedir. Move call to + mail_config_init here from session.c so it happens after + evolution_dir is initialized. + + * mail.h: define "extern char *evolution_dir;" (formerly in + e-util/e-setup.h) + + * component-factory.c, mail-callbacks.c, mail-config-gui.c, + mail-config.c, mail-display.c, mail-format.c, mail-ops.c, + mail-tools.c, session.c: Remove "e-util/e-setup.h" include. + 2000-08-10 Peter Williams <peterw@helixcode.com> * test-thread.c (queue_ops): Use mail_operations_terminate() to |