--- rxvt-unicode/Changes 2004/04/08 20:34:35 1.110 +++ rxvt-unicode/Changes 2004/08/10 22:36:30 1.147 @@ -2,13 +2,95 @@ or changed rxvt behaviour to make it more compatible to xterm (usually 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.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). + - new -sh option by Mikael Magnusson. + - off-focus-fading (--enable-fading) support (patch by + Mikael Magnusson). + - cursor now set correctly on --disable-blank (reported by + Mikael Magnusson). + - better (and non-crashing) slipwheeling (Mikael Magnusson). + - solaris 2.8 portability changes (reported by Colin Marquardt). + - disable-xim now really disables xim code. + +3.2 Mon Jul 26 19:57:32 CEST 2004 + - support real bold fonts (patch by Adam Sampson ), + if specified in the font list (and enabled by -rb). + - fixed --enable-keepscrolling and --enable-selectionscrolling, which + was broken since 1.8. Patch by Hans de Goede . + - fixed --enable-slipwheeling, see above. + - sequences ended by ST can now contain any octet by quoting it + with ^V (SYN). + - 8-bit-controls disabled by default (compiletime option). + +3.1 Sat Jun 26 23:38:07 CEST 2004 + - set default backspace sequence to "DEC" (which defaults to \177) + as opposed to \010 as before, which was incorrect (ahem :). + - updated doc/etc/rxvt.* to reflect the change. This brings rxvt + in line with many existing rxvt terminfo and termcap entries as + well as with other terminal emulators. + - fix a segfault when trying to set a nonexistant locale + (reported by elmex). + - find more fonts by default for japanese. + - the internal border wasn't always cleared. This is fixed by moving + the window relative to it's frame and simplifies a lot of code, too. + - fixed quite hard to find scrollbar colour bug, reported by Eduard + Bloch. + +3.0 Mon May 10 20:47:23 CEST 2004 + - experimental flickerfree resize mode (I tried to get even + less flickering with SouthWestGravity but couldn't get it to work, + sorry). + - c++-ify (or at least make it compile with g++-3.4, which should + make it a little bit more correct c++). + +2.9 Sat May 8 19:13:41 CEST 2004 + - fix some minor doc issues + some generated doc files are now + getting distributed (closes debian bug #246035). + - minor i18n issue fixes. + 2.8 Thu Apr 8 22:44:36 CEST 2004 - replace PF_LOCAL by PF_UNIX (portability). - try to detect -lnsl and -lsocket (portability). - fix some minor bugs. 2.7 Mon Apr 5 02:11:15 CEST 2004 - - this version should now work fine with TERM=xterm. + - this version should now work fine with TERM=xterm, except + for the keymappings. - don't leave the X or rxvtd sockets open in child processes. (inherited fd's stay open - different to rxvt). - xterm: implemented OSC3, set/get window property. get is an