--- rxvt-unicode/Changes 2006/12/07 03:04:03 1.723 +++ rxvt-unicode/Changes 2007/01/09 16:18:56 1.736 @@ -20,27 +20,32 @@ WISH: kick out xpm.C, replace by pixbuf DUMB: support tex fonts -TODO: http://www.cl.cam.ac.uk/~mgk25/ucs/scw-proposal.html +TODO: fix rounding of colors when !xft (#aaaaaa => #a9a900) (do not use correct, but expected value) +03:05 Hrm. I've found that my problem isn't so much urxvt, though it /does/ seem to ignore colorRV + - fix make depend in src/, reported by exg. + - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong. + (patch by Sergey Vlasov). + - unbundled iom perl interface somewhat. + - scrollbar-xterm now uses the selected scrollColor instead of fg + (found by Aiviru). + - urxvt::rend2mask perl function, and utilization of it by matcher + (patch by Moshe Kamensky) + - use perl:matcher on a keysym to open most recently displayed URL + - with matcher, when multiple patterns match, last wins, not first -TODO: wcwidth optimisaiton for <= 0xff is bogus, go to 0x7f or measure (Dai.H.) -TODO: strwidth bug -TODO: -TODO: 0:52 I think, that urxvt has the same bug as rxvt: FocusIn detail=NotifyPointer -TODO: (and I care only on case mode=NotifyGrab) is interpreted as FocusIn, so -TODO: the cursor is filled (while the input focus is actually elsewhere). -TODO: 0:57 how to reproduce? -TODO: 0:59 * MinceR snickers -TODO: 1:00 reproduce: place pointer above the rxvt window. Then grab the keyboard -TODO: somehow (I do it by invoking prompt of my window manager). -TODO: -TODO: 9:55 not much to document, it needs -TODO: 9:55 URxvt.keysym.M-c: perl:clipboard:copy -TODO: 9:55 URxvt.keysym.M-v: perl:clipboard:paste -TODO: http://triplefusion.net/system/macosx-clipboard -8. - - secondaryScroll is now enable by default (as per the manpage), +8.1 Thu Dec 7 22:27:25 CET 2006 + - ケリスマスプレゼント - zomg!!1, it's too early!!! + - fix the assumption that chars < 256 are single-width. Now + only assume this for codepoints 32 to 126 (reported by Dai.H.). + - $term->strwidth returned wide chars as width 1, because some jerk + confused min and max. Fixing this also fixes xim-onthespot. + Reported by Takano Akio. + - secondaryScroll is now enabled by default (as per the manpage), reported by exg. - correct the description of [percent]color rgba format in the manpage. + - incorporated macosx-clipboard extension by Samuel Ljungkvist. + - ignore (some) useless focus events (reported by mmc). + - updated compose table to unicode 5.0.0. 8.0 Thu Nov 2 18:35:19 CET 2006 - combining characters cleared the area instead of creating an overlay,