From: ayin Date: Sat, 9 Jun 2007 14:11:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=df61b111d634ca0aec6764f8b49a1a99c6b1a6b9;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 3a35b61a..67929f25 100644 --- a/Changes +++ b/Changes @@ -11,7 +11,6 @@ TODO: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines => 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? @@ -19,15 +18,13 @@ WISH: anyevent mouse notification / manage MotionMask better. 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. diff --git a/configure.ac b/configure.ac index 0d4eefba..ab53654e 100644 --- a/configure.ac +++ b/configure.ac @@ -472,7 +472,7 @@ have_afterimage= 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