diff options
author | JP Rosevear <jpr@ximian.com> | 2002-01-15 05:07:46 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-01-15 05:07:46 +0800 |
commit | 025b29282c5626ab6ba9b78c149e639c5d154cca (patch) | |
tree | c1c5c8b6525f1c873cfe9e35f267cc23f78c9663 /calendar/ChangeLog | |
parent | 4e6779f2fd26ec5b1220b20a786e0dffc4bd0cbf (diff) | |
download | gsoc2013-evolution-025b29282c5626ab6ba9b78c149e639c5d154cca.tar.gz gsoc2013-evolution-025b29282c5626ab6ba9b78c149e639c5d154cca.tar.zst gsoc2013-evolution-025b29282c5626ab6ba9b78c149e639c5d154cca.zip |
move all functions here, get rid of header files, use e-pilot-settings to
2002-01-14 JP Rosevear <jpr@ximian.com>
* conduits/calendar/calendar-conduit.c: move all functions here,
get rid of header files, use e-pilot-settings to display gui
* conduits/todo/todo-conduit.c: as above
svn path=/trunk/; revision=15322
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 800a2ec7c4..39f4a5a164 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2002-01-14 JP Rosevear <jpr@ximian.com> + * conduits/calendar/calendar-conduit.c: move all functions here, + get rid of header files, use e-pilot-settings to display gui + + * conduits/todo/todo-conduit.c: as above + +2002-01-14 JP Rosevear <jpr@ximian.com> + * gui/gnome-cal.c (get_current_time): use icaltimetype_to_tm 2002-01-14 JP Rosevear <jpr@ximian.com> |