2007-08-27 Paolo Bacchilega [ File Roller 2.19.91 released ] * configure.in: * NEWS: updated for version 2.19.91 2007-08-23 Paolo Bacchilega * src/fr-window.c: fixed fr_window_fake_load when the action type is FR_BATCH_ACTION_EXTRACT_HERE or FR_BATCH_ACTION_EXTRACT_INTERACT. Fixed bug #469221 – extract a package on an NTFS partition doesn't work. * src/fr-command-iso.c: escape the temp directory because ensure_dir_exists takes an uri as input. 2007-08-23 Paolo Bacchilega * src/fr-archive.c (convert_to_local_file_list): do not add the file to the list if it's NULL. * src/file-utils.c (remove_host_from_uri): do not return NULL if the path is not absolute. * src/dlg-batch-add.c: * src/fr-window.c: * src/fr-command-tar.c: escape local filenames when needed. Fixes bug #469528 – file-roller crashed with SIGSEGV in strlen() 2007-08-22 Paolo Bacchilega * src/fr-command-tar.c (fr_command_tar_handle_error): ignore non-fatal errors from the tar command (#469221). * src/fr-window.c (fr_window_current_folder_activated): do crash when opening from the sidebar. * src/file-data.c (file_data_free): check whether fdata is NULL. 2007-08-21 Paolo Bacchilega * src/fr-window.c: Fixed bug #468677 – file-roller doesn't open folders if you go up one level 2007-08-17 Paolo Bacchilega * data/glade/*.glade: Splitted file-roller.glade in many files. * src/fr-archive.c (move_here): do not create a folder if the archive content is a single file. Fixes bug #467482 – [gutsy regression] "extract here" no longer puts extracted file "here"