CVS update: gnucash/src/gnome

Dave Peticolas peticolas@linas.org
Wed, 21 Mar 2001 16:24:48 -0600 (CST)


Date:	Wednesday March 21, 2001 @ 16:24
Author:	peticolas

Update of /home/cvs/cvsroot/gnucash/src/gnome
In directory www.linas.org:/tmp/cvs-serv11905/src/gnome

Modified Files:
	Makefile.am gnc-gpg.c gnc-gpg.h gnc-html.c gnc-html.h 
	gnc-http.c top-level.c 
Added Files:
	gnc-network.c gnc-network.h 
Removed Files:
	gnc-html-actions.c gnc-html-actions.h 
Log Message:
Bill Gribble's patch.

	* gnc-network.{c,h}: new files.  Functions for user registration
	and authentication. 

	* gnc-gpg.c: fix bugs.  make gpg operations optionally
	asynchronous via gdk_input_add().

	* gnc-html.c: fix URL base name handling.  Rework processing of
	http requests. 

	* gnc-http.c: memory management in gnome_http.  Still some 
	memory leaks in there, I think.

	* gnc-html-actions.{c,h}: remove files.  Content moved into
	gnc-network.

	* prefs.scm: Add hidden preference for GnuCash Network user ID.