*** empty log message ***
authorayin <ayin>
Sat, 9 Jun 2007 14:11:37 +0000 (14:11 +0000)
committerayin <ayin>
Sat, 9 Jun 2007 14:11:37 +0000 (14:11 +0000)
Changes
configure.ac

diff --git a/Changes b/Changes
index 3a35b61a6178d5e203a7225c1d1a324a249ac32c..67929f257efb370a264257a83326b3f7c35b0ab2 100644 (file)
--- 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.
index 0d4eefbabba497e3d1d22ce842e7b192728c9f9d..ab53654e8d78891c51793140e23807f057157b54 100644 (file)
@@ -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