aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-12-14 23:50:09 +0800
committerDan Winship <danw@src.gnome.org>2000-12-14 23:50:09 +0800
commitc8335791bb229946de4398825383435f30e53670 (patch)
tree1b56b50c009a0ab0745a5cbee609019e7f4f2c00 /calendar/ChangeLog
parente347847bddce6d27a464444d143e94f6c5c4edf4 (diff)
downloadgsoc2013-evolution-c8335791bb229946de4398825383435f30e53670.tar
gsoc2013-evolution-c8335791bb229946de4398825383435f30e53670.tar.gz
gsoc2013-evolution-c8335791bb229946de4398825383435f30e53670.tar.bz2
gsoc2013-evolution-c8335791bb229946de4398825383435f30e53670.tar.lz
gsoc2013-evolution-c8335791bb229946de4398825383435f30e53670.tar.xz
gsoc2013-evolution-c8335791bb229946de4398825383435f30e53670.tar.zst
gsoc2013-evolution-c8335791bb229946de4398825383435f30e53670.zip
#define this to 500, not nothing. Also, move this bit after the other
* gui/calendar-model.c (_XOPEN_SOURCE): #define this to 500, not nothing. Also, move this bit after the other #includes to prevent potential messiness. svn path=/trunk/; revision=7008
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index c492b5c001..dbc31ea167 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-14 Dan Winship <danw@helixcode.com>
+
+ * gui/calendar-model.c (_XOPEN_SOURCE): #define this to 500, not
+ nothing. Also, move this bit after the other #includes to
+ prevent potential messiness.
+
2000-12-13 Federico Mena Quintero <federico@helixcode.com>
* cal-util/cal-component.c (ensure_mandatory_properties): Even