--- rxvt-unicode/Changes 2006/12/02 16:57:16 1.722 +++ rxvt-unicode/Changes 2007/05/01 21:30:00 1.755 @@ -20,26 +20,59 @@ 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: add bell event (or generic event to act on such controls). + - nuke reconf script, serves no purpose anymore. + - do not process focus events caused by grabs + (patch by Mikachu). + - better option handling, support more than 30 options (exg). -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.2 Sat Feb 17 21:35:28 CET 2007 + - 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). + - disabled linux kernel bug workaround again: disabling it gives + a 50% speed hit on affected machines, while enabling it gives + a similar speed hit to screen, which is likely the more common + case to work around for :/ + - 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. + - fix make and make install with srcdir != builddir. + - updated bundled libptytty to fix a bug where the tty would be kept + open (see the libptytty ChangeLog for details). + - delay setting the IUTF8 flag to after the tty settings have been + set so its value does not get lost (reported and analysed by Andrei + Paskevich). + - rip out support for obsolete sgtty.h interface. + - rip out support for non-POSIX termios variants. + - update libptytty. + - update iom.C, make it call ptytty::sanitise_stdfd on init. + - when !XFT, change rounding of colours to use a less correct formula to + meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f). + - change the starting offset of the pixmap set with backgroundPixmap + from (50,50) to (0,0). + - fix a typo in button_release, now meta-button2 request the value of + the Clipboard selection as it should (patch by Serge Koksharov). + - fix a bug in drawing a cell with a nonspacing char when using an xft + font with inheritPixmap and tintColor. + +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,