gpppkill ChangeLog
------------------

Text at the biginning of the file are newer.
Last updated: Thu Mar 11 00:07:12 PYT 1999

From 0.9.13 to 0.9.14
---------------------
- fixed a black pixmap when Linux is at big load.
    Very strange one, when Linux is aumenting the load(i.e. from 1.0 to 2.0)
    the drawing area recive 3 configure_events. The second configure_event
    has the width member (event->width < 0). I use this information to create
    the pixmap, so I get a black pixmap. 
    The issue is that in normal load, the drawing_area only get 2 
    configure_event and neither event->width are < 0.
- thanks to the function 'gdk_window_get_root_origin()' from gdk, the options
    in the ~/.gpppkillrc :
      dxWM
      dyWM
    are no more used. This function return the real position of the window
    with the decoration of the window manager.
- Compile in gtk+ 1.2 with the -DGTK_DISABLE_COMPAT_H option passed to the
    compiler. This means, pure gtk+ 1.2!
- first atempt to write and distribute a changelog in English.

