xarchive (0.2.8-6) unstable; urgency=low

  * made multifile chooser add list a drag 'n drop destination
  * made archive list a drag 'n drop destination that opens the
    multifile chooser with the dropped files on the add list
  * added gui fixes from LoneFox.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Mon, 27 Feb 2006 13:49:53 -0330

xarchive (0.2.8-4) unstable; urgency=low

  * added type-ahead searching for archive listing
  * selecting an extraction directory that doesn't exist
    will ask if it should be created
  * modified message function to specify parent window

 -- Lee Bigelow <ligelowbee@yahoo.com>  Thu, 23 Feb 2006 15:23:09 -0330

xarchive (0.2.8-3) unstable; urgency=low

  * removed decorations from progress bar windows
  * made hitting enter in 'new archive' and 'extract to' widgets
    default to selecting ok.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Fri,  2 Dec 2005 16:45:39 -0330

xarchive (0.2.8-2) unstable; urgency=low

  * added #include<signal.h> to widgets_gtk.h for bsd systems.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Tue, 22 Nov 2005 22:25:24 -0330

xarchive (0.2.8-1) unstable; urgency=low

  * made home wrapper directory override system directory again
  * put ace wrapper back in the dist (sorry about that)
  * wrappers now open an xterm(or equiv.) if extracting
    from encrypted archives.
  * added a cancel button to progress indicator that attempts to
    send SIGTERM to wrapper.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Tue, 22 Nov 2005 17:37:00 -0330

xarchive (0.2.6-3) unstable; urgency=low

  * made xarchive.desktop build from source file to include full
    path to installed icon.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Wed,  9 Nov 2005 00:15:51 -0330

xarchive (0.2.6-2) unstable; urgency=low

  * all wrappers now src files in wrappers dir.  The wrapper scripts
    are made during 'make' and altered depending on where the systems
    bash is installed and wether it's a bsd system or not.
  * The last directory an archive was opened in is now saved and used
    for future open commands.
  * The same src should compile on bsd now.
  * rar wrapper modified so that it can be used if only unrar is
    is installed.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Tue,  8 Nov 2005 16:48:35 -0330

xarchive (0.2.6-1) unstable; urgency=low

  * modified 'extract to' dialog to make it more friendly
  * autoconf checks for getline and canonicalize_file_name
    functions.
  * main.c defines replacements for getline and canoncalize_file_name
    if not found, so should compile on bsd machines now.
  * added wrappers for rpm and deb files (viewing and extracting only)
  * bsd-wrappers dir contains wrappers modified to work with non-gnu
    commands.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Mon,  7 Nov 2005 11:32:04 -0330

xarchive (0.2.4-2) unstable; urgency=low

  * added final '/' to directory name pattern for selection recognition if
    it's not present (rar's don't put the final / on)
  * awkified rar-wrap.sh, tar-wrap.sh, and zip-wrap.sh.  Much easier to
    read.
  * made rar-wrap.sh make file attributes look unix like if they weren't
  * modified tab close buttons to keep track of current page if closing
    a hidden page.
  
 -- Lee Bigelow <ligelowbee@yahoo.com>  Thu, 27 Oct 2005 15:47:47 -0230

xarchive (0.2.4-1) unstable; urgency=low

  * modified arj-wrap.sh to handle archives whose files contain !,*,? symbols.
    arj needs them double escaped.
  * altered extract for extracting an entire archive.  No need to make a
    a filelist, just pass the archive name.  Much faster.
  * Fixed program hang when opening an empty zip archive. (still won't
    open empty zips though).
  * added 'read help file' (for now the manpage) to the menu.
  * added a close button to the archive name tabs.
  * added a cancel button ot the 'reading file..' progress bar.
  * modified selection function so that a directories contents are
    visually selected when directory is selected.
	
 -- Lee Bigelow <ligelowbee@yahoo.com>  Tue, 25 Oct 2005 10:33:44 -0230

xarchive (0.2.2-4) unstable; urgency=low

  * added -o- to rar-wrap.sh extraction command to avoid overwriting when
    extracting

 -- Lee Bigelow <ligelowbee@yahoo.com>  Tue,  4 Oct 2005 17:53:54 -0230

