2004-12-20 Paolo Bacchilega [ File Roller 2.9.2 released ] 2004-12-18 Paolo Bacchilega * src/fr-command-rar.c (process_line): ignore directories. 2004-12-15 Paolo Bacchilega * src/window.c (_action_started): Fixed bug #152129: Unnecessary call to _window_update_sensitivity() * src/fr-archive.c (create_command_from_filename): Fixed bug #154821: file-roller can't open archives with extension .lha Patch by Volker Weber. * src/file-utils.c: * src/file-utils.h: Fixed bug #154398: Remove some useless code. * src/window.c (load_icon_file): Fixed bug #154233: load_icon_file optimization. * file-roller.desktop.in (MimeType): added war and ear. 2004-12-13 Paolo Bacchilega * src/fr-command-tar.c (mktime_from_string): Fixes bug #161141: Time of modifcation incorrect * src/dlg-add-folder.c (file_sel_response_cb): add always the folder to the archive. * src/window.c (window_set_toolbar_visibility) (window_set_statusbar_visibility): Fixes bug #161147: View->Toolbars inconsistent across multiple instance. 2004-12-11 Paolo Bacchilega * nautilus/fileroller-module.c (nautilus_module_initialize): bind text domain here. 2004-12-07 Paolo Bacchilega * src/fr-command.c: removed unused function. * src/fr-archive.h: * src/window.h: * src/window.c (window_archive__open_add): * src/fr-archive.c (create_command_from_filename): * src/dlg-batch-add.c (add_clicked_cb): * src/fr-command-cfile.c (fr_command_cfile_add): Added ability to create compressed files from the Nautilus context menu command. Fixed bug #160617: "Create archive" context menu item does not support single-file bz2 or gz * src/file_roller.glade: * src/dlg-batch-add.c (dlg_batch_add_files): Added ability to select a destination folder. Fixed bug #160401: create archive doesn't work on read-only CD-ROM * src/file-utils.c (check_permissions): new function. 2004-12-04 Paolo Bacchilega * src/fr-command.c (fr_command_list): Do not emit start/done signals here. * nautilus/nautilus-fileroller.c: Use 'extract to...' if the archive location is write only. Added more mime types. 2004-12-03 Paolo Bacchilega * src/window.c: removed ephy_ellipsized_label and use gtk_label. * nautilus/nautilus-fileroller.c (add_callback): (nautilus_fr_get_file_items): removed code used for debugging. 2004-12-02 Paolo Bacchilega * nautilus/*: * configure.in: Started fixing bug #160221: No more "extract here" entry in Nautilus context menu. 2004-11-30 Paolo Bacchilega * configure.in: requires gnome-vfs 2.9.0 now. Fixes bug #159906: the configure.in should update its gnome-vfs requirement.