Archive A simple archiver by Thomas Leonard * unrar can infinite loop asking for confirm to terminal? * Release 2.1: - Updated Spanish translation (Juan Carlos Jimenez). - Added Hungarian translation (Andras Mohari). - Added accelerator for Delete checkbox (Thomas Leonard). - Added to local interface for Zero Install users (Thomas Leonard). 26-Aug-2005 (Release 2.0) ~~~~~~~~~~~ Added Archive.xml file, which can be used as a feed for 0launch (Thomas Leonard). 18-Aug-2005 ~~~~~~~~~~~ Updated to new findrox (Thomas Leonard). 11-May-2005 ~~~~~~~~~~~ Updates for GTK 2.4 (Ken Hayber). 17-Apr-2005 (Release 1.9.5) ~~~~~~~~~~~ Added support for Ace archives (Rodolfo Borges). 10-Apr-2005 ~~~~~~~~~~~ Don't let the default name be the same as the original file. Try it without the extension, or with '.unpacked' if there is no extension (Thomas Leonard). Use PipeThroughCommand from ROX-Lib, instead of our own version (Thomas Leonard). Moved unit tests to a separate directory (Thomas Leonard). 23-Dec-2004 ~~~~~~~~~~~ Added Chinese translation (Babyfai Cheung). 01-Dec-2004 ~~~~~~~~~~~ Prefer gtk.main to gtk.mainloop and gtk.main_quit to gtk.mainquit (Stephen Watson). 17-Nov-2004 ~~~~~~~~~~~ Use GtkComboBox if available, avoids warning from pygtk 2.4 (Stephen Watson). 12-Mar-2004 ~~~~~~~~~~~ Support for Unix compressed (.Z) files (Guido Schimmels). 10-Mar-2004 ~~~~~~~~~~~ Detect a new kind of Zip format (PK00). 08-Mar-2004 ~~~~~~~~~~~ Added German translation (Guido Schimmels). 07-Jan-2004 (Release 1.9.4) ~~~~~~~~~~~ Added italian translation (Yuri Bongiorno) 02-Dec-2003 ~~~~~~~~~~~ Made Archive translatable and added a Spanish translation (Pablo Molino Gonzalez). 17-Nov-2003 ~~~~~~~~~~~ Always pass a pathname to 'rar'; it can't handle stdin. 27-Aug-2003 ~~~~~~~~~~~ Spanish translation of AppInfo (Nicolás de la Torre). 22-Aug-2003 ~~~~~~~~~~~ Try to get ROX-Lib via Zero Install. Bugfix: Don't even offer to save a stream if we're just going to report an error. 20-Aug-2003 (Release 1.9.3) ~~~~~~~~~~~ If an error occurs while extracting, still try not to leave a directory-within-a-directory layout. 17-Aug-2003 ~~~~~~~~~~~ Added 'Delete file afterwards?' checkbox (Christopher Shaffer). Fixed problem with python-2.3. 04-Jul-2003 ~~~~~~~~~~~ Added italian translation in AppInfo.xml (Yuri Bongiorno) 16-May-2003 (Release 1.9.2) ~~~~~~~~~~~ New icon (Geoff Youngs). 05-Feb-2003 ~~~~~~~~~~~ Patched to work around OpenBSD strangeness (Lars Hansson). 02-Feb-2003 (Release 1.9.1) ~~~~~~~~~~~ Added support for uuencoded files (Robert Davison). 12-Nov-2002 ~~~~~~~~~~~ Added calls to set the close-on-exec flags. May be needed on some systems? 20-Oct-2002 ~~~~~~~~~~~ Added regression tests for formats.py. 09-Oct-2002 ~~~~~~~~~~~ Bugfix: Previous bugfix broke OpenBSD. Only flush writeable streams! 08-Sep-2002 ~~~~~~~~~~~ Bugfix: A missing flush() meant that reading from stdin didn't always work. 19-Aug-2002 ~~~~~~~~~~~ Moved some of the process handling code into ROX-Lib. 21-Jul-2002 ~~~~~~~~~~~ Auto-detect RPM format files. Preserve permissions when compressing or extracting streams. 20-Jul-2002 (Release 1.9.0) ~~~~~~~~~~~ Finished upgrading to Gtk+-2.0. 31-May-2002 ~~~~~~~~~~~ Support .rpm and .jar files (Christopher Arndt). 02-Nov-2001 ~~~~~~~~~~~ When archiving, icon changes to show the type of archive that will be created. 30-May-2001 ~~~~~~~~~~~ Removed some more code that is also in ROX-Lib. 23-May-2001 ~~~~~~~~~~~ When extracting an archive in the form 'name-version.ext', the suggested name for the directory is now 'name', without the version (requested by Christopher Arndt). 16-May-2001 (Release 0.1.2) ~~~~~~~~~~~ If an archive contained a single directory, and that directory contained a file with the same name, extraction failed. 14-May-2001 ~~~~~~~~~~~ Accept uppercase extensions too (Denis Manente). 09-May-2001 ~~~~~~~~~~~ Can now handle rar files (Denis Manente). 26-Apr-2001 ~~~~~~~~~~~ Moved SaveBox and choices code out into ROX-Lib. You need ROX-Lib installed to use this version of Archive! 25-Apr-2001 ~~~~~~~~~~~ Added an AppInfo.xml file with a summary. 27-Jan-2001 ~~~~~~~~~~~ Fixed some bugs which could cause the box to remain open after extracting and some other problems. Errors are now reported better, too.