2003-08-31  Chris Garry  <cgarry@sweeneydesign.co.uk>

    * src/vnc-server.c:
    Always send colour data to client in big endian format.
    When doing frame updates, do not call send command until there
    if 1460 bytes of data unless the data is all that is left for the
    cuurent frame update (huge improvement with lwIP stack).
    Fixed bug where VncPrintf() did not handle characters not defined
    for the selected font.
    VncPrintf() does not mark tiles for update when do_print argument
    is not set.
    
    * tests/vnc-test.c:
    Modifed the test to use select() function.  Added more examples
    of using the VNC server API.
    
2003-08-22  Chris Garry  <cgarry@sweeneydesign.co.uk>

	* tests/vnc-test.c: 

	* src/fonts/winFreeSystem14x16.c: 
	* src/fonts/winFreeSansSerif11x13.c: 
	* src/fonts/symbol.c: 
	* src/fonts/rom8x8.c: 
	* src/fonts/rom8x16.c: 
	* src/fonts/helvR10.c: 
	* src/fonts/helvB12.c: 
	* src/fonts/helvB10.c: 
	* src/fonts/device.h: 
	* src/fonts/X6x13.c: 
	* src/fonts/X5x7.c: 

	* include/vnc-server.h: 

	* cdl/vnc-server.cdl:
	* doc/vnc-server.html:
	
	* src/init.cxx:
	* src/vnc_kbd.c:
	* src/vnc_mouse.c:
	* src/vnc-server.c:
	Created VNC Server package.
	

#####ECOSPDCOPYRIGHTBEGIN####
#
# Copyright (C) 2000, 2001, 2002, 2003 Red Hat, Inc.
# All Rights Reserved.
#
# Permission is granted to use, copy, modify and redistribute this
# file.
#
#####ECOSPDCOPYRIGHTEND####
