2005-08-08  Paolo Bacchilega  <paobac@cvs.gnome.org>

	[ File Roller 2.11.91 released ]
	
	* NEWS: 
	* configure.in: update for version 2.11.91

2005-08-05  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>

	* configure.in: Added "te" to ALL_LINGUAS.

2005-08-05  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* src/fr-command-iso.c (fr_command_iso_extract): unescape the directory
	name before using it.  
	
	Fixes bug #311437: [breezy] can't extract a filename from a directory
	with a space in it from ISO.

	* src/file-utils.c (ensure_dir_exists): 

	Use gnome_vfs_make_directory instead of mkdir

	* src/file-utils.c (unescape_str): new function.
	
	* configure.in: 
	* Makefile.am:
	* .cvsignore: 

	Ported the help documents to gnome-doc-utils.
	
2005-08-02  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* src/actions.c (get_supported_archive_types): 

	Fixes bug #312243: wrong zoo and 7-zip extensions.
	Patch by Claudio Bley.

	* src/fr-command-rar.c (fr_command_rar_add)
	(fr_command_rar_extract, fr_command_rar_test): 

	Fixes bug #312240: escape sequences in rar output.
	Patch by Claudio Bley.

	* src/fr-archive.c (fr_archive_extract): removed a blank line.

	* src/fr-process.c (process_output, process_error): read output till 
	the EOF is reached.
	* src/gtk-utils.c (_gtk_error_dialog_new): use a shadow for the output
	textarea.

	Fixes bug #312246: FR does not read all pending output.  
	Patch by Claudio Bley.