aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2004-10-28 00:14:21 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-10-28 00:14:21 +0800
commit28b3e37c8a597f966062a2cf01cf2160bb2ad7af (patch)
treea8f5a3f31c49c3a3a55cacee20399276bebcdf6a /calendar/ChangeLog
parent4faa6f5a15184ac1cfc0e83a2b231053f79742b8 (diff)
downloadgsoc2013-evolution-28b3e37c8a597f966062a2cf01cf2160bb2ad7af.tar
gsoc2013-evolution-28b3e37c8a597f966062a2cf01cf2160bb2ad7af.tar.gz
gsoc2013-evolution-28b3e37c8a597f966062a2cf01cf2160bb2ad7af.tar.bz2
gsoc2013-evolution-28b3e37c8a597f966062a2cf01cf2160bb2ad7af.tar.lz
gsoc2013-evolution-28b3e37c8a597f966062a2cf01cf2160bb2ad7af.tar.xz
gsoc2013-evolution-28b3e37c8a597f966062a2cf01cf2160bb2ad7af.tar.zst
gsoc2013-evolution-28b3e37c8a597f966062a2cf01cf2160bb2ad7af.zip
don't expand recurrences for the list view.
2004-10-27 Rodrigo Moya <rodrigo@novell.com> * gui/e-cal-list-view.c (e_cal_list_view_new): don't expand recurrences for the list view. svn path=/trunk/; revision=27739
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 29516e7ff0..2c0e998a2a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,9 +1,14 @@
+2004-10-27 Rodrigo Moya <rodrigo@novell.com>
+
+ * gui/e-cal-list-view.c (e_cal_list_view_new): don't expand recurrences
+ for the list view.
+
2004-10-21 Harish Krishnaswamy <kharish@novell.com>
* gui/e-cal-popup.[ch]: (e_cal_popup_target_new_source):
Add status bits to denote if the calendar source is available offline
so that plugins to calendar popups can use the status qualifier to denote
- their visibility preferences.
+ their visibility preferences.
2004-10-21 Rodrigo Moya <rodrigo@novell.com>