diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-05-06 18:56:58 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-05-06 18:56:58 +0800 |
commit | c827b0e2b1199d1808fef231e2f79af75dac1234 (patch) | |
tree | c76a2d6ba32216e3fbc6f8ad51b331fb62f20a9c /calendar/ChangeLog | |
parent | ab3408927461d33221119be8f7cb2884f0b0eb05 (diff) | |
download | gsoc2013-evolution-c827b0e2b1199d1808fef231e2f79af75dac1234.tar gsoc2013-evolution-c827b0e2b1199d1808fef231e2f79af75dac1234.tar.gz gsoc2013-evolution-c827b0e2b1199d1808fef231e2f79af75dac1234.tar.bz2 gsoc2013-evolution-c827b0e2b1199d1808fef231e2f79af75dac1234.tar.lz gsoc2013-evolution-c827b0e2b1199d1808fef231e2f79af75dac1234.tar.xz gsoc2013-evolution-c827b0e2b1199d1808fef231e2f79af75dac1234.tar.zst gsoc2013-evolution-c827b0e2b1199d1808fef231e2f79af75dac1234.zip |
removed old calendar view files.
2000-05-06 Damon Chaplin <damon@helixcode.com>
* gui/gncal-day-panel.[hc]:
* gui/gncal-day-view.[hc]:
* gui/gncal-full-day.[hc]:
* gui/gncal-week-view.[hc]:
* gui/layout.[hc]:
* gui/view-utils.[hc]: removed old calendar view files.
svn path=/trunk/; revision=2825
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 397b9c43d8..4da5967660 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2000-05-06 Damon Chaplin <damon@helixcode.com> + * gui/gncal-day-panel.[hc]: + * gui/gncal-day-view.[hc]: + * gui/gncal-full-day.[hc]: + * gui/gncal-week-view.[hc]: + * gui/layout.[hc]: + * gui/view-utils.[hc]: removed old calendar view files. + +2000-05-06 Damon Chaplin <damon@helixcode.com> + * cal-util/calobj.[hc]: added guint ref_count to iCalObject struct, and ical_object_ref/unref() functions. I've updated all the gui/ stuff to use ref_counts but I haven't touched the pcs/ stuff. Maybe |