Commit Graph

44 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
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
95838de79b harmonizing plural forms of tooltips and status messages; fixing a few
2006-02-05  Andre Klapper <a9016009@gmx.de>

	* evolution-mail-message.xml:
	* evolution-tasks.xml:
	harmonizing plural forms of tooltips and status messages;
	fixing a few bugs. fixes bug 311474.

svn path=/trunk/; revision=31411
2006-02-05 22:41:41 +00:00
a5d975f118 i2006-01-12 Harish Krishnaswamy <kharish@novell.com>
* evolution-editor.xml:
* evolution-tasks.xml: [UI Hackfests] More changes. Refer
 http://go-evolution.org/Shortcut_Keys_Review.

svn path=/trunk/; revision=31146
2006-01-12 14:49:14 +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
bd035bcd8c 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
2005-07-25 07:53:18 +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
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
1295a3e0a4 add missing labels to dock items.
2004-03-31  William Jon McCann  <mccann@jhu.edu>

	* evolution-tasks.xml:
	* evolution-calendar.xml: add missing labels to dock items.

svn path=/trunk/; revision=25268
2004-03-31 17:14:36 +00:00
e409aaa013 Add a menu item [Open Task] to [File] for the tasks component.
2003-12-31  Kidd Wang  <kidd.wang@sun.com>

        * evolution-tasks.xml: Add a menu item [Open Task] to [File] for
        the tasks component.

svn path=/trunk/; revision=24063
2004-01-06 06:02:45 +00:00
aa13b07254 s/Expunge/Purge.
2003-07-17  Rodrigo Moya <rodrigo@ximian.com>

	* evolution-tasks.xml: s/Expunge/Purge.

	* evolution-calendar.xml: fixed menmonic for Purge.

svn path=/trunk/; revision=21852
2003-07-17 10:43:21 +00:00
a15a6521f8 added 'Purge' menu item.
2003-07-15  Rodrigo Moya <rodrigo@ximian.com>

	* evolution-calendar.xml: added 'Purge' menu item.

	* evolution-tasks.xml: added separator after 'Send/Receive'.

svn path=/trunk/; revision=21845
2003-07-16 23:13:42 +00:00
474aa8509f Fixes #45524
2003-07-01  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #45524

	* evolution-tasks.xml:
	* evolution-calendar.xml: use stock icons where appropriate.

svn path=/trunk/; revision=21714
2003-07-01 21:46:34 +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
e5de85de84 remove duplicate new items in the file and action menus
2002-03-14  JP Rosevear  <jpr@ximian.com>

	* evolution-tasks.xml: remove duplicate new items in the file
	and action menus

svn path=/trunk/; revision=16159
2002-03-14 19:14:43 +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
bc1fc10660 added Print & PrintPreview stuff.
2002-03-04  Damon Chaplin  <damon@ximian.com>

	* evolution-tasks.xml: added Print & PrintPreview stuff.

svn path=/trunk/; revision=15905
2002-03-04 19:35:21 +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
9159b2df56 add a mark as complete item
2002-01-03  JP Rosevear  <jpr@ximian.com>

	* evolution-tasks.xml: add a mark as complete item

svn path=/trunk/; revision=15240
2002-01-03 19:44:07 +00:00
c89dd9d475 make spacing consistent with calendar xml file, add expunge command and
2002-01-03  JP Rosevear  <jpr@ximian.com>

	* evolution-tasks.xml: make spacing consistent with calendar xml
	file, add expunge command and actions menu and add accelerator for
	delete

	* evolution-calendar.xml: add an accelerator for delete and put in
	a separator to be consistent with the mailer

svn path=/trunk/; revision=15237
2002-01-03 19:07:50 +00:00
43857d3e95 Fix the verb names for the pixmaps in the Edit menu; they were out of
2001-10-29  Federico Mena Quintero  <federico@ximian.com>

	* gui/tasks-control.c (pixmaps): Fix the verb names for the
	pixmaps in the Edit menu; they were out of synch with the XML
	UI description.

svn path=/trunk/; revision=14380
2001-10-29 23:34:40 +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
5bdc672b86 use bigger Save icon for toolbar.
2001-08-20  Damon Chaplin  <damon@ximian.com>

	* evolution-contact-editor.xml: use bigger Save icon for toolbar.

	* evolution-comp-editor.xml: used Delete icon for menu.

	* evolution-tasks.xml: changed 'Tasks Settings' to 'Tasks Settings...'.

svn path=/trunk/; revision=12278
2001-08-20 09:45:16 +00:00
14071466aa added Cut/Copy/Paste items to toolbar, though I'm not sure they are very
2001-08-20  Damon Chaplin  <damon@ximian.com>

	* evolution-tasks.xml: added Cut/Copy/Paste items to toolbar, though
	I'm not sure they are very useful.

