--- rxvt-unicode/Changes 2008/11/04 13:30:40 1.887 +++ rxvt-unicode/Changes 2008/11/05 12:28:14 1.897 @@ -19,16 +19,17 @@ WISH: look into XAddConnectionWatch, does anybody need that? DUMB: support tex fonts -TODO: /*TODO: the xlceararea/xfillrectangle below don't take scroll offste into account, ask mikachu for details */ - -TODO: investgate wm resize race: while sleep 0.001; do printf "\033[?30l";sleep 0.001;printf "\033[?30h";done -TODO: investigate miroslav patches -TODO: artificially enlargen wide characters at end to correctly cut&paste. TODO: cursor over overlays, when focus change? +TODO: cursor restore/rendition restore on rmcup - 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 scr_insdel_chars/ERASE (Miroslav Lichvar). + - fix an issue where wide tab characters caused character shifts + when part of them was deleted (tracked down by Miroslav Lichvar). + - artificially enlargen the previous character at the end of a line + when trying to output a character that doesn't fit. looks ugly, but + makes copy&paste work. - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they no longer apply. - the urgency hint is now cleared on both focus in and focus out. @@ -42,7 +43,19 @@ - try to work around linux first breaking sched_yield and now breaking the only known workaround. - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt). - - intiialise the as visual only on demand, instead of unconditionally. + - 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. + - 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. + - use current rendition style in DCH sequence. + - the 132/80 mode switch no longer forces a screen reset. 9.05 Sun Jun 15 20:09:20 CEST 2008 - new option --cd/chdir to set the starting working directory.