
o This is what happens after install install.man:
	kirke@tor[5] xblackjack
	Warning: Cannot convert string "HELP_FONT" to type FontList

o Make second click on autoplay slider stop where ever it is.
(only stops when your at the bottom right now)

o Remove go files from  dist (go go.4 go.all go.dbx).

o Integrate NON-OLIT changes from GUX (Guy Renard):
    1. The number of decks (default 1)
    2. The initial bankroll (default 100)
    3. The "bet unit" - the suggested bet is multiplied by the
                        bet unit before the scale is set (default 1)
    4. Automatic adjustment of the bet unit (Boolean) -
                automatically adjust the bet unit upward as the
                bankroll increases if true (default false)
  
o Integrate OLIT changes from GUX (Guy Renard).

o Add credit to man page for grenard@elrond.STG.TRW.COM

o Add Silicon Graphics to Copyright.

o Ensure it builds and runs on ale and fox.

o Copy xv man page style (title in particular - whith version).

o roll to version 2.0

o send to GUX for OLIT verify.

o Would like ci target replace 'kirk locked' with version (ex. 1.3).
  ci doesn't like a dot in the state (default Exp).
  Still don't know how to get to the name.

o Make a patch release (shar diffs, updating PatchLevel.h)
  Generate a patch file (ex. patch1, patch2, ... for each level.
   (whenever we make release target?)

o Make a single ManageHelpDialogCB for all Help menu items.
  (Have ManageHelpDialogCB() recognize which to Manage.)

o Need to drain extraneous Expose/Resize DrawingAreaCB events.

o Manage composite widgets last (separate ManageWidgets call?)

o Get resources into fallback form.
  (run without a resource file).

o Growing (memory leak).  Not as bad under 5.0/4.10 (Motif 1.1.3).
  Can run overnight now.  Need Purify.

o Options Menu:
	Default bankroll	[0,maxint]              100	scale
	Table minimum 		[0,maxint]		1	scale
	Shuffle up before deal	[1,decks*52]		6	scale
	Shuffle during hand	[1,decks*52]		0	scale
	Total Decks 		1, 2, 7			1	radiobox
	Dealer Hits Soft 17	Yes, No			No	button
	Dealer peeks on TEN	Yes, No			No	button
	May Double Down		9, 10, 11, anyTwoCards	10,11	combobox

o Action Menu:
	Shuffle (Shuffle up now)
	Restart (Start over over, clearing won/lost stats)
  Is it against the style guide to make these 2 menubar buttons?
  (Should all menubar children be cascades?) 

o Additional entries for charts if any two cards can be doubled.
  If you can double down on 9 (which is true in some Reno casinos),	

			2    3    4    5    6    7    8
		       ---------------------------------
	(hard) 9       03   00  -05  -10  -12   04   14
	(soft) A,8         -02  -15  -18  -23

o INSURANCE for arbitrary value <= bet/2


920708(14:26) Placed xblackjack on export.lcs.mit.edu:/contrib:
-rw-r--r--  1 ftp        128745 Jul  8 21:16 xblackjack-1.3.tar.Z

920809(18:37) Started integrating OLIT changes from GUX (Guy Renard)
grenard@elrond.stg.trw.com after release 1.4.
