Commit Graph

76 Commits

Author SHA1 Message Date
54d4e5e5f8 ** Fixes bug #477045
2007-09-27  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #477045

	* addressbook/gui/component/addressbook-component.c:
	* addressbook/gui/component/addressbook-view.c:
	* addressbook/gui/contact-editor/e-contact-editor-address.c:
	* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
	* addressbook/gui/contact-editor/e-contact-editor-im.c:
	* addressbook/gui/widgets/e-addressbook-view.c:
	* addressbook/gui/widgets/eab-contact-display.c:
	* calendar/gui/calendar-commands.c:
	* calendar/gui/calendar-component.c:
	* calendar/gui/dialogs/cal-attachment-select-file.c:
	* calendar/gui/dialogs/comp-editor.c:
	* calendar/gui/dialogs/event-editor.c:
	* calendar/gui/dialogs/task-editor.c:
	* calendar/gui/e-cal-popup.c:
	* calendar/gui/e-calendar-table.c:
	* calendar/gui/e-calendar-view.c:
	* calendar/gui/e-day-view.c:
	* calendar/gui/e-memo-table.c:
	* calendar/gui/e-week-view.c:
	* calendar/gui/memos-component.c:
	* calendar/gui/memos-control.c:
	* calendar/gui/tasks-component.c:
	* calendar/gui/tasks-control.c:
	* composer/e-msg-composer-select-file.c:
	* composer/e-msg-composer.c:
	* mail/em-folder-tree.c:
	* mail/em-folder-view.c:
	* mail/em-popup.c:
	* mail/mail-component.c:
	* mail/mail-mt.c:
	* mail/mail-send-recv.c:
	* mail/message-list.c:
	* plugins/exchange-folder-permission.c:
	* plugins/exchange-folder.c:
	* plugins/groupwise-features/share-folder-common.c:
	* shell/e-shell-window-commands.c:
	* ui/evolution-addressbook.xml:
	* ui/evolution-calendar.xml:
	* ui/evolution-composer-entries.xml:
	* ui/evolution-editor.xml:
	* ui/evolution-event-editor.xml:
	* ui/evolution-mail-list.xml:
	* ui/evolution-mail-message.xml:
	* ui/evolution-memos.xml:
	* ui/evolution-message-composer.xml:
	* ui/evolution-subscribe.xml:
	* ui/evolution-task-editor.xml:
	* ui/evolution-tasks.xml:
	* ui/evolution.xml:
	Use standard icon names where applicable.


svn path=/trunk/; revision=34322
2007-09-27 17:48:23 +00:00
83ba9a2ff8 ** Fix for bug #325966 from Christian Neumair
svn path=/trunk/; revision=33534
2007-05-14 04:16:57 +00:00
f80451242d Committing patch from PR Suman for adding icons in menu items.
svn path=/trunk/; revision=31899
2006-04-26 08:57:47 +00:00
7bbb05236d ** Fixes bugs #328513, #328514, #328551, #328553, #328558, #328559,
2006-01-25  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bugs #328513, #328514, #328551, #328553, #328558, #328559, #328560

svn path=/trunk/; revision=31309
2006-01-25 11:39:31 +00:00
c31d93ccb2 Added menu items for addressbook operations.
svn path=/trunk/; revision=31307
2006-01-25 10:24:35 +00:00
27a36e5a4d ** Fixes bugs #322499 and #227853
2005-12-16  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bugs #322499 and #227853

	* evolution-addressbook.xml: Modified shortcut for preview
	* evolution-mail-global.xml: Modified shortcut for preview
	* evolution-tasks.xml: Modified shortcut for preview
	* evolution.xml: Removed Shortcut to hide status bar.

svn path=/trunk/; revision=30790
2005-12-16 08:10:30 +00:00
1e5c74f855 Several bug fixes under calendar. Use common shortcut for preview pane.
2005-10-06 Srinivasa Ragavan <sragavan@novell.com>

	* calendar/: Several bug fixes under calendar.
	* ui/: Use common shortcut for preview pane.

