2006-08-21 Paolo Bacchilega [ File Roller 2.15.93 released ] * NEWS: * configure.in: updated for version 2.15.93 2006-08-18 Paolo Bacchilega * src/fr-command-tar.c (get_temp_name): make the temp filename hidden Fixes bug #153642: Temporary files are created on the current directory 2006-08-16 Paolo Bacchilega * src/window.c (sort_by_type): fix function names * src/file-data.c (file_data_get_mime_type): use ->mime_type instead of ->type * src/file-utils.h: * src/file-utils.c (get_mime_type): new function to get the mime type from the filename. * src/file-data.c (file_data_update_mime_type): * src/dlg-open-with.c (dlg_open_with): use get_mime_type. * src/window.c (update_file_list_idle): compute the mime type when creating the file list. * src/fr-command-7z.c (list__process_line): * src/fr-command-ar.c (process_line): * src/fr-command-arj.c (list__process_line): * src/fr-command-cfile.c (fr_command_cfile_list): * src/fr-command-iso.c (list__process_line): * src/fr-command-lha.c (process_line): * src/fr-command-rar.c (process_line): * src/fr-command-rpm.c (list__process_line): * src/fr-command-tar.c (process_line): * src/fr-command-unstuff.c (process_line): * src/fr-command-zip.c (list__process_line): * src/fr-command-zoo.c (process_zoo_line): do not compute the mime type in the process line functions. Fixed bug #349095: Filetypes seriously screwed up in .zip files 2006-08-15 Kjartan Maraas * configure.in: Fix intltool req. 2006-08-14 Paolo Bacchilega * data/Makefile.am: add the .desktop.in file to EXTRA_DIST and DISTCLEANFILES. * configure.in: * data/file-roller.desktop.in.in (X-GNOME-Bugzilla-Version): * data/Makefile.am: Added X-GNOME-Bugzilla-Version field to the .desktop file. * src/fr-command.c: * src/fr-command.h: * src/fr-command-*.c: added a password to the list method. * src/dlg-password.h: * src/dlg-password.c: * src/window.h: * src/window.c: prompt for the password when an archive is encrypted instead of simply displaying a warning on how to spicify a password; do not use the encrypted emblem for folders.