--- rxvt-unicode/Changes 2007/06/09 13:30:25 1.763 +++ rxvt-unicode/Changes 2007/11/18 02:17:35 1.800 @@ -1,5 +1,6 @@ rxvt-unicode changelog <= google-friendly title +TODO: init_secondary serves what purpose? maybe move it to earlier startup phase and re-think TODO: xcopyarea pass broken, fix and improve TODO: event mechanism that replaces on_keyboard_command with something more scalable. TODO: slipwheeling needs a keyboard grab to get key release events. @@ -11,36 +12,55 @@ => 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. -WISH: skipscroll option WISH: selection-color-pair instead of reverse video WISH: load system-wide config file even if we don't have one WISH: look into XAddConnectionWatch, does anybody need that? -WISH: anyevent mouse notification / manage MotionMask better. -WISH: kick out xpm.C, replace by pixbuf DUMB: support tex fonts -TODO: skipscorll option -TODO: really enable libafterimage by default (6mb => 10mb rss without using it)? -TODO: document -blr units, and possibly fix blur (20 seems to be about 3 pixels, - 80 seems to be about 3 pixels, too, just much slower). -TODO: when window partilaly off-screen, -blr does not have any effetc anymore. -TODO: rid of global dpy variable. -8. - - fix a lot of commandline switches (-C, -iconic, -ic, , -tr) - that were being ignored (Sasha Vasko). - - initial transparency improvement/afterstep support +TODO: align default value of cutchars with rxvt.1.pod and add it as a fallback in perl 'selection' + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377194 + - expect major portability issues in this release: please test and report. + - converted from the veritable io manager event loop to + the high performance libev (http://software.schmorp.de/pkg/libev). + - fix memory leak in pixmap code. + - fix a serious bug while setting the XIM destroy callback + on (typical) 64 bit systems. + - automove-background functionality re-implemented internaly using :root op in pixmap + geometry string. For example: rxvt -pixmap "image.jpg;:root" + - do not link rxvtc against every lib on the planet anymore. + +8.4 Sat Oct 27 14:02:13 CEST 2007 + - overhaul of the transparency/pixmap code (sasha). + - fix possible race betwen visual bell and poweron. + (reported by Martin von Gagern, gentoo?). + - urxvt -e no longer crashes the child. + - fixed some minor memleaks on incorrect usage or + missing DISPLAY. + - implement xterm 1002/1003 mouse tracking modes (exg). + - source code organisational cleanups (exg). + - updated io_manager. + +8.3 Wed Aug 1 20:21:31 CEST 2007 + - new option: skipScroll/-ss, enabled by default. + - go with the times and expect x11 library files in /usr/lib, not + /usr/X11R6/lib. + - initial transparency improvement/afterimage support patch by Sasha Vasko. - - 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). - add urgentOnBell resource to set the urgency hint (patch by Philip Paeps). + - do not process focus events caused by grabs + (patch by Mikachu). + - add iso14755_52 resource to disable iso14755 5.2 (exg). - add binding for backspace in iso14755 5.1 to remove the last - digit. - - go with the times and expect x11 library files in /usr/lib, not - /usr/X11R6/lib. - - add iso14755_52 resource to disable iso14755 5.2. + digit (exg). + - better option handling, support more than 30 options (exg). + - nuke reconf script, serves no purpose anymore. + - fixed and documented matcher/on_user_command processing in matcher + extension (tpope). + - compile out of the box on Solaris 10 (exg). + - fix MappingNotify events (reported by Stephan Walter). + - zero-initialise mwmhints, this seems to solve all sorts of minor + problems. 8.2 Sat Feb 17 21:35:28 CET 2007 - fix make depend in src/, reported by exg. @@ -57,7 +77,7 @@ (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. + - fix make and make install with srcdir != builddir (exg). - 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 @@ -70,11 +90,11 @@ - 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). + from (50,50) to (0,0) (exg). - 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. + font with inheritPixmap and tintColor (exg). 8.1 Thu Dec 7 22:27:25 CET 2006 - ケリスマスプレゼント - zomg!!1, it's too early!!! @@ -153,7 +173,7 @@ (patch by Wu Fengguang). - removed rxvtlib.h from the tarball, it had no reason to be there (spotted by Decklin Foster). - - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported + - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported by omatunto_. - slap in a using namespace std, might help on platforms that don't follow C++ closely enough. @@ -223,7 +243,7 @@ 7.5 Tue Jan 31 15:15:43 CET 2006 - further improvements to the careful mode detection, and font width - detection: + detection: - fully double-wide fonts will now be correctly treated, - overlap detection was improved. - detect totally broken fonts (usually synthesized by xft).