Mon Feb  8 03:04:36 PST 1999 Jay Painter <jpaint@serv.net>
	* fixed segfaults associated with the saving of accounts.

Sun Feb  7 18:29:14 PST 1999 Jay Painter <jpaint@serv.net>
	* account-window editing now uses gnome-property-box, without
	a few buttons; need to re-add the HELP button and start
	writing some help.

Sun Feb  7 14:41:40 PST 1999 Jay Painter <jpaint@serv.net>
	* fixed a slew of bugs, allow internationalization of almost
	all strings, checks for device lockfile, error dialogs pop up
	for almost all errors... there's still a lingering segfault
	on close that I'm having a hard time finding; only happens rarely

Thu Feb  4 02:30:14 PST 1999 Jay Painter <jpaint@serv.net>
	* added "Advanced" panel to account configuration lets user
	select some advanced options: add/don't add default route, 
	lock/don't lock dialout device, and the modem initalization
	string.

Tue Feb  2 01:27:03 PST 1999 Jay Painter <jpaint@serv.net>
	* pppd.c: cleanups to invoking the pppd daemon, finally respect
	the static IP address options.
	account.c: cleanup to gnome-config account saving, don't wack the
	entire file anymore; it is enough to just wack the account
	sections.

Mon Feb  1 01:33:39 PST 1999 Jay Painter <jpaint@serv.net>
	* user interface modifications; changed locatation & format
	of the config file; extensive use of gnome-app in the interface
	(no chance of a gtk+ only version anymore)

Sat Jan 30 21:31:47 PST 1999 Jay Painter <jpaint@serv.net>
	* errors now come up in gnome error dialog boxes; accounts
	are locked aginst modification while in use; split the DNS
	add/removal code out of pppd.c

Fri Jan 29 01:49:41 PST 1999 Jay Painter <jpaint@serv.net>
	* discovered pppd has a bad habbit of killing all processes
	in it's process group when it is sent the TERM signal.  pppd
	is now exec'ed in its own process group.

Sat Jan 23 19:09:42 PST 1999 Jay Painter <jpaint@serv.net>
	* more cleanup on the socket front; the socket name is no
	created with a unique socket name; killed a bug or two

Fri Jan 22 02:39:50 PST 1999 Jay Painter <jpaint@serv.net>
	* losta stuff: added new helper program gnome-ppp-chat
	which assists in the passing of the modem fd back to
	gnome-ppp; I'm positive this isn't as stable as it was
	previously, but should be soon

Fri Dec 25 22:24:10 PST 1998 Jay Painter <jpaint@serv.net>
	* libgnome_ppp/pppd.c:
	libgnome_ppp/connect.c: now checks for an established
	ppp connection after exec(ing) pppd by looking for
	a proper device-pid file like /var/run/ppp0.pid.

Fri Dec 25 02:50:46 PST 1998 Jay Painter <jpaint@serv.net>
	* fixed nasty, nasty segfault caused by me destrying
	the timeout which had called me.  Bad Jay, no cookie.
	This marks the release of gnome-ppp 0.25.

Tue Dec 22 19:33:31 PST 1998 Jay Painter <jpaint@serv.net>
	* libgnome_ppp/pppd.c: added crtscts flow control, it's
	really, really bad when it's not there!

Tue Dec 22 12:47:10 PST 1998 Jay Painter <jpaint@serv.net>
	* libgnome_ppp/connect.c: fixed really bad modem-buffer
	eating problem by implimenting a function for searching
	the modem buffer for a list of strings instead of
	one string at a time.  This should make PAP/CHAP connections
	much more reliable.

Tue Dec 22 04:12:26 PST 1998 Jay Painter <jpaint@serv.net>
	* dial-window.c: now the status label doesn't tell you
	that you're connected when you're not

	* libgnome_ppp/ppp.c: now adds/removes DNS entries, slices,
	dices, and works as a cheese gun.

	* libgnome_ppp/connect.c: a couple variable renamings, an
	awful double-free memory corrupution bug gone.

	* libgnome_ppp/modem.c: fixed device locking up a bit

	* libgnome_ppp/misc.c: collection of misc useful functions
	like g_string_find, and read_lines(path), write_lines(path),
	and free_lines(path) for doing line-based reading and writing
	to a file. 

Fri Dec 18 21:04:17 PST 1998 Jay Painter <jpaint@serv.net>
	* changed name to gnome-ppp from gnome_ppp

Fri Dec 18 02:16:02 PST 1998 Jay Painter <jpaint@serv.net>
	* fixed bug that prevented stopping a running
	  connection; this beast seems stable now

Thu Dec 17 19:56:04 PST 1998 Jay Painter <jpaint@serv.net>
	* libgnome now finally supports multiple concurrent
	ppp connections, and should now handle sigchlds 
	correctly.

Tue Dec 15 11:59:15 PST 1998 Jay Painter <jpaint@serv.net>
	* added simple command line interface for scripting,
	suggestions on improving the interface are welcome

Sun Dec 13 03:33:05 PST 1998 Jay Painter <jpaint@serv.net>
	* more cleanups on the libgnome_ppp API, it now no
	longer has any GUI dependancies, so it should now
	be easy to write a non-GUI scriptable interface
	for invoking account connections.  The state engine is
	looking better, but PPP invokation is incorrect but
	might work for you -- it works for me ;)

Sun Nov 29 14:31:00 PST 1998 Jay Painter <jpaint@serv.net>
	* created libgnome_ppp out of the "guts" of gnome-ppp;
	gnome_ppp is now only the GUI shell.  This is in
	prep for making a panel applet for connecting to the
	internet with gnome_ppp.

Thr Nov 26 13:00:30 PST 1998 Jay Painter <jpaint@serv.net>
	* removed all calls to gtk_clist_set_policy so it
	will compile again

Fri Nov 13 02:54:20 PST 1998 Jay Painter <jpaint@serv.net>
	* re-wrote a big awful modem buffer flushing mistake
	with the connection stat engine.

	* added signal handling -- we now get informed if the
	pppd daemon dies.

	* added support for PAP/CHAP under the 'Authentication'
	section.  You still need to edit your pap-secrets and
	chap-secrets files manually, though.

Thu Nov 12 02:33:37 PST 1998 Jay Painter <jpaint@serv.net>
	* moved Changelog->ChangeLog

	* preferenc.c now correctly blanks the config file
	before writing.

	* connect.c: bad bug fix to scripting state engine.

Fri Nov  6 03:43:56 PST 1998 Jay Painter <jpaint@serv.net>
	* back from the dead, added libmodem stuff, got really
	annoyed at my old coding style...

1998-07-23  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
	* gnome_ppp.desktop: Added Portuguese translation.
