1999-02-27  James Henstridge  <james@daa.com.au>

	* mainwin.c, rpmprops.c: default view mode is as icons now.

	* topic.dat, gnorpm.html: updated the help file a little.

	* po/tr.po: got updated translation from Frank K. Gurkaynak
	<kgf@WPI.EDU>

1999-02-26  James Henstridge  <james@daa.com.au>

	* rpmwebfind.c: fixed a bug where it would download the same file
	repeatedly rather than moving onto the next one to get.

	* find/search.c: fixed a bug in the search code.  It would loose the
	head of the search results (was ignoring return of g_list_sort).

1999-02-25  James Henstridge  <james@daa.com.au>

	* mainwin.c, rpminstalldlg.c: added drag and drop functionality.  You
	can now drag rpms onto the main window to bring up an install dialog,
	or drag rpms to an install dialog to add them to the list.

1999-02-17  James Henstridge  <james@daa.com.au>

	* checksig.[ch]: added files to allow doing signature checks on RPMs
	Also made changes to.
	* mainwin.c, rpminstalldlg.[ch], rpmquery.[ch], rpmquerydlg.[ch],
	rpmwebfind.[ch]: changes to allow signatures checking.

	* rpmprops.c: some changes so that the mirrors list is correct.  Also
	list origin server at bottom of mirror list.

	* find/distrib.c: if no mirrors exist, set preferred mirror to origin
	server.

1999-02-12  James Henstridge  <james@daa.com.au>

	* configure.in: made it default to building the rpmfind stuff.

	* find/README: added a readme file for the library.

	* find/*.[ch]: added copyright messages to the top of the sources.

1999-02-11  James Henstridge  <james@daa.com.au>

	* rpmprops.[ch]: added extra notebook tab to configure this new
	functionality.
	
	* find/deps.[ch]: added support for a `no upgrade' list, for packages
	that shouldn't be upgraded during rpmfind opperations.
	
1999-02-10  James Henstridge  <james@daa.com.au>

	* rpmwebfind.c: similar changes to speed things up.  Initial ctree
	fill is started from an idle function, which means the window
	will display before this starts (gives user feadback).  Also
	now freeze the ctree while adding items to it (big speedup).  Also
	set the ctree to insensitive while doing updates to prevent the user
	from interrupting these events and allow the interface to stay
	responsive.

	* find/search.c: made some changes so duplicates don't turn up in
	search results.  Also added some code so UI isn't frozen while
	searching.

	* gtkpathtree.[ch]: converted to use GtkCTree rather than GtkTree.
	This should reduce memory usage a bit for the item, and fix up those
	problems where the expanders didn't show up until you resized the
	tree pane.

	* rpmpackagelist.c: changed default package icon to tigert's new one.
	Also, this icon is now compiled in, making one less file to install.

1999-01-28  James Henstridge  <james@daa.com.au>

	* rpmwebfind.h, rpmwebfind.c: The frontend for doing rpmfind searches.

	* rpmquery.h, rpmquery.c: Made changes so that you can display
	information from an RDF description of a package.  Also did some
	cleanups to allow changing info in the pane.

1999-01-24  James Henstridge  <james@daa.com.au>

	* rpmprops.h, rpmprops.c: Added some extra tabs for rpmfind
	configuration options.

	* find/*: added a set of files that implement the internals of
	rpmfind's protocols.  It only relies on glib, libgnome, libxml
	and libghttp.  All gui stuff gets added to the main program,
	surrounded by #ifdef WITH_RPMFIND.

1999-01-13  James Henstridge  <james@daa.com.au>

	* configure.in, Makefile.am: Start of changes to integrate rpmfind
	functionality.

1998-11-25  James Henstridge  <james@james.daa.com.au>

	* gnorpm.c: changed over to POPT so that gnorpm will compile.

	* rpmpackagelist.[ch]: added support for the new icon list code.

	* rpmquery.c: added a scrolled window around the clist.

	* rpmquerydlg.[ch]: RpmQueryDialog now descends from GtkWindow,
	and doesn't have the close button down the bottom.  I did this
	because of a message from someone from the gnome-gui list saying
	that it didn't make sense to have it there.

	* misc.c, install.c: changed occurences of gnome_dialog_set_modal to
	gtk_window_set_modal.
