2005-02-28 Paolo Bacchilega [ File Roller 2.9.92 released ] 2005-02-28 Maxim V. Dziumanenko * help/uk/file-roller-uk.omf: * help/uk/file-roller.xml: * help/uk/uk.po: * help/uk/figures/file-roller_home.png: * help/uk/figures/file-roller_leftarrow.png: * help/uk/figures/file-roller_main_window.png: * help/uk/figures/file-roller_rightarrow.png: * help/uk/figures/file-roller_uparrow.png: Updated Ukrainian translation of the manual. 2005-02-27 Paolo Bacchilega * src/actions.c (activate_action_new): Fixes bug #157698: Default new archive name as the first-added object. * src/fr-command-iso.c (list__process_line): fix line parsing. (fr_command_iso_list, fr_command_iso_extract): do not use -J -R options. (fr_command_iso_handle_error): read iso files without Joliet info. Fixes bug #144953: ISO reading assumes Joliet and Rock Ridge extensions. 2005-02-26 Paolo Bacchilega * src/window.c (display_progress_dialog): use gtk_widget_show instead of gtk_window_present. Fixes bug #168477: Create Archive should leave status window in the background while creating multiple folder archives. 2005-02-23 Paolo Bacchilega * file-roller/src/gtk-utils.c: * file-roller/src/main.c: * file-roller/src/window.c: Use "Archive Manager" instead of "File Roller". 2005-02-19 Paolo Bacchilega * src/Makefile.am: * src/mkdtemp.c: * src/mkdtemp.h: * configure.in: Fixes bug #159952: file-roller compilation error. Patch by Sandie Vanderme. * src/main.c: * src/main.h: * src/file-utils.c (is_program_in_path): added a cache to store utilities presence. * src/actions.c (get_supported_archive_types): use is_program_in_path instead of g_find_program_in_path. 2005-02-17 Adi Attar * configure.in: Added "xh" to ALL_LINGUAS. 2005-02-16 Paolo Bacchilega * src/main.c: * src/fr-command-zoo.c: * src/fr-command-zip.c: * src/fr-command-unstuff.c: * src/fr-command-tar.c: * src/fr-command-rpm.c: * src/fr-command-rar.c: * src/fr-command-lha.c: * src/fr-command-iso.c: * src/fr-command-cfile.c: * src/fr-command-arj.c: * src/fr-command-ar.c: * src/fr-command-7z.c: * src/fr-archive.c: * src/file-utils.h: * src/file-utils.c: * src/actions.c: Applied patch to fix bug #166658: Archives should only be processed if command-line utility is present. Patch by Laszlo Kovacs