2008-08-04 Paolo Bacchilega [ File Roller 2.23.5 released ] * NEWS: updated for 2.23.5 2008-08-04 Paolo Bacchilega * src/file-utils.c: return TRUE if path is NULL 2008-07-30 Paolo Bacchilega * src/fr-command-cfile.c (get_uncompressed_name_from_archive): use gio to read the file. * src/fr-archive.c (get_mime_type_from_magic_numbers): added gzip magic numbers. 2008-07-29 Paolo Bacchilega * src/fr-command-7z.h: * src/fr-command-7z.c: Fixed bug #545188 – Has incorrect start text for 7zip version 4.43 2008-07-28 Paolo Bacchilega * src/fr-command-rar.c: always load the first volume of the series to list the whole content of the archive. Fixes bug #545168 – no longer possible to open a multi-volume rar from any part * src/fr-window.c (action_performed): update the archive name after loading the content. * src/fr-archive.c (action_performed): update the archive name after loading the content. (get_mime_type_from_magic_numbers): use the new function g_load_file_in_buffer. * src/gio-utils.h: * src/gio-utils.c: added function g_load_file_in_buffer() 2008-07-28 Kjartan Maraas * data/glade/new.glade: Don't translate widget labels. 2008-07-28 Paolo Bacchilega * src/file-utils.c (get_dest_free_space): finished to port to GIO. Fixes bug #545161 – file-roller crashed with SIGSEGV in strlen() when extracting tarball. Fixes bug #544613 – file-roller crashed with SIGSEGV in remove_directory() 2008-07-28 Paolo Bacchilega * NEWS: updated. * TODO: updated. * README: updated. * src/dlg-batch-add.c (help_clicked_cb): * data/glade/batch-add-files.glade: Feature: Added a help button to the window used to create archives from the file manager menu. 2008-07-26 Paolo Bacchilega * src/fr-archive.c (get_mime_type_from_magic_numbers): added magic number for 7-zip archives. * src/fr-window.c: * src/fr-process.h: * src/fr-command-rar.h: * src/fr-command-rar.c: * src/fr-command-7z.h: * src/fr-command-7z.c: * src/fr-command.h: * src/fr-command.c: * src/fr-archive.c: Update the archive filename after creating a multi-volume archive. Fixes bug: Allow to create multi-volume archives from the main window. * src/typedefs.h: * src/Makefile.am: added dlg-new.[ch] * src/main.h: * src/main.c: * src/fr-window.h: * src/fr-window.c: * src/dlg-new.c: new file * src/dlg-new.c: new file * src/dlg-batch-add.c: * src/actions.c: Feature: Unified the "new" and "save as" dialogs. Allow to specify other options in these dialogs, such as whether to encrypt the header and whether to split the archive in volumes. * data/glade/new.glade: new file. * data/glade/Makefile.am: include new.glade in the glade data. 2008-07-25 Paolo Bacchilega * configure.ac: bumped version number to differentiate current development version from the latest released version. 2008-07-23 Paolo Bacchilega * data/file-roller.desktop.in.in: Fixed bug #544296 – desktop entry does not validate. Patch by Götz Waschk. 2008-07-22 Paolo Bacchilega * data/file-roller.desktop.in.in: Fixed bug #544184 – extra space in the mimetype lists. Patch by Sebastien Bacher. * configure.ac: Fixed bug #544182 – configure.ac should use AC_PROG_CC. Patch by Sebastien Bacher.