2006-12-04 Paolo Bacchilega [ File Roller 2.17.3 released ] * NEWS: * configure.in: updated for 2.17.3 2006-11-19 Paolo Bacchilega * src/actions.c: * src/ui.h: * src/window.c: Fixed bug #367385 – [WISHLIST] file-roller does not close after closing last open archive in violation of HIG Patch by Björn Lindqvist * src/window.h: * src/window.c: removed unused function window_archive__close Fixes bug #371582 – Dead code in window.c Patch by Björn Lindqvist * src/window.h: * src/window.c (window_fake_load): disable fake load when the command cannot extract all the files (that is when propCanExtractAll is false). This only happens with fr-command-iso. * src/fr-command-iso.c (fr_command_iso_extract): (fr_command_iso_class_init): removed unused error handling function. * src/sh/isoinfo.sh: removed debug code. Fixed bug #376848 – [PATCH] ISO extraction does not work Partial patch by Joe Marcus Clarke.