Files
evolution/plugins/save-attachments/ChangeLog
Rodney Dawes 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

44 lines
1.0 KiB
Plaintext

2005-05-13 Rodney Dawes <dobey@novell.com>
* org-gnome-save-attachments.xml: Update for new menu layout
2005-05-12 Not Zed <NotZed@Ximian.com>
* Makefile.am: setup built_sources/cleanfiles.
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
* org-gnome-save-attachments.eplug.xml: s/.in/.xml/ & i18n.
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* org-gnome-save-attachments.eplug.in: Removed plugin from the
name.
Fixed description and added author
2005-02-07 Not Zed <NotZed@Ximian.com>
* save-attachments.c (save_part): fix the access() call test.
2005-01-04 Philip Van Hoof <pvanhoof@gnome.org>
* save-attachments.c: Use standard error messages
2004-12-27 Philip Van Hoof <pvanhoof@gnome.org>
* save-attachments.c: Warning when overwriting file
2004-11-01 JP Rosevear <jpr@novell.com>
* Makefile.am: dist xml menu file
2004-11-01 JP Rosevear <jpr@novell.com>
* Makefile.am: dist .eplug.in file
2004-10-20 Not Zed <NotZed@Ximian.com>
* Imported save-attachments example plugin.