diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-14 02:51:54 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-14 02:51:54 +0800 |
commit | f17f36a31ed398d797cf96a9029efaaf83485f43 (patch) | |
tree | 161eef5dfb4069fae3bfbf796cc9b6b4432bf065 /shell/ChangeLog | |
parent | 39e6fc90623f50b7cd28850b8a0463d37e09a758 (diff) | |
download | gsoc2013-evolution-f17f36a31ed398d797cf96a9029efaaf83485f43.tar.gz gsoc2013-evolution-f17f36a31ed398d797cf96a9029efaaf83485f43.tar.zst gsoc2013-evolution-f17f36a31ed398d797cf96a9029efaaf83485f43.zip |
detect the version more completely with the new util routine (main): don't
2004-01-13 JP Rosevear <jpr@ximian.com>
* main.c (attempt_upgrade): detect the version more completely
with the new util routine
(main): don't upgrade the config db here
* e-shell.h: update proto
* e-shell.c (e_shell_attempt_upgrade): take the current version as
numerical params
* e-config-upgrade.h: update prototypes
* e-config-upgrade.c (e_config_upgrade): remove version detection
and saving code
(e_upgrade_detect_version): routine to do the version detection
* e-config-upgrade.c: drop my-evolution upgrade code
svn path=/trunk/; revision=24205
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index e2b5a04071..b4a964efe5 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,22 @@ +2004-01-13 JP Rosevear <jpr@ximian.com> + + * main.c (attempt_upgrade): detect the version more completely + with the new util routine + (main): don't upgrade the config db here + + * e-shell.h: update proto + + * e-shell.c (e_shell_attempt_upgrade): take the current version as + numerical params + + * e-config-upgrade.h: update prototypes + + * e-config-upgrade.c (e_config_upgrade): remove version detection + and saving code + (e_upgrade_detect_version): routine to do the version detection + + * e-config-upgrade.c: drop my-evolution upgrade code + 2004-01-12 JP Rosevear <jpr@ximian.com> * Makefile.am: use our libs |