Share

xonclock - X analog clock

File Release Notes and Changelog

Release Name: xonclock-0.0.8.1

Notes: Fixed free() call for NULL pointer if clock skin can't be loaded. Fixed possible sending of event to already destroyed window. Added support of reading of $(HOME)/.xonclockrc file. Added exit from the program on mouse right button double click.


Changes: 2006-09-20 Cyrill Gorcunov <gclion@mail.ru> * xonclock.c: removed handling of keyboard pressing. * xonclock.c: added exit from the program on mouse right button double click. * xonclock.c: fixed possible sending of event to already destroyed window. 2006-09-19 Cyrill Gorcunov <gclion@mail.ru> * xonclock.c: a lot of integer command-line params is taken in abs() form that may prevent some crashes. * xonclock.c: added reading of configuration file. 2006-09-17 Cyrill Gorcunov <gclion@mail.ru> * parse.c, parse.h: files are added. 2006-09-16 Cyrill Gorcunov <gclion@mail.ru> * xonclock.c: fixed attempt to free NULL pointer during imlib2 library call. * xonclock.c: exit on 'q' key. 2006-09-16 Cyrill Gorcunov <gclion@mail.ru> * xonclock.c: fixed freeing of NULL pointer in imlib2 call.