			RELEASE NOTES FOR CEF32 V1.5

Changes in V1.5 from V1.4:
    General
        o CEF32 and all components now reflect V2.0 of the CEF specification.
        o Fix a couple of syntax errors that kept certain components from
          compiling.
        o Fix abend when expanding size of disassembly window when using
          CEF_Memory.
        o Fix abends related to terminating components.  
    Components:
        o New DEC VT52 keyboard component (VT52_KB).
        o New DEC LK201 keyboard component (LK201_KB).
        o New DEC LA120 (DecWriter III) keyboard component (LA120_KB).
        o New ASR-33 Teletype keyboard component (ASR33_KB).
        o New TRS-80 Model I keyboard component (TRS80_1_KB).
        o New Apple II keyboard component (Apple_2_KB).
        o Fixed problem with Z80 triggering register read watchpoints when it
          should not have.


			RELEASE NOTES FOR CEF32 V1.4

Changes in V1.4 from V1.3:
    General
        o All code supports Version 1.7 of the CEF specification.
    User Interface:
        o Fixed CEF32 abend when a component calls UI.Terminate.
    Components:
        o New Altair 8800 system component (Altair).
        o New emulator for MITS Altair 8800 system (Altair.cef).
        o New DEC VT100 keyboard component (VT100_KB).
        o New 108-key PC keyboard component (PC108_KB).
        o Fixed various abends when terminating visual components.
        o Handle multiple instances of visual components better.
        o VT05 Can now send files and log received data to files.
        o VT05 now emulates a glass teletype, a DEC VT05 terminal, and a DEC
          VT50 terminal.
        o VT05 can now change which keyboard component is used, and whether a
          keyboard is shown at all.
        o Added EEOS and EEOL keys to VT05 keyboard (VT05_KB).
        o SOL20 serial port can now receive data.
        o SOL20 has option to hide keyboard.
        o Prevent ringing on signals in Serial cable (Serial).
        o VDM1 now has control port (default C8 hex).


Changes in V1.3 from V1.2:
    Components:
        o New video terminal component (VT05).
        o New DEC VT05 keyboard component (VT05_KB).
        o New CEF_Util.dll implementing CEF Utilities Specification.
        o New Processor Technology SOL-20 system component (SOL20).
        o New Processor Technology SOL-20 emulator (SOL20.cef).
        o VDM1 component now uses CEF_Util.
        o Added top/bottom margin to VDM1 component.


Changes in V1.2 from V1.1:
    User Interface:
        o Memory dump now works
        o Memory load/dump support *.ent files
        o Register modification dialog now accepts lowercase
        o Fixed problem with "Goto Current Address" failing
        o Fixed editor focus problems
        o Watches can now be set on symbolic addresses
    Assembler:
        o ORG directive now works
        o $ is now a synonym for .
        o Better handle constants
        o Allow address symbol definition without requiring ":"
        o SHR, SHL, AND, OR, and XOR are now valid numeric operators
        o Notifies user if attempting to assemble into ROM
    Components:
        o Z80.DLL now supports Set Up commands: 8080, 8085, and Z80
        o Fixed several bugs in Z80.DLL emulation
        o Z80.DLL assembler now allows expressions for immediate data
        o Fixed various problems with forward references in Z80.DLL assembler
        o S64K_RAM.DLL now properly loads data in response to Set Up LOAD
        o New S-100 VDM-1 emulator component (VDM1.dll)
        o New Serial cable component (Serial.dll).
        o Fixed bug in GenScreen that misplaced characters on the screen
        o Improved performance of GenScreen.


Features that may appear in a future version:
	o Listing output on assembly
	o Component scripting
        o Separate threads for independant visual components

