--- rxvt-unicode/Changes 2006/10/03 11:56:48 1.711 +++ rxvt-unicode/Changes 2006/11/04 22:29:14 1.718 @@ -11,7 +11,6 @@ => 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. -TODO: zeroing scorllback buffer should free memory WISH: skipscroll option WISH: selection-color-pair instead of reverse video WISH: load system-wide config file even if we don't have one @@ -21,9 +20,13 @@ WISH: kick out xpm.C, replace by pixbuf DUMB: support tex fonts -TODO: add ctype locale info to some menu to aid the "support" -TODO: (exg) rxvt -fn -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1 U+39b+U+30a wipes out 39b -8.0 +TODO: http://www.cl.cam.ac.uk/~mgk25/ucs/scw-proposal.html + +TODO: wcwidth optimisaiton for <= 0xff is bogus, go to 0x7f or measure +8.0 Thu Nov 2 18:35:19 CET 2006 + - combining characters cleared the area instead of creating an overlay, + thus losing the ability to draw combining characters properly in most + circumstances (reported by exg). - specified fonts were incorrectly morphed to bold/italic according to the basefont, even if explicitly specified (tracked down by tpope). - fixed urxvt::strwidth to calculate width in the same way as screen.C. @@ -34,6 +37,7 @@ - update to libptytty-1.0. - give proper diagnostic when RXVT_SOCKET is too long instead of corrupting the stack (patch by exg). + - display current terminal locale in option menu. - urxvtd no longer crashes when the client sends an inaccessible working directory (reported by Roland Baer, possibly fixes gentoo bug #143985). @@ -890,7 +894,7 @@ - fix pixmap offset when tinting (reported by Eduard Bloch). - new -sh option by Mikael Magnusson. - off-focus-fading (--enable-fading) support (patch by - Mikael Magnusson). + Mikael Magnusson, based on aterm code). - cursor now set correctly on --disable-blank (reported by Mikael Magnusson). - better (and non-crashing) slipwheeling (Mikael Magnusson).