1999-10-26 16:49  cfreeze

	* Makefile, xfmail.vpj, compface/Makefile, mail/pop.c,
	regex/Makefile.in, regex/Makefile.std, ui/Makefile, ui/Makefile.in,
	ui/Makefile.os2: CF - moving source to xfmail.ufies.org

1999-10-24 20:39  cfreeze

	* Makefile, compface/Makefile, regex/Makefile.in,
	regex/Makefile.std, ui/Makefile: CF - Fixed the makefile to copy
	the libregex lib...some how this got passed me and might be the
	reason it was crashing for some..

1999-10-24 20:14  cfreeze

	* ui/: Makefile, Makefile.in, Makefile.os2: CF - tidy up the
	makefiles

1999-10-24 20:04  cfreeze

	* KNOWNBUGS: CF - added warning about the rules not working and
	needing to re-enter them for them to start working again.

1999-10-24 20:04  cfreeze

	* Changes, Makefile, Makefile.in, xfmail.spec, compface/Makefile,
	pixmap/abort.xpm, pixmap/insert.xpm, pixmap/insorig.xpm,
	pixmap/move.xpm, pixmap/send.xpm, pixmap/sign.xpm,
	pixmap/spell.xpm, ui/Makefile, ui/version.h.in, ui/version.src: CF
	- Changed to different Pixmaps and set everything for the release
	of 1.4.0

1999-10-24 15:46  cfreeze

	* Makefile, Makefile.in, xfmail.spec, xfmail.vpj,
	compface/Makefile, ui/Makefile, ui/pgp.c, ui/version.h.in: CF -
	Added a patch for GnuPG from Davide Alberani
	<alberanid@bigfoot.com>

1999-10-24 14:57  cfreeze

	* Makefile, Makefile.in, xfmail.spec, xfmail.vpj,
	compface/Makefile, mail/fmail.c, ui/Makefile, ui/version.h.in: CF -
	Fixed the outbox problem on sendmail.  Released 1.3.9.

1999-10-23 18:14  cfreeze

	* Makefile, README, xfmail.vpj, compface/Makefile, mail/fmail.c,
	mail/fmail.h, mail/mbox.c, ui/Makefile, ui/msg.c, ui/version.h.in,
	ui/xfmail.c: CF - You can now edit and view messages of any size. 
	Fixed the WMaker.h include file problem.

1999-10-23 15:52  cfreeze

	* Makefile, Makefile.in, compface/Makefile, config/acconfig.h,
	config/configure.in, mail/pop.c, ui/Makefile, ui/xfmail.c: CF - Now
	make dist updates the ChangeLog file.  Also fixed the WMaker.h
	include file problem.

1999-10-22 19:25  cfreeze

	* Makefile, Makefile.in, xfmail.vpj, compface/Makefile,
	mail/fmail.c, mail/pop.c, ui/Makefile, ui/Makefile.in,
	ui/Makefile.os2, ui/help_gen, ui/version.h.in: Released 1.3.6
	
	Resolving hostnames are now timed like they used to be with the
	async_gethostbyname but with threads.  You can still compile
	without threads but it is getting to the point where I want to make
	it a requirement.
	
	Rules are now done correctly for all send types not just pop
	anymore.

1999-10-22 15:19  cfreeze

	* Changelog, README, TODO: CF - Did a quick clean up on the
	documentation.

1999-10-22 15:03  cfreeze

	* Makefile, Makefile.in, xfmail.vpj, compface/Makefile,
	regex/Makefile, regex/Makefile.in, ui/Makefile, ui/version.h.in,
	ui/xfmail.c: CF - Fixed the lockup when xfmail first starts and
	tries getting the local machine's hostname.

1999-10-21 23:44  cfreeze

	* Makefile, Makefile.in, xfmail.vpj, compface/Makefile,
	mail/fmail.c, mail/fmail.h, mail/imap.c, mail/mbox.c,
	regex/Makefile, ui/Makefile, ui/Makefile.in, ui/config.h.in,
	ui/msg.c, ui/rules.c, ui/spellchecker.c, ui/xfmail.c: CF - Fixed
	rules bug.  Rules should now work again.  I had to use the regex
	code that was in the xfmail source.  It needs to be redone with the
	POSIX regex stuff instead.  But I'll leave that for the future..

1999-10-21 17:54  cfreeze

	* Makefile, xfmail.vpj, compface/Makefile, mail/fmail.c,
	mail/smtp.c, regex/Makefile, ui/Makefile, ui/pgp.c: CF - Added some
	mutual exclusion to allow only one send thread to be created at a
	time. Also started going through and cleaning up the Gnupg code.

