--- rxvt-unicode/Changes 2007/06/30 10:42:06 1.771 +++ rxvt-unicode/Changes 2007/12/11 21:12:15 1.814 @@ -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. @@ -14,20 +15,63 @@ 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: 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 partially off-screen, -blr does not have any effect anymore. -TODO: rid of global dpy variable. -8. + - option -C was aliased to all unsupported options, activating + options that shouldn't be compiled in, leading to interesting + effects. + - updated libev, working around a bug in linux 2.4, curing the + symptom of urxvt not closing its window on shell exit. also + fixes a problem with urxvt not refreshing. + - the text blink callback was called even when no blinking + text was visible. + +8.7 Sun Nov 25 10:23:49 CET 2007 + - update libev with an important bugfix that would cause crashes + when closing windows (when using rxvtd, and update is recommended). + - do not compile in the block builtin graphics with --disable-frills. + +8.6 Fri Nov 23 14:10:57 CET 2007 + - upgrade libev to disable kqueue on anything but netbsd as it + seems to be broken everywhere else w.r.t. ptys. + - allow for spurious event notifications, as at least epoll and + especially solaris ports like to lie about them (symptoms: + urxvt "hangs" until there is some x11 related activity). + - -keysym command line options are now subjected to xlib parsing. + - add 'xrm' option analogous to Xt one. + +8.5a Wed Nov 21 10:16:33 CET 2007 + - make it compile with --disable-transparency. + +8.5 Wed Nov 21 05:19:20 CET 2007 + - 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). + - minor tuning to the perl selection (include single words and more quoting chars). + - 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. + - parallel builds should work once more. + +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/afterstep support + - initial transparency improvement/afterimage support patch by Sasha Vasko. - add urgentOnBell resource to set the urgency hint (patch by Philip Paeps). @@ -41,6 +85,9 @@ - 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.