diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-12-04 17:43:51 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-12-04 17:43:51 +0800 |
commit | 0db239af79eef98aaae13e887814460c5d0bcfd9 (patch) | |
tree | 3eb13a5089130386df0f921cc12505d010384a34 /calendar/ChangeLog | |
parent | e37627d16f5d85cef7e143b32764529ad109d178 (diff) | |
download | gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.gz gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.bz2 gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.lz gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.xz gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.zst gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.zip |
Fixes #270751
svn path=/trunk/; revision=33040
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8b21550e06..9727771e43 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2006-12-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru> + + Fixes #270751. + Adds support for command line uri in tasks. + * gui/GNOME_Evolution_Calendar.server.in.in: Added the specification + for task uri. + * gui/e-calendar-table.c: (e_calendar_table_open_selected), + (e_calendar_table_open_task), (open_task_by_row), + (e_calendar_table_on_open_task), (e_calendar_table_on_assign): + * gui/e-calendar-table.h: + * gui/tasks-control.c: (tasks_control_assign_cmd): + * gui/e-tasks.c: (e_tasks_open_task_id): + * gui/e-tasks.h: Pass just the required arguments. + * gui/tasks-component.c: (impl_handleURI), + (tasks_component_class_init): Implement the uri interface + 2006-11-28 Wang Xin <jedy.wang@sun.com> Fix for bug #380064 |