

Oct 7, 1994:
        Added the "wait" UI demo
        Modified the "window" UI demo to include "Move" button
        Fixed bugs in window moving and title modification methods
        (visualob.cxx and composit.cxx) in both X and MS Windows versions

        Fixed bug in UI_Application::ScreenRect (X version)

        Modified the Dialog protocol a little, so that it can now
        cater to modal, modeless and pinnable dialogs 
        
Oct 9, 1994:
        Finished standard question dialogs (X version)
        Added the "stddlg" UI demo
        Fixed a bug in stred.cxx relating to setting text values by program


Oct 11, 1994:
        Fixed a bug in cntroler.cxx that was causing mouse move events
        to not be dispatched under Windows.
        

Oct 12, 1994:
        Removed style parameters from ViewDescriptor to make it
        portable. Tweaked basicops.h to compile under cfront.
        
Oct 16, 94:
        Added MakeVisible, MakeInvisible, Enable and Disable methods
        to Composite. Modified the Dynamic Dialog demo so that
        Composites are hidden rather than destroyed.
        

Oct 24, 1994:
        The DisplaySurface graphics facilities now work under
        X/Motif. (Thanks, Ram!)
        
Oct 25, 1994:
        Made the standard dialogs truly modal under X/Motif.
        
        Fixed the Timer class and the clock demo; these now work under
        both Windows and X/Motif.
        
        Changed menus to use gadgets under X/Motif.
        
Oct 27, 1994:
        Fixed the awk script tools/translat.awk to generate correct
        output, accounting for button groups.

        Added support for separators in the Menu class.
        

Oct 29, 1994:
        Found a bug that was causing Event_Select to be sent too early
        from buttons, so that parent composites could not respond
        correctly (under Windows). Fixed this bug.

        Added the Graphic, LineSegment and Ellipse classes.
        Worked on the graphics editor demo.
        

Nov 1, 1994:
        Fixed the repainting problem with ButtonGroups under Windows
        by subclassing the groupbox.
        
Nov 2, 1994:
        Modified the Date constructor to take short instead of
        MonthEnum, to prevent conflicts with the constructor that
        takes a String as month name. The latter now takes const
        char*. This fixes problems with the remind demos.
        

Nov 8, 1994:
       Added the little textedit demo.
       

Nov 14, 1994:
       Added methods TextStyle and SetTextStyle to the Label class.
       
