From: Scott L. <sl...@cs...> - 2002-04-03 03:27:14
|
I'm done testing face.scm. This file exercises quite a bit of C code so a lot of C code got tested in the process. Semantics of some of the *-style functions is pretty bizarre but doesn't seem to be a critical problem. I doc'd the way the functions actually behave. Improved some C docs and some minor tweaks and added some FIXME notes in the C code. Changelog for scheme/: * face.scm: 'title-style' - Added FIXME because the sense of #:relief for active-down gets reversed even if it was explicitly set in the 'title-style' call. Add warning about #:pixmap sometimes crashing scwm. Filed bug report. Improved doc string to document the way the function actually operates. The function has odd semantics and should probably be changed at some point. 'border-style' - Added FIXME about lack of option. Added suggestion of using mwm style borders with #:pixmap option since otherwise they tend to be mostly occluded by the relief. 'button-style' - Added to doc string about reversal of #:relief flag in active-down. Improved formatting of code in much of the file. Rearranged file so that flow of control goes from bottom of file to top instead of jumping around. Changelog for src/: * face.c: Drastically improved the doc string for gradients. Better doc string for 'set-title-face!'. Improved formatting of code in several places. * color.c: Improved formatting of code. * image.c: Added FIXME about way to crash scwm. Your local substitute for Raid(TM), Scott |