diff options
author | Not Zed <NotZed@Ximian.com> | 2003-02-26 20:49:04 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-02-26 20:49:04 +0800 |
commit | 2c488d4c817a8876bae0011692ff9e0fe9c8353c (patch) | |
tree | d784dcb011db12c0ca0b8b72a10b0091e5cd83a6 /shell/ChangeLog | |
parent | d9d3e0d6275d7cb7bb85e7bbc096cf86d3fea3a2 (diff) | |
download | gsoc2013-evolution-2c488d4c817a8876bae0011692ff9e0fe9c8353c.tar.gz gsoc2013-evolution-2c488d4c817a8876bae0011692ff9e0fe9c8353c.tar.zst gsoc2013-evolution-2c488d4c817a8876bae0011692ff9e0fe9c8353c.zip |
Added a key for /apps/evolution/version - seems the best place to put it.
2003-02-26 Not Zed <NotZed@Ximian.com>
* apps_evolution_shell.schemas: Added a key for
/apps/evolution/version - seems the best place to put it. This
should not return any value if unset, so i'm not sure if this is
the right mechanism ...
* e-config-upgrade.c: Upgrade settings from earlier versions of evolution.
* main.c (upgrade_from_1_0_if_needed): Removed.
(main): Call e_config_upgrade before going into gmainloop.
(main): Turn off the --force-upgrade option, since it doesn't work
yet ...
svn path=/trunk/; revision=20068
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index aeac883394..e2c7448fe0 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,17 @@ +2003-02-26 Not Zed <NotZed@Ximian.com> + + * apps_evolution_shell.schemas: Added a key for + /apps/evolution/version - seems the best place to put it. This + should not return any value if unset, so i'm not sure if this is + the right mechanism ... + + * e-config-upgrade.c: Upgrade settings from earlier versions of evolution. + + * main.c (upgrade_from_1_0_if_needed): Removed. + (main): Call e_config_upgrade before going into gmainloop. + (main): Turn off the --force-upgrade option, since it doesn't work + yet ... + 2003-02-25 Dan Winship <danw@ximian.com> * Evolution-Wizard.idl: Change this to let the Wizard provide an |