2003-01-06  Junichi Uekawa  <dancer@debian.org>

	* src/wysihtml.el (wysihtml-daemon-moz-preview-page): set deactivate-mark to nil

	* src/wysihtmldaemon.c (loopexec): difftime change order.
	(loopexec): change logic, to make use of difftime function more 
	throughly and does not depend on sleep sleeping enough.
	(loopexec): improved logic to get things more active
	and accurate.
	(loopexec): fix logic to no redisplay if there is no input.

	* src/wysihtml.el (wysihtml-start-daemon): sleep time -s.

	* src/wysihtmldaemon.c (loopexec): do locking properly.
	(MAX_DURANCE): define MAX_DURANCE as amount of seconds to 
	endure and force redisplay of HTML.
	20 seconds of no redisplay will try and force a new redisplay.

	* src/wysihtml.el (wysihtml-start-daemon): fix typo

	* Makefile.am (viper): add viper dist rule.

	* src/wysihtml.el (wysihtml-restart-daemon): allow restart of daemon.
	(wysihtml-start-daemon): add specification for running process.

	* src/wysihtmldaemon.c (main): set sleeptime to 3.

	* src/wysihtml.el (wysihtml-daemon-moz-preview-page): modify to use
	elserv
	(wysihtml-start-elserv): start elserv.
	(wysihtml-elserv-preview): preview process
	(wysihtml-daemon-moz-preview-page): fix typo.

	* src/wysihtmldaemon.c: use openurl instead of openfile.

	* src/wysihtml.el (wysihtml-version): version.

	* Makefile.am: sed version.

2003-01-05  Junichi Uekawa  <dancer@debian.org>

	* AUTHORS (Credits): add credits file.

	* src/wysihtmldaemon.c: updated to remove all warnings, and added
	copyright.

	* Makefile.am: Make rules to fix things.

	* autogen.sh: add from dsh.

	* src/wysihtmldaemon.c (main): new project, the daemon part,
	which calls mozilla.

	* src/wysihtml.el: New project. The emacs interface part.

	Copyright 2003 Junichi Uekawa.
	Distributed under GPL version 2 or later.