--- rxvt-unicode/Changes 2006/10/03 10:29:21 1.707 +++ rxvt-unicode/Changes 2006/11/25 14:50:16 1.720 @@ -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,23 +20,37 @@ WISH: kick out xpm.C, replace by pixbuf DUMB: support tex fonts -TODO: outline cursor color broken? http://bereft.net/rxvt-cursor2.png http://bereft.net/rxvt-cursor1.png -TODO: matcher etc. support -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 (Dai.H.) +TODO: strwidth bug +TODO: +19:55 not much to document, it needs +19:55 URxvt.keysym.M-c: perl:clipboard:copy +19:55 URxvt.keysym.M-v: perl:clipboard:paste +http://triplefusion.net/system/macosx-clipboard +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. - fix a crash caused by passing negative widths to overlay functions. + - added 'matcher' extension by tpope, replacing the mark-urls extension. + - improve url regex to match anything www.* (tpope). + - fixed bug with outline cursor color being wrong after xft fonts. + - 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). - fixed many minor issues reported by Roland Baer. - Leonid Khramov spotted a minor glitch in rxvtfont.C that should not have any consequences, but was buggy nonetheless. + - manpage fix by exg. 7.9 Mon Aug 7 18:16:07 CEST 2006 - fix the crashing bug people encountered with 7.8 + urxvtd + perl @@ -887,7 +900,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).