2002-07-21  vlefevre  <vincent@vinc17.org>

	* c.vncviewer:
	Removed wimp_WINDOW_NO_BOUNDS if noborder is false: when the window
	is opened, it is fully on the screen.

2002-07-10  vlefevre  <vincent@vinc17.org>

	* h.vnckeys, c.vncviewer, Config, !Help: Option altsendsmeta.

	* c.vncviewer: Distinguish between
	_ Escape and Ctrl-[
	_ Backspace and Ctrl-h (and Ctrl-Shift-h)
	_ Delete and Ctrl-? (though the Wimp doesn't send anything for Ctrl-?)

2002-07-09  vlefevre  <vincent@vinc17.org>

	* c.vncviewer:
	Bug fixed: release the special keys (ctrl, alt) at the end.

2002-07-08  vlefevre  <vincent@vinc17.org>

	* c.vncviewer: Shift-Up and PageUp distinguished, and so on...

2002-07-07  vlefevre  <vincent@vinc17.org>

	* c.vncviewer:
	Special keys: switch replaced by an array; Ctrl-keys should
	now be taken into account.

2002-07-06  vlefevre  <vincent@vinc17.org>

	* c.vncviewer: Version number written in the title bar.

	* c.vncviewer: Distinguish Return and Ctrl-M.

	* !Help: DeepKeys module now distributed with ViNCe.

2002-07-05  vlefevre  <vincent@vinc17.org>

	* !Help: Note about Cerilica's DeepKeys module.

	* c.vncviewer: Home and Ctrl-^ distinguished using the DeepKeys module.

	* c.vncviewer: Fixed problems with Ctrl-key and Ctrl-Shift-key.
	Problem with Ctrl-^ still remains.

	* c.vncviewer: Bug fixed in BlockCopy (rectangles weren't flushed).

2002-07-04  vlefevre  <vincent@vinc17.org>

	* h.vncviewer, c.vncviewer, c.rfbproto, Config, !Help:
	Optimization: fastcopy.

	* c.vncviewer, Config, !Help: Option to open the window on top.

2002-07-03  vlefevre  <vincent@vinc17.org>

	* h.vncviewer, h.display, c.vncviewer, c.rfbproto, c.display, Makefile, Config:
	Optimization for rfbFramebufferUpdate.
	New option addrectshift.

2002-06-30  vlefevre  <vincent@vinc17.org>

	* Makefile: Dependencies fixed.

	* h.sockets, h.rfbproto, c.sockets, c.rfbproto, Makefile:
	Starting emacs on an empty file (using its special interface) and
	typing lots of backspaces sometimes yielded the following problem:
	ViNCe didn't receive anything any longer from the VNC server. There
	were buffered RFBServer messages, but ViNCe didn't get them because
	of the ip_ready test at the beginning of HandleRFBServerMessage().
	Testing variable buffered cures the problem.

	* c.vncviewer: Support for Ctrl-underscore (useful for emacs).

2002-06-29  vlefevre  <vincent@vinc17.org>

	* h/vnckeys, c/vncviewer: Home and End keys taken into account.

2002-06-27  vlefevre  <vincent@vinc17.org>

	* c.sockets: Small optimization.

2002-06-09  vlefevre  <vincent@vinc17.org>

	* c.vncviewer: Added back icon and toggle icon.

	* Config: Comment added. Option closewindow set to 0.

	* !Help: Credits updated.

	* !Help: VNC -> ViNCe.

	* c.vncviewer, Config, !Help: Help updated. VNC$Dir -> ViNCe$Dir.

	* c.vncviewer:
	Function poll() fixed (some events weren't taken into account).

2002-04-17  vlefevre  <vincent@vinc17.org>

	* c.vncviewer: VNC -> ViNCe.

	* !Boot: Added IconSprites command

2002-03-17  vlefevre  <vincent@vinc17.org>

	* Makefile: Added Libs dependency.

	* zlib.h.zutil, zlib.h.zlib, zlib.h.zconf, zlib.h.inftrees, zlib.h.infutil, zlib.h.inffast, zlib.h.infcodes, zlib.h.infblock, zlib.c.zutil, zlib.c.infutil, zlib.c.inftrees, zlib.c.inflate, zlib.c.inffast, zlib.c.infcodes, zlib.c.infblock, zlib.c.adler32:
	Update to zlib 1.1.4.

2002-03-11  vlefevre  <vincent@vinc17.org>

	* !Help: Typos.

	* c.vncviewer, Config:
	More checks about the IP address (type int -> unsigned int).
	Option guess in config file.

2002-03-10  vlefevre  <vincent@vinc17.org>

	* Config, !Run, !Boot:
	!Boot file added. Choices path used for the config file.

	* c.vncviewer:
	Buffer for config file name extended to 1024 characters + file name length
	checked.

	* c.vncviewer: Patch by Henrik.

	* c.vncviewer: 2 bugs fixed.

	* zlib.Makefile/old, zlib.Makefile, c.vncviewer, c.sockets, c.rfbproto, c.ip, c.cursor, Makefile/old, Makefile:
	Makefile and includes modified to compile with gcc + libscl.
