2004-04-19 Paolo Bacchilega [ File Roller 2.6.1 released ] 2004-04-10 Paolo Bacchilega * src/window.c (window_new): use FILE_POPUP_MENU_SIZE instead of a constant. * src/window.h: the popup menu has 15 entries now. * src/menu.h: do not set to 0 the second entry. 2004-04-08 Paolo Bacchilega * src/dlg-add.c (aod_apply_cb, save_options_cb): remember the last used options and use the name as the default value when saving the options. * src/file-list.c (get_directory_file_list_cb) (get_wildcard_file_list_cb): * src/window.c (_window_get_current_dir_list): (_window_add_to_recent_list): use the function path_in_path. * src/file-utils.c (path_in_path): new function. 2004-04-09 Guntupalli Karunakar * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. 2004-04-02 Paolo Bacchilega * file-roller.applications: Fixes bug #135301: Update .applications to match shared-mime-info. * src/window.c (get_time_string): Fixes bug #136506: Mark date specifier for translation. * src/main.c (prepare_app): check whether extract_to != NULL 2004-03-13 Shakti Sen * src/main.c (prepare_app): Creating an absolute path for file extraction from command line. Fixes bug #136570. 2004-04-02 Paolo Bacchilega * src/file-roller.schemas: recreate the folders by default. Fix bug #138484: Option "Re-Create Folders" should be true by default. * src/window.c (window_paste_selection): (rename_selection): Escape names. Fix bug #138697: File-roller fails to properly handle filenames containing whitespace. 2004-03-30 Adam Weinberger * configure.in: Added en_CA (Canadian English) to ALL_LINGUAS. 2004-03-30 Paolo Bacchilega * src/window.c (window_new, window_archive_open) (_window_remove_from_recent_list, _action_performed): Remove a file from the recent file list if the file could not be loaded. Add RPM and Suffit to the recent file list mime types. * component/file-roller-component.c (impl_Bonobo_Listener_event): check whether cmd_option != NULL before adding to the command line. * src/menu-callbacks.c (new_archive): Pass the add_after_creation options to the new window. * src/window.c (window_drag_data_received): check whether the archive can be modified before accepting the drop. (get_icon): init variables to NULL. Fix bug #138154 (File-Roller Crash when dropping a file dragged from archive). * src/fr-command-tar.c (tar_get_last_field): new function. (process_line): use the above function to read the filename. Fix reading of filenames with spaces.