home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1999 March / PCShareware-3-99.iso / IMPLE / DJGPP.RAR / DJGPP2 / XLIB-SR0.ZIP / SRC / XLIBEMU / CHANGES < prev    next >
Text File  |  1994-02-20  |  1KB  |  42 lines

  1. # $Id: changes 1.2 1994/02/01 15:06:12 ulrich Exp ulrich $
  2. #
  3. # This file contains the most important changes between
  4. # two versions of Xlibemu.
  5. #
  6. Xlibemu Changes since version 0.2
  7.     window.c:
  8.         Moved all X library functions into separate files.
  9.  
  10.     _WGetWindowOrigin():
  11.         Window border bug fixed. Borderwidth is used to
  12.         calcluate the top-left origin.
  13.  
  14.     _WSetVisibileRegion():
  15.         Windows no longer may overlay their parent border.
  16.         (Fvwm does no longer produce any pixel garbage.)
  17.  
  18.     event.c:
  19.         Only extended scancode keys are remapped.
  20.  
  21.     xfonts.dir is created by makxfdir (see makefile).
  22.  
  23.     Added more X library funtions.
  24.     (I was able to compile, link and run xgc demo)
  25.  
  26.     The distibution contains probably all sources
  27.     for recompilation. There is also a binary version
  28.     of libX11.a included.
  29.  
  30.     gc.c: Removed some X library functions (original sources
  31.     are used instead).
  32.  
  33. Xlibemu Changes since version 0.1
  34.  
  35.       New file eventque.c: Replaces mouse.c.
  36.     This file was written to get the scancodes for
  37.     keyboard events. Event polling is no longer
  38.     supported.
  39.       New file loadkeym.c: The environment variable
  40.     XMODMAP=<xmodap file> can be used to load different
  41.     keyboard mappings. There exists also an compile time
  42.     configurable modmap.h (default is Xmodmap.gr).