--- rxvt-unicode/Changes 2006/07/05 23:34:14 1.683 +++ rxvt-unicode/Changes 2006/07/06 18:56:09 1.684 @@ -22,18 +22,21 @@ TODO: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines TODO: zero scorllback buffer should free memory TODO: kuake -TODO: look into the selection hilight patch -TODO: implement smartcase-like search in searchable-scrollback TODO: investigate the color-management patch send ages ago, as well as other postings - - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults, earlier - versions only read it if display-resources (usually from .Xresources) - are not set. This avoids the #1 FAQ ("why isn't my resource used") and - seems to be logical behaviour, too. .Xdefaults resources have a lower - priority than display-specific resources. - - use less "correct" color scaling that is compatible with libX11 and Xft - (avoids off-by-one colors resulting in striped backgrounds). + - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults, + earlier versions only read it if display-resources (usually from + .Xresources) are not set. This avoids the #1 FAQ ("why isn't my + resource used") and seems to be logical behaviour, too. .Xdefaults + resources have a lower priority than display-specific resources. + - use less "correct" color scaling that is compatible with libX11 and + Xft (avoids off-by-one colors resulting in striped backgrounds). - the "depth" resource is now respected. + - preset the searchable-scrollback pattern with "(?i)" to default search + to case-insensitivity. Will automatically be cleared when typing an + uppercase character. - add FORCE_UNBUFFERED_XFT define to features.h. + - re-enabled highlightcolor support with --enable-frills, based on + a patch by Martin Stubenschrott. - double-buffered xft drawing did suffer from pixel offset issues when pixmap transparency was enabled. - moved on_osc_seq to on_osc_seq_perl and added a more