aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ChangeLog
diff options
context:
space:
mode:
authorViren.l <lviren@novel.com>2005-07-25 15:53:18 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-07-25 15:53:18 +0800
commitbd035bcd8ccb4e85e9a0ac2a63f800c2cc4b5057 (patch)
tree90e94ec09edb61e155a8186c34489976a04a1410 /ui/ChangeLog
parentdca96e14ddba2d5e1327dd2931389b930c0b6cc3 (diff)
downloadgsoc2013-evolution-bd035bcd8ccb4e85e9a0ac2a63f800c2cc4b5057.tar
gsoc2013-evolution-bd035bcd8ccb4e85e9a0ac2a63f800c2cc4b5057.tar.gz
gsoc2013-evolution-bd035bcd8ccb4e85e9a0ac2a63f800c2cc4b5057.tar.bz2
gsoc2013-evolution-bd035bcd8ccb4e85e9a0ac2a63f800c2cc4b5057.tar.lz
gsoc2013-evolution-bd035bcd8ccb4e85e9a0ac2a63f800c2cc4b5057.tar.xz
gsoc2013-evolution-bd035bcd8ccb4e85e9a0ac2a63f800c2cc4b5057.tar.zst
gsoc2013-evolution-bd035bcd8ccb4e85e9a0ac2a63f800c2cc4b5057.zip
Fixes:248126 Added 2 Bonobo UI verbs for Assign Task and Forward as
2005-07-25 Viren.l <lviren@novel.com> Fixes:248126 * gui/tasks-control.c (tasks_control_assign_cmd) (tasks_control_forward_cmd): Added 2 Bonobo UI verbs for Assign Task and Forward as iCalendar and the definitions to commands. * gui/e-calendar-table.[ch] (e_calendar_table_open_task) (e_calendar_table_get_selected_comp): renamed static functions open_task and get_selected_comp and made them public. svn path=/trunk/; revision=29881
Diffstat (limited to 'ui/ChangeLog')
-rw-r--r--ui/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index fb9cd0670e..8e6407e10b 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-25 Viren.l <lviren@novell.com>
+
+ * evolution-tasks.xml: Added 2 submenus under action menu.
+ Fixes #248126
+
2005-07-21 Devashish Sharma <sdevashish@novell.com>
* evolution-message-composer.xml: Added Shortcut for Save Draft
-(Ctrl+Shift+S) and a toolbar button for the same.