--- rxvt-unicode/Changes 2006/12/07 03:50:36 1.725 +++ rxvt-unicode/Changes 2006/12/07 20:59:59 1.726 @@ -22,18 +22,6 @@ TODO: http://www.cl.cam.ac.uk/~mgk25/ucs/scw-proposal.html -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. - fix the assumption that chars < 256 are single-width. Now only assume this for codepoints 32 to 126 (reported by Dai.H.). @@ -43,6 +31,8 @@ - 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) 8.0 Thu Nov 2 18:35:19 CET 2006 - combining characters cleared the area instead of creating an overlay,