--- rxvt-unicode/Changes 2007/02/17 20:36:35 1.750 +++ rxvt-unicode/Changes 2007/06/10 23:10:01 1.765 @@ -11,15 +11,35 @@ => 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: anyevent mouse notification / manage MotionMask better. -WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep scrollbar look. WISH: kick out xpm.C, replace by pixbuf DUMB: support tex fonts +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 partially off-screen, -blr does not have any effect anymore. +TODO: rid of global dpy variable. +8. + - go with the times and expect x11 library files in /usr/lib, not + /usr/X11R6/lib. + - initial transparency improvement/afterstep support + patch by Sasha Vasko. + - add urgentOnBell resource to set the urgency hint + (patch by Philip Paeps). + - do not process focus events caused by grabs + (patch by Mikachu). + - add iso14755_52 resource to disable iso14755 5.2. + - add binding for backspace in iso14755 5.1 to remove the last + digit. + - better option handling, support more than 30 options (exg). + - nuke reconf script, serves no purpose anymore. + - disabled matcher/on_user_command processing in matcher extension. + 8.2 Sat Feb 17 21:35:28 CET 2007 - fix make depend in src/, reported by exg. - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.