2006-11-07  Paolo Bacchilega  <paobac@cvs.gnome.org>

	[ File Roller 2.17.2 released ]

	* NEWS: 
	* configure.in: updated for 2.17.2

	* src/fr-command-iso.c (fr_command_iso_extract): removed unused variable.
	* src/sh/Makefile.am: added .sh files to EXTRA_DIST
	
2006-11-05  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* src/fr-command-zip.c (process_line__common): 
	* src/fr-command-tar.c (process_line__generic): 
	* src/fr-command.c (fr_command_set_n_files): do not display a 100% progress
	bar when the last file is processed.
	
	* src/window.c (window_close): remove the update list timeout when closing
	the window (bug #370691).
	
	* src/ui.h: 
	
	Fixed bug #370754 – Manual menu item should be 'Contents' not 'Help'
	
	* src/window.c: do not update the window widgets when in batch mode.  Use
	the move-here.sh script to rename the extraction folder if a folder with
	the same name already exists.
	
	* src/fr-archive.c (fr_archive_extract): do not add directories in the
	extraction list when using tar.
	
	* src/file-utils.c (path_exists): 
	* src/file-utils.h: added path_exists function
	* src/fr-command.c (fr_command_done): always set restart to FALSE
	 
	* src/fr-command-iso.h:
	* src/fr-command-iso.c: use isoinfo.sh to get the supported extensions.
	
	* src/sh/Makefile.am: new file
	* src/sh/isoinfo.sh: new file
	* src/sh/move-here.sh: new file
	* src/Makefile.am:
	* configure.in: added some shell scripts.

2006-10-27  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* src/fr-command-rar.c (fr_command_rar_test): 
	
	Fixed bug #348524 – rar archives give ERROR: Unknown option: idp
	Patch by talat@uyarer.com  

2006-10-23  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* src/window.h: 
	* src/actions.c (activate_action_open_folder): 
	* src/actions.h: 
	* src/window.c (window_get_selected_folder): 
	* src/ui.h: 
	
	Fixed bug #338210 – Context menu option "open files" not available for 
	folders.
	
	* src/fr-command-rar.c (fr_command_rar_handle_error): do not change
	FR_PROC_ERROR_EXITED_ABNORMALLY errors to FR_PROC_ERROR_ASK_PASSWORD
	
	Fixes bug #347019 – incorrect error message shown when trying to open 
	incomplete archive
	
	* src/java-utils.c: removed c++ comments, changed code style.

2006-10-22  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* src/fr-archive.c (get_mime_type_from_sniffer): 
	* src/Makefile.am: 
	* src/fr-command-jar.c: new file
	* src/fr-command-jar.h: new file
	* src/java-utils.c: new file
	* src/java-utils.h: new file

	Fixed bug #43975 – View as Java Archive (jar)
	Patch by Srinath C  <sri_nathc@yahoo.com>
	
	* src/fr-stock.c: Use "View File" as label for the FR_STOCK_VIEW action.
	* src/ui.h: use the stock label for the ViewFile command.

	Fixes bug #348211 – Please distinguish "View" menus/buttons for translation.
	
	* src/fr-command-cfile.c (fr_command_cfile_extract): do not escape the 
	filename twice.
	
	Fixes bug #355307 – If uncompressed name not specified in compressed file,
	cannot view, bad extracted filename.

2006-10-21  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* src/fr-command-unstuff.c (fr_command_unstuff_extract): 
	
	Fixed bug #160991 – Crash while trying to extract from a .sit
	Patch by Sven Rech  
	
	* data/glade/file-roller.glade: 
	
	Fixed bug #350192 – [PATCH] Make the Ok button to be default in delete 
	dialog.
	Patch by Nelson Benitez.

	* src/window.c (_window_add_to_recent_list): 
	
	Do not add temp archives to the recent files list (really this time).

	* src/main.c:	
	* src/fr-command-7z.c (fr_command_7z_new): Use the 7zr command if available.
	Use the unix notation for paths instead of the dos notation.  Allow to
	create 7zip archives.
	
	Fixes bug #349824 – does not work with 7zr.

2006-10-18  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* configure.in: 
	* data/Makefile.am: 
	* data/icons/*: new files
	* src/fr-stock.h: 
	* src/Makefile.am: 
	* src/dlg-add-files.c: 
	* src/ui.h: 
	* src/window.c: 
	* src/fr-stock.c: 
	
	Make stock icons themable. (#362922)