diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-02 04:56:04 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-02 04:56:04 +0800 |
commit | b2cda1d0c6d44f53f71bad9e256f41188677dfba (patch) | |
tree | 65bd7560e802baf1740482ae48b952dc5c5957fc /calendar/ChangeLog | |
parent | e52986f4225cbe8496043da74ca250521d244705 (diff) | |
download | gsoc2013-evolution-b2cda1d0c6d44f53f71bad9e256f41188677dfba.tar.gz gsoc2013-evolution-b2cda1d0c6d44f53f71bad9e256f41188677dfba.tar.zst gsoc2013-evolution-b2cda1d0c6d44f53f71bad9e256f41188677dfba.zip |
Merge revisions 36016:36533 from trunk.
svn path=/branches/kill-bonobo/; revision=36534
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 92de5afd33..04bfe0d70a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,153 @@ +2008-10-01 Milan Crha <mcrha@redhat.com> + + ** Part of fix for bug #554418 + + * gui/dialogs/comp-editor.c: (set_attachment_list): + * gui/e-cal-popup.c: (ecalp_standard_menu_factory): + Allow/disallow guessing of the mime_type based on the file content. + +2008-10-01 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #554458 + + * gui/e-cal-popup.c: (ecalp_standard_menu_factory): + Use content-type to call of g_app_info_get_all_for_type. + +2008-10-01 Sankar P <psankar@novell.com> + +License Changes + + * gui/dialogs/recurrence-page.c: + * importers/icalendar-importer.c: + +2008-09-30 Sankar P <psankar@novell.com> + +License Changes + + * gui/e-week-view.c: + * gui/goto.c: + +2008-09-29 Gabor Kelemen <kelemeng@gnome.hu> + + * shell.error.xml: Unbreak build, sorry for the inconvenience. + +2008-09-29 Gabor Kelemen <kelemeng@gnome.hu> + + * calendar.error.xml: Mark some forgotten strings for translation. Fixes bug #553105 + +2008-09-26 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #553297 + + * gui/e-day-view.c: (e_day_view_on_editing_stopped): + Do not try to access uninitialized variables. + +2008-09-25 Sankar P <psankar@novell.com> + +License Changes + + * gui/e-itip-control.c: + * gui/e-itip-control.h: + * gui/itip-utils.c: + * gui/itip-utils.h: + * gui/main.c: + +2008-09-24 Sankar P <psankar@novell.com> + +License Changes + + * gui/alarm-notify/config-data.c: + * gui/cal-search-bar.c: + * gui/calendar-component.c: + * gui/comp-util.c: + * gui/comp-util.h: + * gui/dialogs/cal-prefs-dialog.c: + * gui/dialogs/e-send-options-utils.c: + * gui/dialogs/event-page.c: + * gui/dialogs/memo-page.c: + * gui/dialogs/task-page.c: + * gui/e-cal-component-memo-preview.c: + * gui/e-cal-component-preview.c: + * gui/e-day-view-main-item.c: + * gui/e-day-view-top-item.c: + * gui/e-week-view-event-item.c: + * gui/e-week-view.h: + * gui/memos-component.c: + * gui/tasks-component.c: + +2008-09-24 Sankar P <psankar@novell.com> + +License Changes + + * gui/dialogs/delete-comp.c: + * gui/e-alarm-list.c: + +2008-09-23 Milan Crha <mcrha@redhat.com> + + ** Part of fix for bug #553273 + + * gui/alarm-notify/alarm-queue.c: (edit_component): + * gui/tasks-component.c: (delete_task_list_cb): + * gui/calendar-component.c: (delete_calendar_cb): + * gui/memos-component.c: (delete_memo_list_cb): + Always end e_error_run/e_error_new calls with NULL parameter. + +2008-09-19 Sankar P <psankar@novell.com> + +License Changes + + * gui/alarm-notify/alarm-queue.c: + * gui/e-calendar-view.c: + +2008-09-16 Sankar P <psankar@novell.com> + +License Changes + + * gui/alarm-notify/alarm.h: + * gui/comp-editor-factory.c: + * gui/dialogs/changed-comp.c: + * gui/dialogs/copy-source-dialog.c: + * gui/dialogs/delete-error.c: + * gui/e-cal-model-tasks.c: + * gui/e-cal-popup.c: + * gui/e-calendar-table.c: + * gui/e-memo-table.c: + * gui/e-timezone-entry.c: + * gui/print.c: + * gui/tasks-control.c: + +2008-09-14 Chenthill Palanisamy <pchenthill@novell.com> + + ** Fix for bug #551628 + + * gui/e-cal-model.c: (e_cal_view_objects_modified_cb): + * gui/e-day-view.c: (update_row), (model_comps_deleted_cb): + * gui/e-week-view.c: (update_row): Remove old events from the + view when objects are modified. + +2008-09-12 Paul Bolle <pebolle@tiscali.nl> + + ** Fix for bug #551895 + + * gui/dialogs/alarm-list-dialog.c: (edit_clicked_cb): + Copy paste error. + +2008-09-12 Sankar P <psankar@novell.com> + +License Changes + + * gui/alarm-notify/notify-main.c: + * gui/calendar-config-keys.h: + * gui/calendar-config.c: + * gui/calendar-config.h: + * gui/dialogs/cal-prefs-dialog.h: + * gui/dialogs/recur-comp.c: + * gui/e-meeting-store.c: + * gui/e-meeting-store.h: + * gui/e-meeting-time-sel.c: + * gui/e-meeting-time-sel.h: + * gui/migration.c: + 2008-09-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #551382 |