diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 3 | ||||
-rw-r--r-- | ui/evolution-tasks.xml | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index b5b8ef9dba..5fbce8f46f 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2003-07-15 Rodrigo Moya <rodrigo@ximian.com> + + * evolution-calendar.xml: added 'Purge' menu item. + + * evolution-tasks.xml: added separator after 'Send/Receive'. + 2003-07-10 Yuedong Du <yuedong.du@sun.com> * evolution-mail-message.xml: add a menu entry corresponding to new diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 10e21941dd..a9c7de0057 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -23,6 +23,7 @@ <cmd name="DeleteAllOccurrences" _tip="Delete All Occurrences" pixtype="stock" pixname="gtk-delete"/> <cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/> + <cmd name="CalendarPurge" _label="_Purge" _tip="Purge old appointments and meetings" accel="*Control*e"/> </commands> <menu> @@ -64,7 +65,9 @@ <submenu name="Actions" _label="_Actions"> <placeholder name="ComponentActionsPlaceholder"> + <separator/> <menuitem name="PublishFreeBusy" verb="" _label="_Publish Free/Busy Information"/> + <menuitem name="CalendarPurge" verb=""/> </placeholder> </submenu> </menu> diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml index 1fb255a330..76b74615df 100644 --- a/ui/evolution-tasks.xml +++ b/ui/evolution-tasks.xml @@ -42,6 +42,7 @@ <submenu name="Actions" _label="_Actions"> <placeholder name="ComponentActionsPlaceholder"> + <separator/> <menuitem name="TasksExpunge" verb=""/> </placeholder> </submenu> |