aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-12 11:33:51 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-12 11:33:51 +0800
commit2cf63ca4bace1165d5f0385f4d0dbcce83269775 (patch)
tree3c68cb544d8d2bc4f813324ed65a12db349cbcb3 /shell/ChangeLog
parentc31e31f1fd019ac4297d840761026e64ea6a0adf (diff)
downloadgsoc2013-evolution-2cf63ca4bace1165d5f0385f4d0dbcce83269775.tar
gsoc2013-evolution-2cf63ca4bace1165d5f0385f4d0dbcce83269775.tar.gz
gsoc2013-evolution-2cf63ca4bace1165d5f0385f4d0dbcce83269775.tar.bz2
gsoc2013-evolution-2cf63ca4bace1165d5f0385f4d0dbcce83269775.tar.lz
gsoc2013-evolution-2cf63ca4bace1165d5f0385f4d0dbcce83269775.tar.xz
gsoc2013-evolution-2cf63ca4bace1165d5f0385f4d0dbcce83269775.tar.zst
gsoc2013-evolution-2cf63ca4bace1165d5f0385f4d0dbcce83269775.zip
add for translators.
2004-05-12 Not Zed <NotZed@Ximian.com> * shell-errors.xml.h: add for translators. 2004-05-11 Not Zed <NotZed@Ximian.com> * shell-errors.xml: Shell errors. * e-shell.c (e_shell_attempt_upgrade): handle exceptions better. allow the user to keep going or abort. stop as soon as something fails. Related to #53083. (attempt_upgrade): abort and quit if the subcall failed. it will display an appropriate error box. (attempt_upgrade): abort if we don't have enough space. #57290. * Evolution-Component.idl (upgradeFromVersion): remove the return code, use exceptions to indicate failure. svn path=/trunk/; revision=25869
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index d59e3bfc37..f2d4b454fb 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,34 @@
+2004-05-12 Not Zed <NotZed@Ximian.com>
+
+ * shell-errors.xml.h: add for translators.
+
+2004-05-11 Not Zed <NotZed@Ximian.com>
+
+ * shell-errors.xml: Shell errors.
+
+ * e-shell.c (e_shell_attempt_upgrade): handle exceptions better.
+ allow the user to keep going or abort. stop as soon as something
+ fails. Related to #53083.
+ (attempt_upgrade): abort and quit if the subcall failed. it will
+ display an appropriate error box.
+ (attempt_upgrade): abort if we don't have enough space. #57290.
+
+ * Evolution-Component.idl (upgradeFromVersion): remove the return
+ code, use exceptions to indicate failure.
+
+2004-05-10 Not Zed <NotZed@Ximian.com>
+
+ * e-shell.c (e_shell_attempt_upgrade): handle the various
+ exceptions appropritately.
+ (detect_version): this never fails, remove return code.
+ (attempt_upgrade): add a check for disk space. this is only
+ rough. not sure how portable. If we can't find out we go forward
+ anyway.
+
+ * Evolution-Component.idl: Throw some proper exceptions for
+ upgradeFromVersion. UpgradeFailed with detailed error reason, and
+ UnsupportedVersion for non-fatal reason.
+
2004-05-10 David Malcolm <dmalcolm@redhat.com>
* e-shell-offline-handler.c (cancel_offline): Fix warning