svn path=/trunk/; revision=30497
2005-10-06 18:21:52 +00:00
4916fcd399 Fix for translation issue, fixes #261971.
svn path=/trunk/; revision=30003
2005-08-05 10:28:32 +00:00
d88e794ded Add profiler so that it gets disted properly
2005-05-13  Rodney Dawes  <dobey@novell.com>

	* plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets
	disted properly

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add new em-folder-utils.[ch] abstraction

	* em-folder-browser.c: Update for new menu layout
	Add new methods to handle the actions that were previously only
	available from the context menu when right-clicking on a folder

	* em-folder-selector.c (emfs_response): Just call emfu_folder_create
	if the user wants to create a new folder in the selector dialog
	(em_folder_selector_get_selected_path): Clean up the code to fix a
	couple potential crashes

	* em-folder-tree.[ch]: Add methods to get pointers to a CamelFolder or
	CamelFolderInfo object for the selected item in the tree
	Add a method to get a pointer to an EMFolderTreeModelStoreInfo object
	for the selected store in the tree
	Move folder operations out into em-folder-utils.[ch] so that they
	are abstracted from the tree and can be used by methods other than
	the internal context menu

	* em-folder-utils.[ch]: Move the folder operations code to here

	* em-folder-view.c: Update for the new menu layout
	Fix Mark as Read/Unread in the context menu to only show up in the list

	* mail-component.c (create_item): Just call emfu_folder_create here
	when the user requests to create a new folder from the New toolbar item

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-mailing-list-actions.xml: Update for the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-plugin-manager.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-save-attachments.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-shell-window.c (setup_widgets): Update for the new menu layout by
	putting the "component" switching items under the "Tools" menu

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* *.xml: Update to the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-filter-bar.[ch]: Update for the new menu layout

svn path=/trunk/; revision=29354
2005-05-13 21:29:28 +00:00
75d011570d Move Tools->Settings... to Edit->Preferences Remove the separator above
2004-12-16  Rodney Dawes  <dobey@novell.com>

	* evolution.xml: Move Tools->Settings... to Edit->Preferences
	Remove the separator above "Quick Reference" in the Help menu

	* evolution-addressbok.xml:
	* evolution-calendar.xml:
	* evolution-mail-*.xml:
	* evolution-tasks.xml:
	Update the EditPlaceholder items to work properly with the changes in
	evolution.xml to move Tools->Settings... to Edit->Preferences

	Fixes #43681

svn path=/trunk/; revision=28139
2004-12-16 18:26:54 +00:00
a737e6f5b5 Binding Sun Type 6 Keyboard's Copy, Paste and Cut keys.
2004-11-23  Hao Sheng <hao.sheng@sun.com>

        * evolution-addressbook.xml: Binding Sun Type 6 Keyboard's
        Copy, Paste and Cut keys.

svn path=/trunk/; revision=27970
2004-11-23 03:46:19 +00:00
84b8798d7b Remove the Menu Seperator in View Menu when in the contacts view.
2004-06-22  V Ravi Kumar Raju <vravikr@yahoo.co.uk>

	* evolution-addressbook.xml: Remove the Menu Seperator in View
	Menu when in the contacts view.

svn path=/trunk/; revision=26471
2004-06-23 03:59:03 +00:00
ebb89b17ef use stock icons where possible. Calendar and tasks already use stock
2004-05-25  William Jon McCann  <mccann@jhu.edu>

	* evolution-message-composer.xml:
	* evolution-composer-entries.xml:
	* evolution-contact-list-editor.xml:
	* evolution-contact-editor.xml:
	* evolution.xml:
	* evolution-mail-message.xml:
	* evolution-mail-list.xml:
	* evolution-mail-global.xml:
	* evolution-addressbook.xml: use stock icons where possible.
	Calendar and tasks already use stock icons.

	* evolution-tasks.xml: swap positions of delete and print icons
	to be consistent with the other components.

svn path=/trunk/; revision=26085
2004-05-25 20:54:01 +00:00
fefa2c7ef6 Fixes bug #57940
2004-05-18  Jerome Lacoste  <jerome@coffeebreaks.org>

       Fixes bug #57940

       * evolution-addressbook.xml: "Save as VCard" -> "Save as VCard..."

svn path=/trunk/; revision=25961
2004-05-18 18:54:08 +00:00
d0e907c25d Fixed Bug #57611.
2004-04-30  Dave Fallon <davef@tetsubo.com>

       * ui/evolution-addressbook.xml: Fixed Bug #57611.

svn path=/trunk/; revision=25754
2004-05-03 14:34:16 +00:00
e5360c507e [ part of fix for bug #53634 ]
2004-03-30  Chris Toshok  <toshok@ximian.com>

	[ part of fix for bug #53634 ]

	* evolution-addressbook.xml: remove the Tools submenu placeholder
	foo.

svn path=/trunk/; revision=25248
2004-03-30 21:39:27 +00:00
ffb6a1d229 Get rid of all the *Shift*character keybindings, so people can actually
2004-01-26  Rodney Dawes  <dobey@ximian.com>

	* evolution-addressbook.xml:
	* evolution-mail-global.xml:
	* evolution-mail-message.xml: Get rid of all the *Shift*character
	keybindings, so people can actually type things in the search bar,
	Just use *Control*basekey instead

	Fixes #41769

svn path=/trunk/; revision=24451
2004-01-26 22:35:19 +00:00
ab9bcaa211 add ContactsViewPreview command, a "Preview Pane" menu item, and a
2003-12-17  Chris Toshok  <toshok@ximian.com>

	* evolution-addressbook.xml: add ContactsViewPreview command, a
	"Preview Pane" menu item, and a keybinding for it - same placement
	as the mailer's item.

svn path=/trunk/; revision=23972
2003-12-17 20:31:39 +00:00
34fe6da86b Fix binding conflict with Print/Preview
2003-05-29  Rodney Dawes  <dobey@ximian.com>

	* evolution-addressbook.xml: Fix binding conflict with Print/Preview

svn path=/trunk/; revision=21357
2003-05-30 21:59:43 +00:00
aa9939163d [ fixes bug #40841 ] change the Save As VCard keybinding to C-A-s, to
2003-04-07  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #40841 ]
	* evolution-addressbook.xml: change the Save As VCard keybinding
	to C-A-s, to match the mailer's Save As keybinding.

svn path=/trunk/; revision=20716
2003-04-07 17:17:41 +00:00
03ee7ece50 Move File/New/NewItems placeholder on the top and add some separators.
* evolution.xml: Move File/New/NewItems placeholder on the top and
add some separators.  Also add items to the popups/NewPopup so the
pop-up and the "New" submenu look the same.

* evolution-addressbook.xml: Remove ContactNew and ContactNewList
verbs, as well as the corresponding menu items.

svn path=/trunk/; revision=17613
2002-07-26 19:03:50 +00:00
e0cdfddc55 Bind MessageMove to Control-Shift-V. [#24394]
* evolution-mail-message.xml: Bind MessageMove to Control-Shift-V.
[#24394]

* evolution-addressbook.xml: Bind ContactsMoveToFolder and
ContactsCopyToFolder to Control-Shift-V and Control-Shift-Y for
consistency with the mailer.  Also move "Select All" up in the
Edit menu and add a separator before "Delete".

svn path=/trunk/; revision=17554
2002-07-23 19:16:11 +00:00
fb057760f3 Add accelerator for "Print Preview", "Delete".
* evolution-mail-message.xml: Add accelerator for "Print Preview",
"Delete".

* evolution-addressbook.xml: Add accelerator for "Print Preview",
"Delete".

svn path=/trunk/; revision=17405
2002-07-10 16:15:50 +00:00
f5287d53d8 add a 'stop' menu item (fixes ximian #17242)
2002-06-06  jacob berkman  <jacob@ximian.com>

	* evolution-addressbook.xml:
	* evolution-mail-global.xml: add a 'stop' menu item (fixes ximian
	#17242)

svn path=/trunk/; revision=17135
2002-06-06 19:26:46 +00:00
9cdf2d8df2 Added missing </submenu> tag. Remove bogus "Dump" menu item.
* evolution-addressbook.xml: Added missing </submenu> tag.  Remove
bogus "Dump" menu item.

svn path=/trunk/; revision=16344
2002-04-04 13:37:00 +00:00
364cb04c2b Move the ComponentActionsPlaceholder into the Actions menu, instead of the
* evolution.xml: Move the ComponentActionsPlaceholder into the
Actions menu, instead of the Actions menu being in the
ComponentActionsPlaceholder.
* evolution-addressbook.xml: Updated accordingly.
* evolution-calendar.xml: Updated accordingly.
* evolution-mail-global.xml: Updated accordingly.
* evolution-mail-list.xml: Updated accordingly.
* evolution-mail-message.xml: Updated accordingly.
* evolution-mail-messagedisplay.xml: Updated accordingly.
* evolution-tasks.xml: Updated accordingly.

* evolution.xml: Add "SendReceive" verb, menu item and toolbar
button.

* evolution-mail-global.xml: Remove "MailGetSend" verb and menu
item.

* e-shell-view-menu.c (command_send_receive): New, implementation
for the "SendReceive" verb.

* e-shell.c (e_shell_send_receive): New.

* evolution-shell-component.c (impl_sendReceive): Implementation
of ShellComponent::sendReceive.
(class_init): Add the "send_receive" signal.

* evolution-shell-component.h: Added `send_receive' signal.

* Evolution-ShellComponent.idl: Added ShellComponent::sendReceive.

* component-factory.c (send_receive_cb): New, callback for the
"send_receive" signal on the EvolutionShellComponent.
(create_component): Connect.

* folder-browser-ui.c: Remove verb "MailGetSend".

* mail-callbacks.c (send_receive_mail): Removed.

* mail-send-recv.c: Remove member current_folder from struct
_send_data.
(free_send_data): No need to unref here.
(build_dialogue): Removed arg @current_folder.
(mail_send_receive): Likewise.

svn path=/trunk/; revision=16220
2002-03-21 00:07:49 +00:00
6f1f8ce3ce Remove the "Tasks Settings..." menu item.
* evolution-tasks.xml: Remove the "Tasks Settings..." menu item.

* evolution-calendar.xml: Remove the "Calendar Settings..." menu
item.

* evolution-addressbook.xml: Remove the "LDAP Sources..." menu
item.

svn path=/trunk/; revision=16150
2002-03-13 22:12:52 +00:00
b75505b2de Add NewComboButton and a separator.
* evolution.xml: Add NewComboButton and a separator.

* evolution-calendar.xml: remove CalendarNewAppointment and
CalendarNewTask from the toolbar.

* evolution-tasks.xml: Remove TasksNewTask button from the
toolbar.

* evolution-addressbook.xml: Remove ContactNew and ContactNewList
from the toolbar.

* evolution-mail-global.xml: Remove the MessageNew from the
toolbar.

svn path=/trunk/; revision=15787
2002-02-22 02:22:02 +00:00
9f1ec16fff Added Copy to Folder and Move to Folder in the Actions menu here.
2002-02-13  Christopher James Lahey  <clahey@ximian.com>

	* evolution-addressbook.xml: Added Copy to Folder and Move to
	Folder in the Actions menu here.

svn path=/trunk/; revision=15713
2002-02-13 20:18:26 +00:00
a30eed771c From addressbook/ChangeLog:
2002-01-18  Christopher James Lahey  <clahey@ximian.com>

	* gui/component/addressbook.c (view_contact_cb): New verb to open
	a bunch of cards.

	* gui/widgets/e-addressbook-reflow-adapter.c (open_card): Call
	e_addressbook_show_multiple_cards instead of doing this ourselves.

	* gui/widgets/e-addressbook-util.c,
	gui/widgets/e-addressbook-util.h
	(e_addressbook_show_multiple_cards): Added this function to show a
	bunch of cards, including a dialog if lots of windows are going to
	appear.

	* gui/widgets/e-addressbook-view.c (e_addressbook_view_view,
	e_addressbook_view_can_view): e_addressbook_view_view calls
	e_addressbook_show_multiple_cards on the appropriate list of
	cards.

From ui/ChangeLog:

2002-01-18  Christopher James Lahey  <clahey@ximian.com>

	* evolution-addressbook.xml: Added File->Open which calls the
	ContactsView command.

svn path=/trunk/; revision=15355
2002-01-18 15:37:09 +00:00
1b16221c59 for all separators, add a unique (per xml file) name to each separator, so
2002-01-15  Michael Meeks  <michael@ximian.com>

	* *.xml: for all separators, add a unique (per xml file) name
	to each separator, so we don't get them conflicting across
	merges and messing with the order; then give them a dummy attr
	f="" to stop them being transparent, hmm.

svn path=/trunk/; revision=15338
2002-01-16 15:36:23 +00:00
94f170d48e Added Delete and BackSpace keybindings here.
2001-10-24  Christopher James Lahey  <clahey@ximian.com>

	* evolution-addressbook.xml: Added Delete and BackSpace
	keybindings here.

svn path=/trunk/; revision=13979
2001-10-24 05:58:48 +00:00
cb77c52063 Move the Tools menu outside the ComponentToolsPlaceholder. Likewise.
* evolution.xml: Move the Tools menu outside the
ComponentToolsPlaceholder.
* evolution-addressbook.xml: Likewise.
* evolution-calendar.xml: Likewise.
* evolution-mail-global.xml: Likewise.
* evolution-mail-message.xml: Likewise.
* evolution-mail-messagedisplay.xml: Likewise.
* evolution-tasks.xml: Likewise.
* my-evolution.xml: Likewise.

svn path=/trunk/; revision=13202
2001-09-27 23:11:49 +00:00
dc75cabd4d [Fix #5503, Edit menu is empty and should be removed.]
* evolution-addressbook.xml: Put the Edit menu in the
EditPlaceholder.
* evolution-calendar.xml: Likewise.
* evolution-mail-list.xml: Likewise.
* evolution-mail-global.xml: Likewise.
* evolution-mail-message.xml: Likewise.
* evolution-mail-messagedisplay.xml: Likewise.
* evolution-tasks.xml: Likewise.

* evolution.xml: Don't put an Edit menu here.  Instead, put a
EditPlaceholder instead.

svn path=/trunk/; revision=12632
2001-09-05 22:11:03 +00:00
d72466bdca use new Delete icon for menu.
2001-08-20  Damon Chaplin  <damon@ximian.com>

	* evolution-addressbook.xml: use new Delete icon for menu.

svn path=/trunk/; revision=12271
2001-08-20 08:30:10 +00:00
a4e9ca5bdd use new Cut/Copy/Paste/Save/Search icons.
2001-08-19  Damon Chaplin  <damon@ximian.com>

	* evolution-addressbook.xml: use new Cut/Copy/Paste/Save/Search icons.

svn path=/trunk/; revision=12240
2001-08-20 03:49:34 +00:00
813550ae3b Set the pixtype for "ContactEditorDelete" to "pixbuf". Likewise. Likewise.
* evolution-addressbook.xml: Set the pixtype for
"ContactEditorDelete" to "pixbuf".
* evolution-contact-editor.xml: Likewise.
* evolution-contact-list-editor.xml: Likewise.

* gui/component/addressbook.c: Hook up `delete-message.png' as the
icon for "ContactDelete".
* gui/contact-editor/e-contact-editor.c: Likewise.

svn path=/trunk/; revision=12206
2001-08-18 20:40:40 +00:00
613090ed27 changed print icon types to pixbuf.
2001-08-17  Damon Chaplin  <damon@ximian.com>

	* evolution-addressbook.xml: changed print icon types to pixbuf.

svn path=/trunk/; revision=12189
2001-08-18 02:10:12 +00:00
9e73a0deea changed 'Search for Contacts'.
2001-08-17  Damon Chaplin  <damon@ximian.com>

	* evolution-addressbook.xml: changed 'Search for Contacts'.

svn path=/trunk/; revision=12186
2001-08-18 01:25:41 +00:00
528e38dbf3 changed 'Send contact to other' to 'Forward Contact' and capitalized 'Send
2001-08-17  Damon Chaplin  <damon@ximian.com>

	* evolution-contact-editor.xml: changed 'Send contact to other'
	to 'Forward Contact' and capitalized 'Send message to Contact' to
	be consistent with address book.

	* evolution-addressbook.xml: added '...' to 'Forward Contact' and
	'Send Message to Contact' to be consistent with contact editor.

svn path=/trunk/; revision=12185
2001-08-18 01:17:07 +00:00
737bb880ba Changed the order of the toolbar icons (moved "New Message" (formerly
2001-08-17  Anna Marie Dirks  <anna@ximian.com>

	* evolution-mail-global.xml : Changed the order of the toolbar icons
	(moved "New Message" (formerly "Compose") to be the left-most item).

	* evolution-addressbook.xml: Changed Send Contact to Other to Forward
	Contact.

svn path=/trunk/; revision=12162
2001-08-17 17:45:47 +00:00
84332a1f11 Changed "Import file..." to "Import File..." Fixed a few lack of
2001-08-16  Anna Marie Dirks  <anna@ximian.com>

	* evolution.xml : Changed "Import file..." to "Import File..."
	* evolution-addressbook.xml : Fixed a few lack of capitalization
	issues.

svn path=/trunk/; revision=12138
2001-08-17 00:09:15 +00:00
d34c0f955a Rearranged this Edit menu to fit the standards.
2001-08-14  Christopher James Lahey  <clahey@ximian.com>

	* evolution-addressbook.xml: Rearranged this Edit menu to fit the
	standards.

svn path=/trunk/; revision=12005
2001-08-14 09:45:22 +00:00
e29d47cb5e End a placeholder block with </placeholder> instead of <placeholder/>
2001-08-10  Jason Leach  <jleach@ximian.com>

	* evolution-addressbook.xml: End a placeholder block with
	</placeholder> instead of <placeholder/>

svn path=/trunk/; revision=11900
2001-08-10 22:01:40 +00:00
3a1dbfa044 Put the "Tools" and "Actions" menus in the "ComponentToolsPlaceholder" and
* evolution-addressbook.xml: Put the "Tools" and "Actions" menus
in the "ComponentToolsPlaceholder" and
"ComponentActionsPlaceholder", respectively.
* evolution-calendar.xml: Likewise.
* evolution-contact-editor.xml: Likewise.
* evolution-mail-global.xml: Likewise.
* evolution-mail-message.xml: Likewise.

* evolution.xml: Remove "Tools" and "Actions" menus.  Create a
"ComponentActionsPlaceholder" and a "ComponentToolsPlaceholder"
instead.
* evolution-mail-messagedisplay.xml: Likewise, put "Tools" and
"Actions" in placeholders.

svn path=/trunk/; revision=11822
2001-08-09 06:44:34 +00:00
20e74a2f3b improvements, make it look more like the event editor.
2001-08-08  Chris Toshok  <toshok@ximian.com>

	* evolution-contact-list-editor.xml: improvements, make it look
	more like the event editor.

	* evolution-contact-editor.xml: same.

	* evolution-addressbook.xml: Contact Group => Contact List.

svn path=/trunk/; revision=11796
2001-08-08 16:50:50 +00:00
1b22ddbe81 Added ContactsSaveAsVCard, ContactsSendContactToOther, and
2001-08-02  Christopher James Lahey  <clahey@ximian.com>

	* evolution-addressbook.xml: Added ContactsSaveAsVCard,
	ContactsSendContactToOther, and ContactsSendMessageToContact menu
	items.  Fixes Ximian bug #5708.

svn path=/trunk/; revision=11569
2001-08-02 06:29:15 +00:00
1f5b5429eb Removed the unused "Settings" submenu, because it creates an extra blank
2001-07-27  Jason Leach  <jleach@ximian.com>

	* evolution-addressbook.xml: Removed the unused "Settings"
	submenu, because it creates an extra blank menu after the Help
	submenu.  Bug #4275.

svn path=/trunk/; revision=11451
2001-07-27 17:19:58 +00:00
c3a78dda1b add cmd for ContactNewList and ContactsPrintPreview. Also, correct the tip
2001-06-24  Chris Toshok  <toshok@ximian.com>

	* evolution-addressbook.xml: add cmd for ContactNewList and
	ContactsPrintPreview.  Also, correct the tip for Select All and
	add the accelerator.  Add menu/tool items for ContactNewList, and
	remove the tool item for ContactViewAll.

	* Makefile.am (XML_FILES): add evolution-contact-list-editor.xml.

svn path=/trunk/; revision=10459
2001-06-25 01:00:05 +00:00
408f71b7bf change Print Preview's name to ContactsPrintPreview.
2001-05-31  Chris Toshok  <toshok@ximian.com>

	* evolution-addressbook.xml: change Print Preview's name to
	ContactsPrintPreview.

svn path=/trunk/; revision=10063
2001-05-31 20:01:14 +00:00