=> when setting the constraints, the wm might (correctly)
resize the outer window, which might result in a smaller window overall.
or something like that. guys, send me a patch.
-WISH: skipscroll option
WISH: selection-color-pair instead of reverse video
WISH: load system-wide config file even if we don't have one
WISH: look into XAddConnectionWatch, does anybody need that?
WISH: kick out xpm.C, replace by pixbuf
DUMB: support tex fonts
-TODO: skipscorll option
+TODO: skipscroll option
TODO: really enable libafterimage by default (6mb => 10mb rss without using it)?
TODO: document -blr units, and possibly fix blur (20 seems to be about 3 pixels,
80 seems to be about 3 pixels, too, just much slower).
-TODO: when window partilaly off-screen, -blr does not have any effetc anymore.
+TODO: when window partially off-screen, -blr does not have any effect anymore.
TODO: rid of global dpy variable.
8.
- - fix a lot of commandline switches (-C, -iconic, -ic, , -tr)
- that were being ignored (Sasha Vasko).
- initial transparency improvement/afterstep support
patch by Sasha Vasko.
- nuke reconf script, serves no purpose anymore.
if test x$support_afterimage = xyes; then
support_afterimage=no
- if test "x$afterimage_config" = "x" ; then
+ if test "x$afterimage_config" = "x" ; then
AC_PATH_PROG(afterimage_config, afterimage-config, no)
else
afterimage_config=$afterimage_config/afterimage-config