aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog6
-rw-r--r--ui/evolution-addressbook.xml37
2 files changed, 37 insertions, 6 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 5739e5b52a..04e84aab6a 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-02 Christopher James Lahey <clahey@ximian.com>
+
+ * evolution-addressbook.xml: Added ContactsSaveAsVCard,
+ ContactsSendContactToOther, and ContactsSendMessageToContact menu
+ items. Fixes Ximian bug #5708.
+
2001-08-01 Jason Leach <jleach@ximian.com>
* evolution-mail-message.xml: Use Jakub's new Find icon for
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml
index 03aa91e482..fd6ac7d530 100644
--- a/ui/evolution-addressbook.xml
+++ b/ui/evolution-addressbook.xml
@@ -1,12 +1,12 @@
<Root>
-
<commands>
<cmd name="ContactDelete"
_tip="Delete selected contacts"
- pixtype="stock" pixname="Trash"/>
+ pixtype="stock" pixname="Trash"
+ accel="*Control*d"/>
<cmd name="ContactNew"
- _tip="Create new contact"
+ _tip="Create new contact"
accel="*Control*n"/>
<cmd name="ContactNewList"
@@ -28,23 +28,37 @@
<cmd name="ContactsCut" _label="Cut" _tip="Cut the selection"
pixtype="stock" pixname="Cut" accel="*Control*x"/>
-
+
<cmd name="ContactsCopy" _label="Copy"
_tip="Copy the selection" pixtype="stock" pixname="Copy"
accel="*Control*c"/>
-
+
<cmd name="ContactsPaste" _label="Paste"
_tip="Paste the clipboard" pixtype="stock" pixname="Paste"
accel="*Control*v"/>
-
+
<cmd name="ContactsSelectAll" _label="Select All"
_tip="Select all contacts"
accel="*Control*a"/>
+ <cmd name="ContactsSaveAsVCard" _label="Save as VCard"
+ _tip="Save selected contacts as a VCard."
+ pixtype="stock" pixname="Save" accel="*Control*v"/>
+
+ <cmd name="ContactsSendContactToOther" _label="Send contact to other"
+ _tip="Send selected contacts to another person."/>
+
+ <cmd name="ContactsSendMessageToContact" _label="Send message to contact"
+ _tip="Send a mess to the selected contacts."/>
+
</commands>
<menu>
<submenu name="File">
+ <placeholder name="FileOps">
+ <menuitem name="ContactsSaveAsVCard"
+ verb="" _label="_Save as VCard"/>
+ </placeholder>
<submenu name="New">
<placeholder name="NewFirstItem">
@@ -70,6 +84,7 @@
</submenu>
<submenu name="Edit">
+ <menuitem name="ContactDelete" verb="" _label="Delete"/>
<menuitem name="ContactsCut" verb="" _label="C_ut"/>
<menuitem name="ContactsCopy" verb="" _label="_Copy"/>
@@ -94,6 +109,16 @@
pixtype ="pixbuf"/>
</placeholder>
</submenu>
+ <submenu name="Actions" _label="_Actions">
+ <placeholder name="Component">
+
+ <menuitem name="ContactsSendContactToOther"
+ _label="Send _contact to other" verb=""/>
+
+ <menuitem name="ContactsSendMessageToContact"
+ _label="Send _message to contact" verb=""/>
+ </placeholder>
+ </submenu>
</menu>
<dockitem name="Toolbar">
0:43:29 +0800'>2007-07-311-12/+18 * - Unbreak build with USE_XORG= x11 xextmm2007-07-301-1/+2 * - Drop maintainershippav2007-07-162-4/+1 * - Unbreak with gcc42sat2007-07-154-15/+21 * - Mark BROKEN on CURRENT: does not build with GCC 4.2pav2007-07-031-0/+4 * - Welcome X.org 7.2 \o/.flz2007-05-2013-5/+13 * BROKEN on sparc64: Does not buildkris2007-04-221-0/+4 * Add a patch to fix a harmless warning, which breaks this port undermi2007-03-262-6/+18 * - Use TCL/TK 8.4miwi2007-03-211-16/+14 * Fix build on FreeBSD 7 by using one OS dependant Makefile for all versionsarved2007-03-184-24/+11 * Now appears to build on amd64kris2007-03-041-4/+0 * Add support for video4linux devices by:luigi2007-02-134-16/+97 * - Remove support for a.out format and PORTOBJFORMAT variable from individualpav2007-01-302-17/+15 * Fix build with gcc41arved2006-12-211-2/+6 * Move to MASTER_SITE_LOCAL. The distfile won't actually show up untilfenner2006-12-142-3/+2 * - Respect X11BASErafan2006-12-071-2/+2 * Unbreak by using socklen_t as needed.fenner2006-12-043-11/+29 * Unbreak by forcing gcc 3.2. Bump PORTREVISION since it might changefenner2006-12-041-5/+2 * - Respect X11BASErafan2006-12-011-0/+2 * - Now X11BASE, CC, CFLAGS is respected in files/patch-aarafan2006-12-011-5/+0 * Respect X11BASE and LOCALBASEkris2006-12-013-17/+17 * Respect X11BASE, CC and CFLAGSkris2006-12-011-7/+9 * - Respect CC, CFLAGSrafan2006-11-30