aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@src.gnome.org>2007-08-20 17:45:44 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-08-20 17:45:44 +0800
commit8b5bd65751016d6ef8ba2ed2fd9b5fb5e7748624 (patch)
treebb56bd6de9e7b11d6cb7e03464d8b6650f2ec575 /calendar/ChangeLog
parente3bc9c823718c769c9667b9f707fdabf0d8f0697 (diff)
downloadgsoc2013-evolution-8b5bd65751016d6ef8ba2ed2fd9b5fb5e7748624.tar
gsoc2013-evolution-8b5bd65751016d6ef8ba2ed2fd9b5fb5e7748624.tar.gz
gsoc2013-evolution-8b5bd65751016d6ef8ba2ed2fd9b5fb5e7748624.tar.bz2
gsoc2013-evolution-8b5bd65751016d6ef8ba2ed2fd9b5fb5e7748624.tar.lz
gsoc2013-evolution-8b5bd65751016d6ef8ba2ed2fd9b5fb5e7748624.tar.xz
gsoc2013-evolution-8b5bd65751016d6ef8ba2ed2fd9b5fb5e7748624.tar.zst
gsoc2013-evolution-8b5bd65751016d6ef8ba2ed2fd9b5fb5e7748624.zip
2007-08-20 mcrha Fix for bug #262226
svn path=/trunk/; revision=34043
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index f746e9e7f0..1a3517067e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,26 @@
+2007-08-20 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #262226
+
+ * gui/e-calendar-view.h:
+ * gui/e-calendar-view.c: (e_calendar_view_new_appointment_full):
+ Changed meaning of the last parameter: no_past_date to indicate if
+ we accept past dates (we do not for File->New->items).
+ Also changed behavior: when don't need all_day event and there are
+ 24 hours selected, then change start/end to actual time in actual day,
+ or to 'day begins' from pereferences for other selected days,
+ instead of setting all_day event to TRUE.
+ * gui/calendar-component.c: (create_new_event):
+ Don't force all day event.
+ * gui/e-week-view.c: (e_week_view_on_button_press):
+ Changing call of 'e_calendar_view_new_appointment_full'.
+
+ * gui/dialogs/event-page.c: (clear_widgets):
+ Fixed critical warning when no default_address set.
+ * gui/dialogs/event-page.c: (event_page_finalize),
+ (event_page_select_organizer): Free memory when no longer needed.
+ * gui/dialogs/event-page.c: (event_page_init): There was twice the same.
+
2007-08-17 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #420492