CHANGES
-------
======================
98/07/11
Released Version 2.2
======================
  NEW
  	- First steps to be more object oriented so we can plug
  	  new toolkit in (Gtk) for Gnome and Gtk-Step.
	- Added code to properly show Appicon under WindowMaker.
	- Moved help to help.py as "Ghelp" class
	- Moved menus to menu.py as "Gmenu" class
	- Added option to display package sizes (not with groups)
	- Moved ftp-sites file to /etc
	- Put verbose install/remove back in so you can see whats happening.
	- Added setting of install and remove options as defaults.
  FIXED
	- Changed image buttons to work with Python-1.5.
	- Help screens can no longer be edited.
	- Fixed bug in group display when group name had a space in it.
	- Disabled editing when viewing log file.
		
======================
98/01/12
Released Version 2.1
======================
  NEW
  	- Added "Group" menu that sorts packages into groups.
  	- Added ability to read file from "List Files" box with double click.
	- Added ability to read a text or README file from an FTP site.
	- Added saving an FTP site and path in your $HOME/.ftp-sites file.
	- Added command line option to install package	  
	- Added configuration file /etc/xrpm.conf.
	- Added option to use Tkman in from "Options" menu.
	- Added installation and removal logging to /var/lib/rpm/xrpm.log
	  enabled in "options" menu.
	- Added File/menu option to view log file.
  FIXED
	- All widgets now expand properly.
	- Fixed bug that showed newlines in main listbox under RedHat-5.0
		
======================
97/12/08
Released Version 2.02
======================
  NEW
	- Added command line args to query and list files so that one can call
	  the display modules from a file manager.
	- Added the ability to select multiple packages and operate on them.
	- Added user id and password capabilty so one can login to ftp sites
	  with accounts.
	- Added version number to window title bar.
	- Added icons for the button functions.
	
  FIXED
	- Fixed bug when opening ftp from manual entry in the filter line.
	- Fixed bug so upgrade doesn't do a dependancy check.
	- Fixed bug that left ftp file list with usless data showing
	- Fixed error messages when FTP "open" button was pressed but no 
	  selection was made.
	- Fixed bug that would bring up empty query, list  etc if button pressed
	  but no selection.
	- Fixed location of install package so tar people only have to change 
	  one thing in xrpm. 
	  
======================
97/09/19
Released Version 2.01
======================
	- Added right mouse button functions to the file and directory panels
	  when in the "Open Directory" function.
	- Added more messages letting the user know what's going on in the
	  install.
	- Added option to save rpm if it fails the dependency check and it has 
	  been marked for deletion when FTPing the file.
	- Removed some install bugs by checking proper options.
	- Added a feature to click on the ftp site to open to the root directory
	  or click on the path open to the listed path.
	- We should be able to store multiple and different copies of the same
	  site name now.
	- Added a mode variable to let us know if we're in ftp, installed or 
	  directory mode.
	- Added exception processing to ftp open site.
	- Ftp'd rpm are now downloaded to the /tmp directory and then installed
	  from there.  Since we have to transfer the file anyway we might as well
	  save it for later use if desired.
	- Added a checkbutton to the install dialog to control deleting an ftp'd
	  rpm.
	- Ftp'd rpms now indicate transfer progress with a scalebar that pops up
	  on the screen. 
	- Added line counter when getting a directory listing from an ftp site. 
	  Gives us a little better visual feedback of whats happening.
	  
======================
97/09/09
Released Version 2.0
======================