svn path=/trunk/; revision=12253
2001-08-20 07:13:42 +00:00
bea94cd411 use new delete icons in menu & toolbar.
2001-08-20  Damon Chaplin  <damon@ximian.com>

	* evolution-tasks.xml: use new delete icons in menu & toolbar.

svn path=/trunk/; revision=12252
2001-08-20 06:10:33 +00:00
8c9ee34262 used the new Cut/Copy/Paste icons. Removed the Save As/Print/Print Preview
2001-08-18  Damon Chaplin  <damon@ximian.com>

	* evolution-tasks.xml: used the new Cut/Copy/Paste icons.
	Removed the Save As/Print/Print Preview commands as they do nothing.

	* evolution-comp-editor.xml: used the new Save/Save As icons.

	* evolution-calendar.xml: used the new Cut/Copy/Paste icons.

svn path=/trunk/; revision=12213
2001-08-19 02:41:14 +00:00
9d9a22881e applied Neil Conway's <nconway@klamath.dyndns.org> menu-improvement patch.
2001-08-13 Anna Marie Dirks  <anna@ximian.com>

	* evolution-calendar.xml : applied Neil Conway's
	<nconway@klamath.dyndns.org> menu-improvement patch.

	* evolution-tasks.xml : same as above.

svn path=/trunk/; revision=11975
2001-08-13 22:50:38 +00:00
ce05c985ce [Fix #7608, New - Phantom menu entry in Tasks.]
* evolution-tasks.xml: Put the Tools menu in the
ComponentToolsPlaceholder.

svn path=/trunk/; revision=11920
2001-08-11 21:41:02 +00:00
8b75b6f1c1 Add a pixmap to the Tasks Settings option to make it consistent with the
2001-07-31  Federico Mena Quintero  <federico@ximian.com>

	* evolution-tasks.xml: Add a pixmap to the Tasks Settings option
	to make it consistent with the one in the calendar folder.

svn path=/trunk/; revision=11515
2001-07-31 16:23:28 +00:00
2d18e9894a use the new print icons.
2001-07-29  Damon Chaplin  <damon@ximian.com>

	* evolution-tasks.xml: use the new print icons.

svn path=/trunk/; revision=11495
2001-07-30 22:25:44 +00:00
ca80930a38 renamed "Tasks Preferences" to "Tasks Settings" to be consistent with the
2001-07-27  Damon Chaplin  <damon@ximian.com>

	* evolution-tasks.xml: renamed "Tasks Preferences" to "Tasks Settings"
	to be consistent with the other components.

svn path=/trunk/; revision=11466
2001-07-28 00:49:56 +00:00
e11954c5fb make the 'Task Preferences' menu item appear as the first item in the
2001-07-02  Rodrigo Moya <rodrigo@ximian.com>

	* evolution-tasks.xml: make the 'Task Preferences' menu item appear
	as the first item in the 'Tools' menu

svn path=/trunk/; revision=10700
2001-07-02 20:26:48 +00:00
15a4c0417c fixed typos
2001-06-29  Rodrigo Moya <rodrigo@ximian.com>

	* evolution-tasks.xml: fixed typos

svn path=/trunk/; revision=10612
2001-06-29 22:36:03 +00:00
2a0952de00 Small typo
svn path=/trunk/; revision=10562
2001-06-28 15:18:18 +00:00
36a0bed958 added cut/copy/paste entries to the main menu
2001-06-28  Rodrigo Moya <rodrigo@ximian.com>

	* evolution-tasks.xml: added cut/copy/paste entries to the main menu

svn path=/trunk/; revision=10561
2001-06-28 15:17:24 +00:00
f825ab30af Added a Delete button on the toolbar.
2001-05-21  Federico Mena Quintero  <federico@ximian.com>

	* evolution-tasks.xml: Added a Delete button on the toolbar.

svn path=/trunk/; revision=9909
2001-05-21 22:37:40 +00:00
042704ddd3 Blessed by Ettore.
Guided by Jacub Stener's mail, where he explaned which icons were renamed or
added, I added a bunch of new icons to menus, fixed renamed ones. Changed Trash
and Executive summary folder type icons. Fixed art/Makefile.am for these
changes.

Also, pulled icon cache from mailer and moved it to e-util/e-gui-utils.h, made
all components and dialogs use cache and not load pixmaps every time.

Accidentally got a couple of includes fix in, but they won't break anything.

svn path=/trunk/; revision=9092
2001-04-02 03:59:11 +00:00
789ed9286e Reorganize the menus to have entries always in a consistent fashion, as
2001-02-27  Miguel de Icaza  <miguel@ximian.com>

	* gui/e-day-view.c (e_day_view_on_event_right_click): Reorganize
	the menus to have entries always in a consistent fashion, as
	reported to the genepool mailing list.
	(e_day_view_on_event_right_click): Added a FIXME comment to the
	FIXME comment without a FIXME.

	Now we use e_popup_menu.  This allows us to hide/show items on
	demand, and to sensitize/de-sensitize items depending on their
	state.

	This will also let us add icon support (when we get nice icons for
	this)

	* gui/e-week-view.c (e_week_view_show_popup_menu): Ditto.

	The files popup-menu.c and popup-menu.h can now be removed.
2001-03-01  Miguel de Icaza  <miguel@ximian.com>

	* folder-browser.c (on_right_click):  Move the context menus to
	the toplevel code;  Use enumerations for the various bitfield
	constants.

	Add support for hiding items that are not required (read/unread
	and delete/undelete).

	This requires my previous patch, as it assumes "Open" does the
	right thing instead of having two operations: Open and Edit.

2001-02-28  Miguel de Icaza  <miguel@ximian.com>

	* folder-browser.c (on_right_click): Removed draft folders op
	here, since open_msg now does the right thing (edit or view).

	* folder-browser-factory.c (update_pixmaps): Removed MessageEdit
	from here.

	* mail-callbacks.c (open_msg): New function, does the "right
	thing" to a message (either, edit or open).

	* folder-browser-factory.c: Register new command here.
	(update_pixmaps): Rename keys that have been shuffled around.
	(update_pixmaps): Rename to match new updates on xml file.

	Rename MessageOpenNewWindow to MessageOpen.  Change action from
	"view_message" to "open_message".

	* mail-callbacks.c (mark_all_as_seen): New command.  Marks all
	messages as seen.
2001-03-06  Miguel de Icaza  <miguel@ximian.com>

	* evolution-tasks.xml: Added "File/New/Task" as well.

	* evolution-mail.xml: Added "File/New/Mail Message" at the top
	with binding C-n.

	* evolution-calendar.xml: Set the binding for New Appointment to C-n

	* evolution-contact-editor.xml: Set the toolbar to hlook=text
	vlook=icon;  Set all icons priority-text to 1.

	* evolution-addressbook.xml: Added "Contact" to the New menu.

	* evolution.xml: Provide an entry point to put "New" items on the
	first level.

	We are going to need some Bonobo support to "hide" objects when
	other objects appear (like, having Mail Message bound to C-S-X in
	the global space, and when we switch to Mail, we only show the
	entry that has C-n as the binding).

2001-02-28  Miguel de Icaza  <miguel@ximian.com>

	* evolution.xml: Moved Importer after the Folder operations per
	Dan's proposal.

	* evolution-addressbook.xml: Renamed Settings/AddressBook
	Configuration to Tools/Settings.

	Make all the items have "Print" items that use the same icon
	instead of a collection of icons.

	* evolution-calendar.xml: Moved "Calendar Preferences" from
	"Settings" to "Tools/Settings".

	* evolution-mail.xml: Settings menu is fully gone.  All things
	that run a dialog now end up in "Tools" while actions end up in
	"Actions".  Hence I am right.

	Renamed "Mail Configuration..." to "Identieies and Servers"

	Move MessageMarkAsRead, MessageMarkAsUnRead
	to Edit menu.  Add MessageMarkAllAsRead.

	Remove "Print Message" from Message menu.  Remove "Print Preview
	Message" from Message menu.  Leave them on the "File" menu.

	Renamed "Reply to Sender" to "Reply" (awaiting Ettore's
	permission).

	Renamed "Messages" to "Actions".

	Open Message renamed to "Open Selected Items" (as this is what it
	actually does).

	Moved "Save Message As" to "File" menu.

	Added "Properties" to the File/Folder submenu.

	Edit menu now looks like this: Message Move, Message Copy, Select
	All, Invert Selection, Delete, Undelete, Mark as Read, Mark as
	Unread.  Some of them were moved from the "Messages" menu.

	"Forward message" shortcut changed to C-f

	Tools menu created.

	Create Rule From message moved to "Tools".

	* evolution.xml: Added Tools menu.  Moved Edit/Customize to
	Tools/Customize Toolbar.

	Added File/Folder submenu.  Duplicate "New Folder" in here.

2001-02-28  Miguel de Icaza  <miguel@ximian.com>

	* menus/gal-view-menus.c (build_menus): Add translation string
	here.

svn path=/trunk/; revision=8572
2001-03-06 21:08:56 +00:00
601186a4ed "New" -> "New Task".
2001-03-04  Damon Chaplin  <damon@ximian.com>

	* evolution-tasks.xml: "New" -> "New Task".

	* evolution-calendar.xml: "New appointment" -> "New Appointment",
	"Go to" -> "Go To".

svn path=/trunk/; revision=8545
2001-03-04 23:51:09 +00:00
fce12a88e8 Change the toolbars to only display some labels, on the right of the
icons.

svn path=/trunk/; revision=7826
2001-01-25 22:27:56 +00:00
45b8f9d767 new file for the Tasks controls.
2001-01-08  Damon Chaplin  <damon@helixcode.com>

	* evolution-tasks.xml: new file for the Tasks controls.

	* Makefile.am (XML_FILES): added the above file.

svn path=/trunk/; revision=7296
2001-01-08 00:33:37 +00:00