--- rxvt-unicode/Changes 2008/11/05 14:43:54 1.900 +++ rxvt-unicode/Changes 2008/11/08 16:50:44 1.907 @@ -19,7 +19,9 @@ WISH: look into XAddConnectionWatch, does anybody need that? DUMB: support tex fonts -TODO: cursor restore/rendition restore on rmcup +9.06 Sat Nov 8 17:47:18 CET 2008 + - NOTICE: this release updates terminfo/termcap. + - updates libev to 3.48. - the aterm code now frees the as visual and image manager objects when a window was closed. - do not (wrongly) adjust the virtual line length inside @@ -44,8 +46,9 @@ - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt). - initialise the as visual only on demand, instead of unconditionally, to save memory in the common case of not using visual gimmicks. - - try to work around a race between urxvt and wm's on programmatic - resizes by temporarily disabling size hints. + - try to work around bugs in a few wm's that errornously resize + client windows on hint property updates by temporarily + disabling size hints. - implement the DECSTR soft reset sequence and use it for tput init, and make hard RIS and DECSTR both reset more private modes, such as mouse reporting. @@ -55,9 +58,12 @@ droppings when urxvt viewed the scrollback buffer. - use current rendition style in DCH sequence. - the 132/80 mode switch no longer forces a screen reset. + - add an osc sequence to change the border colour (Emanuele Giaquinta). - new perl extension "overlay-osc", for status displays and the like. - fix some minor cursor drawing issues with overlays by allowing overlays to modify screen flags (to disable the cursor themselves). + - work around programs not restoring rstyle before rmcup + (analysed by Miroslav Lichvar). 9.05 Sun Jun 15 20:09:20 CEST 2008 - new option --cd/chdir to set the starting working directory. @@ -97,7 +103,7 @@ 9.0 Fri Jan 25 19:34:04 CET 2008 - fix a crash bug where urxvtd would crash when urxvtc was called with wrong arguments (I wish debian maintainers in general would - report bugs and their proposed fixes to the original package maintaienrs + report bugs and their proposed fixes to the original package maintainers instead of sitting on them for good measure to see if anybody notices). - drawing xft compose characters was causing garbage to be drawn. - correctly clear xft character background in all cases. @@ -171,14 +177,14 @@ - 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 + - automove-background functionality re-implemented internally 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. + - fix possible race between 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 @@ -295,7 +301,7 @@ resource used") and seems to be logical behaviour, too. .Xdefaults resources have a lower priority than display-specific resources. - add "kuake" perl extension that does a similar thing to the kuake - terminal emulator (see man urxtvperl). + terminal emulator (see man urxvtperl). - use less "correct" color scaling that is compatible with libX11 and Xft (avoids off-by-one colors resulting in striped backgrounds). - the "depth" resource is now respected. @@ -346,7 +352,7 @@ to correctly position their preedit window. - un-optimise the line clearing on newly scrolled-in lines a bit: the former reasoning was that any fg colour on default bg looks the same - in empty spaces, but thats not true when reversing (e.g. selection), + in empty spaces, but that's not true when reversing (e.g. selection), so also check for matching fg colours. This fixes the problem where selecting newly scrolled-in lines would exhibit wrong colours. - fix a bug in the perl interface causing focus in events to generate @@ -365,7 +371,7 @@ - +option now really sets the option to default, instead of using the resource value. - options that require an argument now really _require_ an argument. - - the tabbed extension now forwards focus and keys events to th + - the tabbed extension now forwards focus and key events to the relevant tab window. - tab colours are now configurable and have sensible defaults (initial patch by hednod).