aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-07-11 02:39:25 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-07-11 02:39:25 +0800
commit1b3ce1c888c231091f8d9b7be00f719efbaff494 (patch)
tree7bca9d0d63dab44177f4650bbdf571a8c72a8626 /calendar/ChangeLog
parent6079b3a3457d5f6a0a9b02e7db6a58f4ff9b0bc8 (diff)
downloadgsoc2013-evolution-1b3ce1c888c231091f8d9b7be00f719efbaff494.tar
gsoc2013-evolution-1b3ce1c888c231091f8d9b7be00f719efbaff494.tar.gz
gsoc2013-evolution-1b3ce1c888c231091f8d9b7be00f719efbaff494.tar.bz2
gsoc2013-evolution-1b3ce1c888c231091f8d9b7be00f719efbaff494.tar.lz
gsoc2013-evolution-1b3ce1c888c231091f8d9b7be00f719efbaff494.tar.xz
gsoc2013-evolution-1b3ce1c888c231091f8d9b7be00f719efbaff494.tar.zst
gsoc2013-evolution-1b3ce1c888c231091f8d9b7be00f719efbaff494.zip
Pass the parent vCalendar component as the timezone closure of
2001-07-09 Federico Mena Quintero <federico@ximian.com> * pcs/cal-backend-file.c (generate_alarms_for_comp): Pass the parent vCalendar component as the timezone closure of cal_recur_generate_instances(). * gui/dialogs/alarm-page.c (get_alarm_string): Make the string consistent with the option menu text. (get_alarm_string): Removed extra spaces from the last part of the alarm string. svn path=/trunk/; revision=10961
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index f910acaece..685dad73bd 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,16 @@
2001-07-09 Federico Mena Quintero <federico@ximian.com>
+ * pcs/cal-backend-file.c (generate_alarms_for_comp): Pass the
+ parent vCalendar component as the timezone closure of
+ cal_recur_generate_instances().
+
+ * gui/dialogs/alarm-page.c (get_alarm_string): Make the string
+ consistent with the option menu text.
+ (get_alarm_string): Removed extra spaces from the last part of the
+ alarm string.
+
+2001-07-09 Federico Mena Quintero <federico@ximian.com>
+
* gui/e-day-view.c (e_day_view_key_press): Use
e_utf8_from_gtk_event_key() so that we can input utf8 text
properly.