1999-10-21 15:53  cfreeze

	* Makefile, configure, xfmail.spec, compface/Makefile,
	config/acconfig.h, config/configure.in, mail/cache.c, mail/fmail.c,
	mail/mime.c, pixmap/abook.xpm, pixmap/attach.xpm,
	pixmap/delete.xpm, pixmap/edit.xpm, pixmap/exit.xpm,
	pixmap/forward.xpm, pixmap/help.xpm, pixmap/mail_edit.xpm,
	pixmap/newmail.xpm, pixmap/next.xpm, pixmap/nextu.xpm,
	pixmap/prev.xpm, pixmap/prevu.xpm, pixmap/print.xpm,
	pixmap/reply.xpm, pixmap/retr.xpm, pixmap/save.xpm,
	pixmap/view.xpm, regex/Makefile, ui/Makefile, ui/Makefile.in,
	ui/about.c, ui/config.h.in, ui/version.h.in, ui/version.src,
	ui/xfmail.c: Also added an option to configure.  (--with-nothreads)
	Now you can disable the thread support if you are having problems
	while trying to send.
	
	Now checks for pthread support and only compiles it in if you have
	it.
	
	Updated the configure.in script.  It will now take care of the
	problems with the Berkley or GNU dbm packages.
	
	No longer sends ~/.xfmsources on bug reports since it carried
	sensitive information.
	
	Formally adopting the following policy on version numbers.	   
	All releases will follow the Linux Kernel Naming Scheme 	   
	     (MajorVersion.MinorVersion.ReleaseVersion) 		 As
	such, MinorVersion's that are even represent a stable		   
		   release.		     And in the same manor,
	MinorVersion's that are odd represent			      
	development releases.	       For those that live on the edge, the
	current version (whether stable 		 or development
	release) will also have a daily snapshot		 
	associated with it. It's form will be:			       
	(Major.Minor.Release.Year-Month-Day)
	
	Removed Patchlevel mumbo jumbo.
	
	Fixed the signature prefix to be correct [Florian Batschi
	<florian@batschi.com>].  10-20-1999 found the netscape paste bug
	myself...now I have it..  ......wierd...
	
	also know why it was a async_gethostbyname function call...  going
	to make it be threaded instead of an async type logic.
	
	started an irc channel on irc.isonline.com channel is #xfmail
	
	Alan Bailward gave me a configure.in file to take care of the #if
	defines that some of the non-linux users were complaining about...
	
	changed some of the pixmaps to look "kewler" ... blea...

1999-10-19 17:19  cfreeze

	* Makefile, Makefile.in, configure, xfmail.spec, xfmail.vpj,
	compface/Makefile, mail/pop.c, regex/Makefile, ui/Makefile,
	ui/Makefile.in, ui/about.c, ui/config.h, ui/dialogs.c,
	ui/version.h, ui/version.h.in, ui/xfmail.c: CF - You can now
	receive messages of any size. (pop) You are no notified if an
	incoming message is left on the server due to it violating the
	maximum message size. (pop) Built an rpm using the freshmeat spec
	file.  Finally have the bugs worked out of the make file.  Removed
	some silly stuff.

1999-10-19 13:43  cfreeze

	* xfmail.vpj, mail/fmail.c, mail/fmail.h, mail/mime.c, mail/smtp.c,
	ui/Makefile, ui/pgp.c: Changes

1999-10-19 09:56  cfreeze

	* xfmail.vtg: CF - Removed the project binary file.

1999-10-19 09:52  cfreeze

	* TODO, Changelog, Copyright, KNOWNBUGS, Makefile, Makefile.in,
	README, README.os2, configure, install.sh, xfmail.vtg, xfmail.vpj,
	compface/Makefile, compface/Makefile.in, compface/Makefile.std,
	compface/arith.c, compface/compface.h, compface/compress.c,
	compface/data.h, compface/face.c, compface/file.c, compface/gen.c,
	config/Makefile, config/acconfig.h, config/configure.in,
	config/debug.frag, config/install.sh, regex/COPYING,
	regex/Makefile.in, regex/regex.c, editor/fl_edit.c,
	editor/fl_edit.h, editor/fl_error.h, editor/textbuf.c,
	editor/textbuf.h, mail/cache.c, mail/fmail.h, mail/imap.c,
	mail/smtp.c, regex/Makefile, regex/Makefile.std, regex/regex.h,
	mail/fmail.c, mail/mime.c, mail/pop.c, mail/uucode.c, mail/mbox.c,
	mail/md5.c, mail/md5.h, mail/nntp.c, mail/util.c, pixmap/abook.xpm,
	pixmap/abort.xpm, pixmap/attach.xpm, pixmap/delete.xpm,
	pixmap/delsign.xpm, pixmap/edit.xpm, pixmap/exit.xpm,
	pixmap/forward.xpm, pixmap/gena.xpm, pixmap/help.xpm,
	pixmap/icon_mail.xpm, pixmap/icon_nomail.xpm, pixmap/insert.xpm,
	pixmap/insorig.xpm, pixmap/mail_edit.xpm, pixmap/mailcur.xbm,
	pixmap/mailcur_mask.xbm, pixmap/move.xpm, pixmap/newmail.xpm,
	pixmap/next.xpm, pixmap/nextu.xpm, pixmap/prev.xpm,
	pixmap/prevu.xpm, pixmap/print.xpm, pixmap/reply.xpm,
	pixmap/retr.xpm, pixmap/save.xpm, pixmap/send.xpm, pixmap/sign.xpm,
	pixmap/spell.xpm, pixmap/view.xpm, ui/Makefile.in, ui/about.c,
	ui/dialogs.c, ui/help.c, ui/help_gen, ui/msg.c, ui/mytodo,
	ui/umail.h, ui/Makefile.os2, ui/RdBitF.c, ui/cfgfile.c, ui/child.c,
	ui/choose_folder.h, ui/faces.c, ui/font.c, ui/help.txt, ui/inc.c,
	ui/keymap.c, ui/log.c, ui/misc.c, ui/pgp.c, ui/rules.c, ui/sign.c,
	ui/sort.c, ui/sound.c, ui/version.src, ui/view_edit.c, ui/xfmail.1,
	ui/xfmail.c, ui/addr_book.c, ui/config.c, ui/config.h.in,
	ui/dialogs.fd, ui/dialogs.h, ui/mime_conf.c, ui/pixmaps.h,
	ui/rep_fwd.c, ui/search.c, ui/Makefile, ui/choose_folder.c,
	ui/config.h, ui/config.h.os2, ui/configform.h, ui/imap_conf.c,
	ui/int_conf.c, ui/newobjs.h, ui/pop_smtp.c, ui/spellchecker.c,
	ui/spellchecker.h, ui/version.h, ui/version.h.in: branches:  1.1.1;
	Initial revision

