ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/Changes
(Generate patch)

Comparing rxvt-unicode/Changes (file contents):
Revision 1.108 by pcg, Mon Apr 5 00:00:04 2004 UTC vs.
Revision 1.147 by root, Tue Aug 10 22:36:30 2004 UTC

1Lines marked with "xterm:" indicate either xterm features ported to rxvt 1Lines marked with "xterm:" indicate either xterm features ported to rxvt
2or changed rxvt behaviour to make it more compatible to xterm (usually 2or changed rxvt behaviour to make it more compatible to xterm (usually
3xfree86's xterm). 3xfree86's xterm).
4 4
5TODO: implement xterm mode to be able to use xfree's TERM=xterm.
6 (except for the keymapping this should be done now).
7TODO: multibyte support for setwmname et al.
8TODO: there are other todo items, but they are not in this file.
9
103.5 Wed Aug 11 00:31:34 CEST 2004
11 - UPGRADE ADVISED: rxvt did wake up 100 times per second. did not
12 show in my top (linux...), but it's extremely annoying that I
13 released it with that bug. :( Fixed.
14 - use memove instead of for-loop for large scrollback buffer copies.
15 speeds up large scrollback buffers (on systems with reasonable
16 memmove :)
17 - minor cleanups.
18 - removed ~ from default cutchars, in accordance with the manpage
19 (debian bug #169415).
20 - fix a race condition on exit (debian bug #197265).
21 - change prio/next scrolling modifier handling (debian bug #226386).
22 - updated configure script to current autoconf standards.
23 - updated config.guess.
24
253.4 Fri Aug 6 19:34:29 CEST 2004
26 - fix inheritpixmap transparency border code.
27 - fix tinting transparency border code, also experimentally
28 make some scrollbars transparent (e.g. plain, my favourite style :).
29 - imported aterm shading code (faster and still portable).
30 - changed interpretation and usage of shading (-sh).
31 - fixed blinking underlined and negative text.
32 - disable slow link support on connections using unix domain sockets,
33 speeding up scrolling immensely.
34 - various other optimizations.
35 - new borderLess switch (ewmh-compliant), by Mikael Magnusson.
36
373.3 Sat Jul 31 15:15:59 CEST 2004
38 - some doc updates (Eduard Bloch).
39 - use faster inheritpixmap method when tinting color not set.
40 - fix pixmap offset when tinting (reported by Eduard Bloch).
41 - new -sh option by Mikael Magnusson.
42 - off-focus-fading (--enable-fading) support (patch by
43 Mikael Magnusson).
44 - cursor now set correctly on --disable-blank (reported by
45 Mikael Magnusson).
46 - better (and non-crashing) slipwheeling (Mikael Magnusson).
47 - solaris 2.8 portability changes (reported by Colin Marquardt).
48 - disable-xim now really disables xim code.
49
503.2 Mon Jul 26 19:57:32 CEST 2004
51 - support real bold fonts (patch by Adam Sampson <azz@us-lot.org>),
52 if specified in the font list (and enabled by -rb).
53 - fixed --enable-keepscrolling and --enable-selectionscrolling, which
54 was broken since 1.8. Patch by Hans de Goede <j.w.r.degoede@hhs.nl>.
55 - fixed --enable-slipwheeling, see above.
56 - sequences ended by ST can now contain any octet by quoting it
57 with ^V (SYN).
58 - 8-bit-controls disabled by default (compiletime option).
59
603.1 Sat Jun 26 23:38:07 CEST 2004
61 - set default backspace sequence to "DEC" (which defaults to \177)
62 as opposed to \010 as before, which was incorrect (ahem :).
63 - updated doc/etc/rxvt.* to reflect the change. This brings rxvt
64 in line with many existing rxvt terminfo and termcap entries as
65 well as with other terminal emulators.
66 - fix a segfault when trying to set a nonexistant locale
67 (reported by elmex).
68 - find more fonts by default for japanese.
69 - the internal border wasn't always cleared. This is fixed by moving
70 the window relative to it's frame and simplifies a lot of code, too.
71 - fixed quite hard to find scrollbar colour bug, reported by Eduard
72 Bloch.
73
743.0 Mon May 10 20:47:23 CEST 2004
75 - experimental flickerfree resize mode (I tried to get even
76 less flickering with SouthWestGravity but couldn't get it to work,
77 sorry).
78 - c++-ify (or at least make it compile with g++-3.4, which should
79 make it a little bit more correct c++).
80
812.9 Sat May 8 19:13:41 CEST 2004
82 - fix some minor doc issues + some generated doc files are now
83 getting distributed (closes debian bug #246035).
84 - minor i18n issue fixes.
85
862.8 Thu Apr 8 22:44:36 CEST 2004
87 - replace PF_LOCAL by PF_UNIX (portability).
88 - try to detect -lnsl and -lsocket (portability).
89 - fix some minor bugs.
90
52.7 Mon Apr 5 02:11:15 CEST 2004 912.7 Mon Apr 5 02:11:15 CEST 2004
6 - this version should now work fine with TERM=xterm. 92 - this version should now work fine with TERM=xterm, except
93 for the keymappings.
7 - don't leave the X or rxvtd sockets open in child processes. 94 - don't leave the X or rxvtd sockets open in child processes.
8 (inherited fd's stay open - different to rxvt). 95 (inherited fd's stay open - different to rxvt).
9 - xterm: implemented OSC3, set/get window property. get is an 96 - xterm: implemented OSC3, set/get window property. get is an
10 extension and is slightly ugly. 97 extension and is slightly ugly.
11 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and 98 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines