diff options
author | JP Rosevear <jpr@ximian.com> | 2004-04-19 02:01:19 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-04-19 02:01:19 +0800 |
commit | 2b14db9d6023aff8b64abc4ed9b977596795b632 (patch) | |
tree | e2907f1dadc8e19bf838dd6d6c86a03b4eca4a7f /calendar/ChangeLog | |
parent | d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1 (diff) | |
download | gsoc2013-evolution-2b14db9d6023aff8b64abc4ed9b977596795b632.tar gsoc2013-evolution-2b14db9d6023aff8b64abc4ed9b977596795b632.tar.gz gsoc2013-evolution-2b14db9d6023aff8b64abc4ed9b977596795b632.tar.bz2 gsoc2013-evolution-2b14db9d6023aff8b64abc4ed9b977596795b632.tar.lz gsoc2013-evolution-2b14db9d6023aff8b64abc4ed9b977596795b632.tar.xz gsoc2013-evolution-2b14db9d6023aff8b64abc4ed9b977596795b632.tar.zst gsoc2013-evolution-2b14db9d6023aff8b64abc4ed9b977596795b632.zip |
Fixes #53124
2004-04-18 JP Rosevear <jpr@ximian.com>
Fixes #53124
* gui/e-tasks.c: remove preview pieces, they are in their own
class now; use the new class for preview
* gui/e-cal-component-preview.[hc]: implement a preview area for
tasks and events
svn path=/trunk/; revision=25505
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b810a3f356..585a27cd01 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2004-04-18 JP Rosevear <jpr@ximian.com> + + Fixes #53124 + + * gui/e-tasks.c: remove preview pieces, they are in their own + class now; use the new class for preview + + * gui/e-cal-component-preview.[hc]: implement a preview area for + tasks and events + 2004-04-17 Trent Lloyd <lathiat@sixlabs.org> * gui/e-calendar-view.c: include libecal/e-cal-component.h to kill |