aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-03-05 06:27:52 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-03-05 06:27:52 +0800
commit3911413b09fda188e7cf13a1d25422b0722e102f (patch)
treec421cbfb46bb488c39c331d2330e9e5da5e84235 /calendar/ChangeLog
parentee4b08496dd5863d166e229c33d68f3c1176064a (diff)
downloadgsoc2013-evolution-3911413b09fda188e7cf13a1d25422b0722e102f.tar
gsoc2013-evolution-3911413b09fda188e7cf13a1d25422b0722e102f.tar.gz
gsoc2013-evolution-3911413b09fda188e7cf13a1d25422b0722e102f.tar.bz2
gsoc2013-evolution-3911413b09fda188e7cf13a1d25422b0722e102f.tar.lz
gsoc2013-evolution-3911413b09fda188e7cf13a1d25422b0722e102f.tar.xz
gsoc2013-evolution-3911413b09fda188e7cf13a1d25422b0722e102f.tar.zst
gsoc2013-evolution-3911413b09fda188e7cf13a1d25422b0722e102f.zip
Fixes #37881
2003-02-11 JP Rosevear <jpr@ximian.com> Fixes #37881 * gui/e-meeting-model.c (process_section): if the attendee is the empty string, try to get the email svn path=/trunk/; revision=20161
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9c6db47879..579e46986b 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -4,6 +4,20 @@
* gui/e-meeting-model.c (process_section): if the attendee is the
empty string, try to get the email
+
+2003-02-18 JP Rosevear <jpr@ximian.com>
+
+ * gui/calendar-offline-handler.c (backend_cal_opened_online): set
+ the backend to REMOTE mode when it opens
+ (backend_go_online): prepare to set calendar mode to REMOTE
+ (impl_goOnline): get all the local calendars and set to REMOTE
+
+2003-02-11 JP Rosevear <jpr@ximian.com>
+
+ Fixes #37881
+
+ * gui/e-meeting-model.c (process_section): if the attendee is the
+ empty string, try to get the email
2003-03-04 JP Rosevear <jpr@ximian.com>