aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-07-07 02:31:09 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-07-07 02:31:09 +0800
commit2b89fd32201b191254e589cf405fe986dc7cd59f (patch)
tree57f70cd7f5bbb11c1da3fdde85153820df1128c9 /calendar/ChangeLog
parent4e4d7e38f19498e1840f22e3aa42335ccea5ec45 (diff)
downloadgsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar
gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar.gz
gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar.bz2
gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar.lz
gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar.xz
gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.tar.zst
gsoc2013-evolution-2b89fd32201b191254e589cf405fe986dc7cd59f.zip
** Fix for bug #321741
svn path=/trunk/; revision=33763
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 794865509b..abfe07f9bd 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,16 @@
+2007-07-03 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #321741
+
+ * gui/e-calendar-view.h:
+ * gui/e-calendar-view.c: (e_calendar_view_new_appointment_full):
+ Added new parameter 'actual_day', with true always use actual day.
+ * gui/e-calendar-view.c: (on_new_event), (on_new_meeting),
+ (e_calendar_view_new_appointment):
+ * gui/calendar-component.c: (create_new_event):
+ * gui/e-week-view.c: (e_week_view_on_button_press):
+ Changing call of 'e_calendar_view_new_appointment_full'.
+
2007-06-22 Milan Crha <mcrha@redhat.com>
** Fix for bug #328484