--- rxvt-unicode/Changes 2008/11/05 12:28:14 1.897 +++ rxvt-unicode/Changes 2008/11/05 16:17:23 1.903 @@ -19,8 +19,8 @@ WISH: look into XAddConnectionWatch, does anybody need that? DUMB: support tex fonts -TODO: cursor over overlays, when focus change? TODO: cursor restore/rendition restore on rmcup + - NOTICE: this release updates terminfo/termcap. - 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 @@ -45,17 +45,23 @@ - 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. - redundantly clear mouse reporting and a few other states in tput init/tput reset, for older urxvts. - partial/full clear screens did cause flickering and possibly pixel - droppings when urxvt viewed the scorllback buffer. + 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. 9.05 Sun Jun 15 20:09:20 CEST 2008 - new option --cd/chdir to set the starting working directory.