aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-05-26 04:41:32 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-26 04:41:32 +0800
commit7dfee05355fb0086563434285ac1a524e78cd2bd (patch)
tree79bb392a6e972455a18e88076b7a91ba8dd81bab /calendar/ChangeLog
parent64b6b3d827e931ae17281acf72f2de9b259afe0f (diff)
downloadgsoc2013-evolution-7dfee05355fb0086563434285ac1a524e78cd2bd.tar
gsoc2013-evolution-7dfee05355fb0086563434285ac1a524e78cd2bd.tar.gz
gsoc2013-evolution-7dfee05355fb0086563434285ac1a524e78cd2bd.tar.bz2
gsoc2013-evolution-7dfee05355fb0086563434285ac1a524e78cd2bd.tar.lz
gsoc2013-evolution-7dfee05355fb0086563434285ac1a524e78cd2bd.tar.xz
gsoc2013-evolution-7dfee05355fb0086563434285ac1a524e78cd2bd.tar.zst
gsoc2013-evolution-7dfee05355fb0086563434285ac1a524e78cd2bd.zip
Make calendar-errors.xml.h and install the xml file.
2004-05-25 Jeffrey Stedfast <fejj@novell.com> * Makefile.am: Make calendar-errors.xml.h and install the xml file. * calendar-errors.xml: New error definitions file. * gui/gnome-cal.c (backend_died_cb): Use e-error * gui/e-tasks.c (backend_died_cb): Use e-error * gui/dialogs/send-comp.c (send_component_dialog): Use e-error * gui/dialogs/save-comp.c (save_component_dialog): Use e-error * gui/dialogs/delete-comp.c (delete_component_dialog): Use e-error * gui/dialogs/cancel-comp.c (cancel_component_dialog): Use e-error svn path=/trunk/; revision=26084
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog25
1 files changed, 22 insertions, 3 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 506134211b..f4fe0fec20 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,8 +1,27 @@
+2004-05-25 Jeffrey Stedfast <fejj@novell.com>
+
+ * Makefile.am: Make calendar-errors.xml.h and install the xml
+ file.
+
+ * calendar-errors.xml: New error definitions file.
+
+ * gui/gnome-cal.c (backend_died_cb): Use e-error
+
+ * gui/e-tasks.c (backend_died_cb): Use e-error
+
+ * gui/dialogs/send-comp.c (send_component_dialog): Use e-error
+
+ * gui/dialogs/save-comp.c (save_component_dialog): Use e-error
+
+ * gui/dialogs/delete-comp.c (delete_component_dialog): Use e-error
+
+ * gui/dialogs/cancel-comp.c (cancel_component_dialog): Use e-error
+
2004-05-25 Sivaiah Nallagatla <snallagatla@novell.com>
- * common/authentication.c (auth_func_cb) : read the "auth-domain"
- property to use as component name for e-password calls instead of
- hard coded component name
+ * common/authentication.c (auth_func_cb): read the "auth-domain"
+ property to use as component name for e-password calls instead of
+ hard coded component name
2004-05-25 Trent Lloyd <lathiat@bur.st>