1999-10-19 09:52  cfreeze

	* TODO, Changelog, Copyright, KNOWNBUGS, Makefile, Makefile.in,
	README, README.os2, configure, install.sh, xfmail.vtg, xfmail.vpj,
	compface/Makefile, compface/Makefile.in, compface/Makefile.std,
	compface/arith.c, compface/compface.h, compface/compress.c,
	compface/data.h, compface/face.c, compface/file.c, compface/gen.c,
	config/Makefile, config/acconfig.h, config/configure.in,
	config/debug.frag, config/install.sh, regex/COPYING,
	regex/Makefile.in, regex/regex.c, editor/fl_edit.c,
	editor/fl_edit.h, editor/fl_error.h, editor/textbuf.c,
	editor/textbuf.h, mail/cache.c, mail/fmail.h, mail/imap.c,
	mail/smtp.c, regex/Makefile, regex/Makefile.std, regex/regex.h,
	mail/fmail.c, mail/mime.c, mail/pop.c, mail/uucode.c, mail/mbox.c,
	mail/md5.c, mail/md5.h, mail/nntp.c, mail/util.c, pixmap/abook.xpm,
	pixmap/abort.xpm, pixmap/attach.xpm, pixmap/delete.xpm,
	pixmap/delsign.xpm, pixmap/edit.xpm, pixmap/exit.xpm,
	pixmap/forward.xpm, pixmap/gena.xpm, pixmap/help.xpm,
	pixmap/icon_mail.xpm, pixmap/icon_nomail.xpm, pixmap/insert.xpm,
	pixmap/insorig.xpm, pixmap/mail_edit.xpm, pixmap/mailcur.xbm,
	pixmap/mailcur_mask.xbm, pixmap/move.xpm, pixmap/newmail.xpm,
	pixmap/next.xpm, pixmap/nextu.xpm, pixmap/prev.xpm,
	pixmap/prevu.xpm, pixmap/print.xpm, pixmap/reply.xpm,
	pixmap/retr.xpm, pixmap/save.xpm, pixmap/send.xpm, pixmap/sign.xpm,
	pixmap/spell.xpm, pixmap/view.xpm, ui/Makefile.in, ui/about.c,
	ui/dialogs.c, ui/help.c, ui/help_gen, ui/msg.c, ui/mytodo,
	ui/umail.h, ui/Makefile.os2, ui/RdBitF.c, ui/cfgfile.c, ui/child.c,
	ui/choose_folder.h, ui/faces.c, ui/font.c, ui/help.txt, ui/inc.c,
	ui/keymap.c, ui/log.c, ui/misc.c, ui/pgp.c, ui/rules.c, ui/sign.c,
	ui/sort.c, ui/sound.c, ui/version.src, ui/view_edit.c, ui/xfmail.1,
	ui/xfmail.c, ui/addr_book.c, ui/config.c, ui/config.h.in,
	ui/dialogs.fd, ui/dialogs.h, ui/mime_conf.c, ui/pixmaps.h,
	ui/rep_fwd.c, ui/search.c, ui/Makefile, ui/choose_folder.c,
	ui/config.h, ui/config.h.os2, ui/configform.h, ui/imap_conf.c,
	ui/int_conf.c, ui/newobjs.h, ui/pop_smtp.c, ui/spellchecker.c,
	ui/spellchecker.h, ui/version.h, ui/version.h.in: Imported using
	tkCVS

