1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Wed Jan 14 21:54:49 1998 Raju Mathur <raju@dontpanic.indiagate.com>
* Misc: Changed version to "0.2 980114". Added 1998 to copyright
year.
* CREDITS : There's a CREDITS file now, so send your patches in
and become famous!
* Makefile: Added definitions for following variables:
BELL_ON_UNKNOWN_KEYPRESS
USE_PASTELS
SAVE_XSERVER_MEMORY
OPTIONS (agglomerate (sp?) of the above)
Default optimization flag is now -O2.
* resource.c: Added a new pastel color scheme for the bars in the
stack. Look at the define for USE_PASTELS in Makefile.
* gmemusage.c : Applied patch to use pixmaps for drawing. Now the
flicker when the window updates is gone. Thanks to Yenya (Jan
"Yenya" Kasprzak <kas at fi.muni.cz>) for this one. Save server
memory (and get a slight performance impact) by defining
SAVE_XSERVER_MEMORY in the Makefile.
(main): Allow Bell to be switched off on unknown keypress. Look at
the define for BELL_ON_UNKNOWN_KEYPRESS in the Makefile.
* TODO: Updated TODO list
|