Changes xview3L2 -> xview3L3
----------------------------
- Fixed bug in ttysw package which affected cmdtool/shelltool. The
  problem was in pty handling, which didn't work properly. One
  of the symptoms was a nonworking <Ctrl>-C. Updated the minor version
  of libxv3.so.1 from 0 to 1 due to this.
- Olwm didn't wait on it's children properly, causing zombies for
  processes started from the Workspace menu.
- Including olvwm (virtual window manager), based on olvwm 3 patchlevel 3.
- Static versions of libolgx and libxview included due to request.
- The xview "images" directory included, some applications want icons.
- Stub libraries are now called /usr/lib/libXXX.sa instead of
  /usr/lib/shlib/jump/libXXX.a. A reasonably new ld(1) is needed,
  when building XView applications.
- All libraries recompiled with gcc 2.3.3, updated jump table versions
  from 1.0 to 1.1
- Included a Xinitrc, to make installation even more failsafe.
- Included a kludgy port of the User Interface Toolkit (UIT), a C++
  class library based on XView. Static lib only, G++ complains about
  class declarations when building UIT apps.
- Two example programs built with UIT, "Hello World", and "Linux Meminfo"

Changes xview3 -> xview3L2
--------------------------
- The libraries are now jump libraries (linux flavor of shared libraries).
  This means *MUCH* smaller binaries, here are some examples:
  'clock' before: 951300 bytes. Now: 33796 bytes (both stripped)
  'olwmslave' before: 947204 bytes. Now: 91140 bytes (both stripped)
  The binaries would be even smaller if it wasn't for one library not
  yet available as shared, the RPC library.
- The Slingshot extensions are now included. This is Slingshot v2.0
  recently (Nov-92) released by Sun.
- The cursor keys now work in cmdtool/shelltool for command line history
  and vi.
- A small bug in the olgx library fixed. It affected the scrollbar
  cables, which would in some cases extend over their limits.
- Slightly modified termcap entry.
- Some errors in the provided Workspace menu files have been fixed. Also
  added a menu for the Slingshot example programs.
- The 'fd_set' has changed in linux from a long-int to an array between
  kernel 0.98 and 0.98p5. Updated the XView libraries to reflect this
  (in effect removed some patches that were needed before :-)
- Patches to XView not included anymore. They would increase the size
  of this package even further, and are probably not interesting to
  most people anyway. Available on request.
