2008-10-21 Paolo Bacchilega [ File Roller 2.24.1 released ] * configure.ac: * NEWS: updated. 2008-10-17 Paolo Bacchilega * data/glade/update.glade: * data/glade/properties.glade: * data/glade/password.glade: * data/glade/open-with.glade: * data/glade/new.glade: * data/glade/delete.glade: * data/glade/batch-password.glade: * data/glade/batch-add-files.glade: * data/glade/add-options.glade: Fixed bug #556623 – correct spacings in glade dialogues. Patch by Christian Persch. 2008-10-17 Paolo Bacchilega * src/fr-window.c: * src/fr-archive.c: * src/dlg-extract.c: * src/actions.c: Fixed bug #556619 – format not a string literal and no format arguments. Patch by Christian Persch. 2008-10-16 Paolo Bacchilega * data/glade/new.glade: Fixed bug #556571 – non secret password typing. * data/glade/new.glade: * data/glade/batch-add-files.glade: set the spin button page size to 0. * src/dlg-new.c: hide the other options group by default. * src/fr-archive.c: the G_IO_ERROR_CANCELLED error type is G_IO_ERROR not G_FILE_ERROR. 2008-10-14 Paolo Bacchilega * src/gio-utils.c (for_each_child_data_free): no need to free the error. 2008-10-10 Paolo Bacchilega * src/actions.c: renamed get_full_path() as get_full_uri() * src/fr-archive.c (get_local_copy_for_file): use g_file_new_for_path when build a gfile from the local temp filename. Fixes bug #555282 – opening archive on remote directory fails with "Operation not supported".