diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-11-10 20:59:32 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-11-10 20:59:32 +0800 |
commit | eb3130b8449c9da1c9c4dafb453828a94c9d61fe (patch) | |
tree | 5a502dfe920391026d09933dec6dc4aab83c667a /calendar | |
parent | afbee2366ab309647467c17dd9087a42955a977a (diff) | |
download | gsoc2013-evolution-eb3130b8449c9da1c9c4dafb453828a94c9d61fe.tar gsoc2013-evolution-eb3130b8449c9da1c9c4dafb453828a94c9d61fe.tar.gz gsoc2013-evolution-eb3130b8449c9da1c9c4dafb453828a94c9d61fe.tar.bz2 gsoc2013-evolution-eb3130b8449c9da1c9c4dafb453828a94c9d61fe.tar.lz gsoc2013-evolution-eb3130b8449c9da1c9c4dafb453828a94c9d61fe.tar.xz gsoc2013-evolution-eb3130b8449c9da1c9c4dafb453828a94c9d61fe.tar.zst gsoc2013-evolution-eb3130b8449c9da1c9c4dafb453828a94c9d61fe.zip |
Forgot my changelog yesterday.
svn path=/trunk/; revision=1379
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 0243424d18..0fb83f3f78 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,11 @@ 1999-11-09 Eskil Heyn Olsen <deity@eskil.dk> + * calendar-conduit.c: Enabled debug output. Sets a g_log_domain, + now version 0.8.5. Consistent use of GSList/GList. Implemented + compare, default uses one that compares the contents of a struct + Appointment, but also has #ifdeffed code that does a field level + comparison, not complete, but perhaps educational. + * Makefile.am (#todo_conduit_control_applet_SOURCES): Fixed an unwanted conditional on libcalendar_conduit_la_LDFLAGS |