diff options
author | Not Zed <NotZed@Ximian.com> | 2003-04-08 01:06:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-04-08 01:06:37 +0800 |
commit | ca1f07cab33bbe9a9bb6cd03399191782b0dc950 (patch) | |
tree | 495da296ff7a4742aa145ebf8cfad6cd060ffd8a /calendar/ChangeLog | |
parent | 4d87126636de746a8a4a03618a4557106069c910 (diff) | |
download | gsoc2013-evolution-ca1f07cab33bbe9a9bb6cd03399191782b0dc950.tar gsoc2013-evolution-ca1f07cab33bbe9a9bb6cd03399191782b0dc950.tar.gz gsoc2013-evolution-ca1f07cab33bbe9a9bb6cd03399191782b0dc950.tar.bz2 gsoc2013-evolution-ca1f07cab33bbe9a9bb6cd03399191782b0dc950.tar.lz gsoc2013-evolution-ca1f07cab33bbe9a9bb6cd03399191782b0dc950.tar.xz gsoc2013-evolution-ca1f07cab33bbe9a9bb6cd03399191782b0dc950.tar.zst gsoc2013-evolution-ca1f07cab33bbe9a9bb6cd03399191782b0dc950.zip |
Fixes #40252
2003-04-07 Not Zed <NotZed@Ximian.com>
Fixes #40252
* conduits/todo/todo-conduit.c: Same as below.
* conduits/calendar/calendar-conduit.c: Change the LOG macro to a
single arg macro which copies its arg. Fix all callers. Change
WARN and INFO to simply g_warning/g_message. Init G_LOG_DOMAIN
before including anything.
svn path=/trunk/; revision=20714
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7705581589..31d7729ab2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2003-04-07 Not Zed <NotZed@Ximian.com> + + Fixes #40252 + + * conduits/todo/todo-conduit.c: Same as below. + + * conduits/calendar/calendar-conduit.c: Change the LOG macro to a + single arg macro which copies its arg. Fix all callers. Change + WARN and INFO to simply g_warning/g_message. Init G_LOG_DOMAIN + before including anything. + 2003-04-07 Dan Winship <danw@ximian.com> * gui/GNOME_Evolution_Calendar.server.in.in: Clean up server names |