aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index af0471514f..47098393fc 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,16 @@
+2000-01-30 Federico Mena Quintero <federico@helixcode.com>
+
+ * evolution-calendar.idl: Changed the namespace from
+ GNOME::Calendar to Evolution::Calendar.
+ (Listener::LoadStatus): Fixed SUCESSS -> SUCCESS typo. And I
+ never noticed it in the implementation. Ain't M-/ grand?
+
+ * Makefile.am: Changed ocurrences of gnome-calendar.idl to
+ evolution-calendar.idl.
+
+ * *.[ch]: Changed GNOME_Calendar_foo identifiers to
+ Evolution_Calendar_foo.
+
2000-01-25 Federico Mena Quintero <federico@helixcode.com>
* cal-client.c cal-client.h: New files with the calendar client