
CHANGES TO LXB
--------------

----------------------------------------------------------------------------
What's New in Version 0.5 of lxb
3/1/97

----------------------------------------------------------------------------

What's New in Version 0.4 of lxb
5/11/96


   * Added a Widget Hierarchy Display Window. This uses the Xaw widgets
     Porthole, Panner, and Tree along with Motif pushbuttons to display the
     parent/child relationship of the widgets in the created GUI in a tree
     structure. Clicking on a node in the tree in this window will cause the
     corresponding widget in the GUI application to be "selected".

   * Changed methodology of widget traversal and selection completely. No
     "active" widget, only "selected" widget. Selection of a widget is done
     either with the mouse by clicking on the widget in the application
     being built, or by using the new Widget Hierarchy Display Window.

   * The user can change both the application name and the name of the Save
     file.

   * Some changes in the GUI of lxb, with new options added.

   * Lots of bugs fixed, especially in "Delete Widget".

   * Support for Solaris 2.4 (X11R5/Motif 1.2)

   * Support for imake.

   * Reorganized the source into one directory. This simplifies compiling,
     makefiles, and porting to other platforms.

   * NOTE: This version of lxb will not be able to read old versions of lxb
     save files.

----------------------------------------------------------------------------

Version 0.3:

	- Can now change and set Fonts.

	-	Added "play mode": toggles with "build mode" to show what 
		the built GUI will actually look and do when it is compiled.

	- Added XmList widget.

	- Added Scrolled Window widget

	- Added more resources for editing.

	- Fixed lots of bugs and cleaned stuff up. 
		...	Enumerated types of resources. See the file get_resvalue.c, 
				function get_enum_type for more info.
		... Other smaller bugs.

	- Now reads rgb.txt using rules of XtResolvePathname instead
		of hardcoded path.
