--- rxvt-unicode/Changes 2006/03/28 06:33:02 1.671 +++ rxvt-unicode/Changes 2006/05/18 22:34:25 1.675 @@ -1,6 +1,5 @@ rxvt-unicode changelog <= google-friendly title -TODO: fix the flaw in the url regex jost pointed out TODO: xcopyarea pass broken, fix and improve TODO: event mechanism that replaces on_keyboard_command with something more scalable. TODO: slipwheeling needs a keyboard grab to get key release events. @@ -20,9 +19,15 @@ WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look. DUMB: support tex fonts +TODO: rxvt -bg "#262626" -fn "xft:Andale Mono:pixelsize=15" + # causes some lines with #252525 in the output. rounding bug in xft? TODO: zero scorllback buffer should free memory TODO: kuake TODO: depth resource not working(?) +TODO: fix the flaw in the url regex jost pointed out +TODO: look into the selection hilight patch +TODO: implement smartcase-like search in searchable-scrollback +TODO: check wether -depth works as resource - add FORCE_UNBUFFERED_XFT define to features.h. - double-buffered xft drawing did suffer from pixel offset issues when pixmap transparency was enabled. @@ -33,7 +38,9 @@ - the automove-background extension now properly works when the pixmap gets reset with an osc sequence (sqweek). - selection-pastebin did not work properly with non-latin1-characters. - - removed rxvtlib.h from the tarballe, it had no reason to be there + - apply colorUL only when the text colour is the default fg + (patch by Wu Fengguang). + - removed rxvtlib.h from the tarball, it had no reason to be there (spotted by Decklin Foster). - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported by omatunto_.