#  version 1.1 - change sql input to use tk2.2 text widget.
#                handle text columns a little better - break into lines.
#                add getObjs to view other objects.
#                allow comments '#' and 'go's in sql.
#                add count of all rows returned by server
#  version 1.2 - change showFields to display 30 chars for field name
#                using hand coded sql instead of sp_help.
#                add sybmsg(msgno) to error messages.
#                change .m.msg to a message (used to be a label) so that all
#                the text of a message will be displayed.
#                add some arrow key bindings for Entry and Text classes.
#                add shift-return and control-return binding to execute sql.
#                added a menu for selecting a server on signon window.
#                fix pickList OK command when nothing selected.
#
#  version 1.3 - change a few things for newer versions of Tk & TclX,
#                toplevel pathnames must start with lower case, wishx
#                command interpreter instead of wish.
#                if SYBASE environment variable is not set, check for 
#                user sybase home directory in "ypcat passwd" or /etc/passwd
#                make the execute button a cancel button while execing sql
#
#  version 1.4 - this evolutionary stage done by De Clarke, UCO/Lick Observatory
#		 UCSC.  All Clarke code copyright the Regents of the
#		 University of CA 1993.
#
#	re-worked the code from Tom's original monolithic tcl to a tlib
#		with a separate executable launch script
#	re-arranged toplevel menus for ease of use
#	added EZedit and EZrpt, pt/clk data editing and simple report
#		generation (single table only)
#	added balloon help to all main windows (meta-MouseL)
#	put in getFont for graceful handling of 'font not found' when
#		running with old braindead X servers -- changed a couple
#		of fonts to more usual sizes
#	introduced new "sybNext" proc to catch errors (such as lockout) in
#		a sybnext statement
#	expert mode vs regular mode in wisql main;  sybase username arg on
#		wisql command line
#	SQL command ring buffer by T Poindexter
#	wisql now accepts views as tables
#	see README.1.4 for more info
#
#	my version of sybtcl.c is hacked :
#define SYB_BUFF_SIZE 100000    /* conversion buffer size for various needs*/
#	(original value was 4096 bytes)
#	to prevent segv when a stored proc or trigger returns too much
#	text for sybmsg.  This should really be done with an malloc, but
#	this is a quick bandaid.
#
# 2.0 -- UCO wisql now part of a suite, based in ucosyb.tlib
#	TCL v7 compatible
#	all sources under RCS for better revision control
#	miscellaneous new features and bugfixes
#	release timed to go with sybtcl 2.0 and Oratcl 2.0 from TP
#
#--------------------------------------------------------
#							|
# CURRENT REV:  2.0.21					|
#