xarchive (0.2.2-3) unstable; urgency=low

  * fixed bugs relating to file name escaping.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Tue,  4 Oct 2005 14:27:10 -0230

xarchive (0.2.2-2) unstable; urgency=low

  * fixed bugs in openwith functions when handling argument arrays

 -- Lee Bigelow <ligelowbee@yahoo.com>  Wed, 28 Sep 2005 23:22:15 -0230

xarchive (0.2.2-1) unstable; urgency=low

  * switched from system comands to  g_spawn commands with argument vectors
  * added progress bars
  * detached model from treeview to speed up reading in archives
  * changed dialogs to transient, so they won't be buried under main window
  * fixed error when extracting a tars from lists sorted descending

 -- Lee Bigelow <ligelowbee@yahoo.com>  Tue, 27 Sep 2005 23:26:31 -0230

xarchive (0.2.0-1) unstable; urgency=low

  * moved chooser dialogs out of callbacks
  * added command line options for adding and creating archives
  * glibified main.c and my_strescape.c
  * use GPtrArrays instead of linked lists for wrapper structs
  * added arj and 7zip wrappers from Michael Shigorin
  * add recommends for arj and suggests or 7zip to deb control file
  * modified arj and 7zip wrappers to check for install awk program
  * updated manpage

 -- Lee Bigelow <ligelowbee@yahoo.com>  Sat, 24 Sep 2005 22:56:45 -0230

xarchive (0.1.10-1) unstable; urgency=low

  * added patch by David Reiss that adds a double click default handler
  * added configuration support for it to the 'open with' dialog

 -- Lee Bigelow <ligelowbee@yahoo.com>  Sat, 17 Sep 2005 15:55:44 -0230

xarchive (0.1.9-1) unstable; urgency=low

  * code cleanup

 -- Lee Bigelow <ligelowbee@yahoo.com>  Thu, 04 Aug 2005 19:28:23 -0230

xarchive (0.1.8-4) unstable; urgency=low

  * added freedesktop.org xarchive.desktop file from Tobias Kieslich

 -- Lee Bigelow <ligelowbee@yahoo.com>  Thu, 28 Jul 2005 14:38:46 -0230

xarchive (0.1.8-3) unstable; urgency=low

  * home config directory "~/.xarchive" autmatically created 
  * "open with" now has a saved command history
    (saved in ~/.xarchive/cmd_history)

 -- Lee Bigelow <ligelowbee@yahoo.com>  Wed, 27 Jul 2005 19:28:06 -0230

xarchive (0.1.8-1) unstable; urgency=low

  * fixed rar display for directory entries
  * added "open with" command to allow tempory extracting and opening

 -- Lee Bigelow <ligelowbee@yahoo.com>  Sun, 24 Jul 2005 19:25:03 -0230

xarchive (0.1.6-3) unstable; urgency=low

  * fixed icon and menu support for debian 

 -- Lee Bigelow <ligelowbee@yahoo.com>  Sun, 03 Jul 2005 21:06:46 -0230

xarchive (0.1.6-2) unstable; urgency=low

  * added support for jar format to zip-wrap.sh

 -- Lee Bigelow <ligelowbee@yahoo.com>  Sun, 03 Jul 2005 03:23:11 -0230

xarchive (0.1.6-1) unstable; urgency=low

  * add keyboard short cuts for "add to archive" selector
  * added context popup to "add to archive" selector 
  * put empty page into a scrolled window 
  * added a help menu item for wrapper info
  * added an icon (from wm-icons.sf.net norm/programs.xpm)

 -- Lee Bigelow <ligelowbee@yahoo.com>  Sat, 02 Jul 2005 19:13:54 -0230

xarchive (0.1.4-1) unstable; urgency=low

  * added context popup-menus.
  * added manpage.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Thu, 23 Jun 2005 17:50:22 -0230

xarchive (0.1.0-1) unstable; urgency=low

  * Initial release.

 -- Lee Bigelow <ligelowbee@yahoo.com>  Thu, 16 Jun 2005 17:59:04 -0230

