gimp/docs
Sven Neumann 3344c1b3bc Do not any longer keep the document history in two places. We only use
2008-03-24  Sven Neumann  <sven@gimp.org>

	Do not any longer keep the document history in two places. We 
only
	use GtkRecentManager now:

	* app/core/Makefile.am
	* app/core/gimp-documents.[ch]: removed these files.

	* app/core/gimpdocumentlist.c: removed code to load and save the
	"documents" file.
	(gimp_document_list_add_uri): call gimp_recent_list_add_uri() 
here.

	* app/core/gimpimagefile.[ch]: added function to set the 
mime-type.

	* app/core/gimp.c (gimp_restore): removed code to load the
	document history.
	(gimp_real_exit): removed code to save it.
	
	* app/core/gimp-gui.[ch]: extended the vtable with a method to
	populate the document list.

	* app/gui/gui-vtable.c: added code to populate the document 
history
	from the list of recently used files kept by GtkRecentManager.

	* app/gui/gui.c (gui_restore_callback): load the recent files 
here.

	* app/file/file-open.c
	* app/file/file-save.c: no need to call 
gimp_recent_list_add_uri()
	any longer as gimp_document_list_add_uri() does that for us now.

	* app/actions/documents-commands.c 
(documents_clear_cmd_callback):
	purge the items from GtkRecentManager. Also changed the dialog 
to
	emphasize that this operation now affects the document history 
in
	all applications.

	* docs/gimp.1.in: removed reference to "documents" file.


svn path=/trunk/; revision=25190
2008-03-24 11:11:15 +00:00
..
Makefile.am Applied patch from Jesper de Jong that removes an errant leading space in 2007-12-01 09:32:17 +00:00
Wilber.svg Make the hue angle behave mathematically correct. Fixes bug #141922 2006-05-07 20:47:10 +00:00
Wilber.xcf.gz Lots o' changes for 0.99.17. See ChangeLog for details. 1998-01-04 00:43:51 +00:00
Wilber.xcf.gz.README Lots o' changes for 0.99.17. See ChangeLog for details. 1998-01-04 00:43:51 +00:00
Wilber_Construction_Kit.xcf.gz oops. 2005-07-15 22:07:02 +00:00
gimp-remote.1.in docs/gimp.1.in document the new behaviour and command-line parameter. 2007-01-23 07:36:02 +00:00
gimp.1.in Do not any longer keep the document history in two places. We only use 2008-03-24 11:11:15 +00:00
gimprc.5.in Michael Natterer <mitch@gimp.org> 2007-10-23 22:49:42 +00:00
gimptool.1.in Use the gimptool program on Unix, too, instead of the gimptool script. 2007-11-16 21:37:20 +00:00