--- rxvt-unicode/Changes 2004/07/30 22:39:43 1.137 +++ rxvt-unicode/Changes 2004/08/10 22:36:30 1.147 @@ -3,10 +3,38 @@ xfree86's xterm). TODO: implement xterm mode to be able to use xfree's TERM=xterm. + (except for the keymapping this should be done now). TODO: multibyte support for setwmname et al. TODO: there are other todo items, but they are not in this file. -3.3 +3.5 Wed Aug 11 00:31:34 CEST 2004 + - UPGRADE ADVISED: rxvt did wake up 100 times per second. did not + show in my top (linux...), but it's extremely annoying that I + released it with that bug. :( Fixed. + - use memove instead of for-loop for large scrollback buffer copies. + speeds up large scrollback buffers (on systems with reasonable + memmove :) + - minor cleanups. + - removed ~ from default cutchars, in accordance with the manpage + (debian bug #169415). + - fix a race condition on exit (debian bug #197265). + - change prio/next scrolling modifier handling (debian bug #226386). + - updated configure script to current autoconf standards. + - updated config.guess. + +3.4 Fri Aug 6 19:34:29 CEST 2004 + - fix inheritpixmap transparency border code. + - fix tinting transparency border code, also experimentally + make some scrollbars transparent (e.g. plain, my favourite style :). + - imported aterm shading code (faster and still portable). + - changed interpretation and usage of shading (-sh). + - fixed blinking underlined and negative text. + - disable slow link support on connections using unix domain sockets, + speeding up scrolling immensely. + - various other optimizations. + - new borderLess switch (ewmh-compliant), by Mikael Magnusson. + +3.3 Sat Jul 31 15:15:59 CEST 2004 - some doc updates (Eduard Bloch). - use faster inheritpixmap method when tinting color not set. - fix pixmap offset when tinting (reported by Eduard Bloch).