2007-08-13  Paolo Bacchilega  <paobac@svn.gnome.org>

	[ File Roller 2.19.90 released ]

	* NEWS: 
	* configure.in: updated for version 2.19.90

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

	* src/fr-window.c: use a height of 10 pixels for the progressbar.
	
	Fixed bug #463887 – Progress bar height should be smaller.

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

	* src/gtk-utils.c: 
	* src/fr-window.c: 
	* src/actions.c: 

	Fixed bug #463753 – replace gnome_help_display.
	Patch by Jani Monoses

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

	* src/fr-archive.c: renamed local_local_archive to load_local_archive.

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

	* src/file-list.c (visit_dir_async): 
	
	Always include the base directory, this way empty base directories 
	are added to the archive as well.
	Fixes bug #463235 – Can't add an empty directory with --add option.
	
2007-08-04  Paolo Bacchilega  <paobac@cvs.gnome.org>	
	
	* src/ui.h: 
	* src/fr-command-jar.c: 
	* src/actions.c: 
	
	Fixed bug #463251 – remove #include <gnome.h> lines
	Patch by Jani Monoses.

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

	* configure.in: bumped version number to 2.19.5 to differentiate 
	current development version from the latest released version.
	
	* nautilus/nautilus-fileroller.c: 
	
	Fixed bug #144216 – can't open compressed .EXE files
	Patch by Boyd Timothy.

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

	* src/fr-window.c (fr_window_history_add): do not add path to history
	if it's equal to the current path.

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

	* src/fr-window.h: 
	* src/fr-window.c: Fixed renaming of files.  Do not change the current
	location when reloading the archive after a rename.

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

	* src/fr-window.c: fixed renaming of folders from the sidebar.

2007-08-01  Paolo Bacchilega  <paobac@cvs.gnome.org>
	
	* src/ui.h: removed the view command from the toolbar.
	* src/fr-window.c: make the ViewFolders command insensitive when
	using the FR_WINDOW_LIST_MODE_FLAT mode. 

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

	* src/fr-window.h: 
	* src/fr-window.c: 
	* src/dlg-extract.c: 
	* src/dlg-delete.c: 

	Added the function fr_window_get_selection to get the current 
	selection and the relative base_dir.  Use it to extract from the sidebar.

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

	* src/fr-window.h: added fr_window_get_folder_tree_selection.
	* src/fr-window.c: do not append a separator if it's laready present.
	* src/dlg-delete.c: fixed delete from the sidebar context menu.

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

	* src/fr-archive.c (archive_remove): remove the files inside a folder
	only if archive type has issue deleting non-empty folders.
	* src/fr-window.c (check_clipboard_cb): return FALSE if closing is TRUE.

2007-07-31  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* src/fr-archive.c (fr_archive_extract_to_local): readded NULL check 
	on the list.

2007-07-31  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* src/fr-window.c: 
	* src/fr-archive.c: 

	Fixed copy & paste of folders with tar.  Fixed copy & paste from the
	sidebar context menu.