commit 4b5c2b12a37e488161ddfc6b17df23103fb951e8 Author: Paolo Bacchilega Date: 2016-10-10 updated for version 3.22.1 M NEWS commit 462ed3e4603bf77e0ed78d8474d8d3ca4544ec56 Author: Cheng-Chia Tseng Date: 2016-10-09 Update Chinese (Taiwan) translation M po/zh_TW.po commit df19186483a5e3edf2ff89cfd92c30bf85b9420f Author: Paolo Bacchilega Date: 2016-10-09 Revert "do not use a custom clipboard, the special mime-type is enough" This reverts commit 26765b8b30c520a48e75ff563e874f8e2feb974b. A different clipboard is actually useful for the following use case: 1 open an archive in file-roller 2 select a list of files 3 context menu -> cut 4 context menu -> paste 5 the paste dialog asks the user a destination 6 the user wants to copy and paste the destination from a selected text from another application the last step can't be done if a single clipboard is used, because copying a text to the clipboard would overwrite the clipbaord content that contains the files cut in step 3. M src/fr-window.c commit 6833c7b9af714de9ecce825a1deb4bb34d953479 Author: Paolo Bacchilega Date: 2016-10-03 initialize the notification system after setting the application name M src/fr-application.c commit 496bfee3eb85ee562d80ea976888aa47c15f1132 Author: Milo Casagrande Date: 2016-10-03 Updated Italian translation M po/it.po commit 718d205367e69dd48e88672cf7b8ffe23be5c6a6 Author: Ask Hjorth Larsen Date: 2016-10-02 Updated Danish translation of documentation by scootergrisen M help/da/da.po commit 23cbbfb419c50dde1fd0a2b117277bf5b1bde48d Author: Paolo Bacchilega Date: 2016-09-19 bumped version number M configure.ac commit b78272c758a7f1835471e3804d1e9340e69bd2a3 Author: Paolo Bacchilega Date: 2016-09-15 Revert "Fix fr_application_local_command_line memory leak" This reverts commit 1139c1a6bc1707fdb64e8baa824d19b83c4ff835. The commit introduce a bug that prevent opening other archives when a file-roller window is already open. Steps to reproduce the bug: * open a Nautilus window * click on an archive -> file-roller shows the archive content correctly * click on another archive (without closing the first file-roller window) -> the new file-roller window is empty M src/fr-application.c commit 0fa349a638714fe003ce0bbd6642c7f75faa2a60 Author: Paolo Bacchilega Date: 2016-09-15 Mime-type changes * Remove handling of Comic Books archives * Handle Source RPMs https://bugzilla.gnome.org/show_bug.cgi?id=767244 M data/org.gnome.FileRoller.desktop.in.in commit 586c123b0feb22e937c918e2d48469094665481c Author: Ondrej Holy Date: 2016-06-14 fr-new-archive-dialog: Do not fail if access::can-write is not set Some file info attributes can't be reliably set for remote filesystem and thus they are unset. Use g_file_info_has_attribute to check whether attribute is set. Do not fail if the attribute is not set. https://bugzilla.gnome.org/show_bug.cgi?id=688714 M src/fr-new-archive-dialog.c commit fb46c103054ff1bc79c83008d7b97602cffae154 Author: Bastien Nocera Date: 2016-06-13 Fix crash when compressing remote files Though the crash could possibly happen with any operation. Use the correct destructor for ->tmp_file, _g_object_unref() rather than g_free(). https://bugzilla.gnome.org/show_bug.cgi?id=767577 M src/fr-command.c commit f54891378edd44e75b13d887f9aa892e9ad29b14 Author: Ernestas Kulik Date: 2016-06-11 window: use gdk_cursor_new_for_display() gdk_cursor_new() has been deprecated since GDK 3.16 and gdk_cursor_new_for_display() is now the recommended function. This commit replaces the deprecated call. https://bugzilla.gnome.org/show_bug.cgi?id=767534 M src/fr-window.c commit 5697a988ae355f0a93feee8c8859bd837333164b Author: Ernestas Kulik Date: 2016-06-13 window: set the paned as the drag destination Setting the window as the drag destination along with the GTK_DEST_DEFAULT_HIGHLIGHT flag causes the window to misbehave. This commit fixes that by setting the paned as the drag destination. https://bugzilla.gnome.org/show_bug.cgi?id=767621 M src/fr-window.c commit 26765b8b30c520a48e75ff563e874f8e2feb974b Author: Paolo Bacchilega Date: 2016-09-18 do not use a custom clipboard, the special mime-type is enough [bug #770333] M src/fr-window.c commit 64678849cc6fbe342740d85904239501c6d460a7 Author: Paolo Bacchilega Date: 2016-09-18 Dialog title displayed untranslated [bug #756917] M src/fr-application.c commit eb2720af85e3127b00164a10ef758672b5ec34de Author: gogo Date: 2016-09-22 Updated Croatian translation M po/hr.po commit 12174d389c0b9c1e96aedf386d26965d0d9d9dfb Author: Jordi Mas Date: 2016-09-22 Update Catalan translation M po/ca.po commit b790ed1d4064312363ff8cc622808e3a4c07211a Author: Khaled Hosny Date: 2016-09-21 Update Arabic translation M po/ar.po commit 6a3b4cc7eb1e6246dce91d8c80500f1f0d55929a Author: Inaki Larranaga Murgoitio Date: 2016-09-19 Update Basque language M po/eu.po