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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.194 by root, Tue Aug 17 02:23:39 2004 UTC vs.
Revision 1.236 by root, Wed Aug 25 04:16:33 2004 UTC

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 keymap option, for full TERM=xterm compliance. 5TODO: implement xterm keymap option, for full TERM=xterm compliance.
6TODO: multibyte support for setwmname et al. 6TODO: multibyte support for setwmname et al.
7TODO: tabbed windows
7TODO: there are other todo items, but they are not in this file. 8TODO: there are other todo items, but they are not in this file.
8TODO: tabbed windows 9
103.8 Wed Aug 25 05:46:56 CEST 2004
11 - WARNING: TERM=rxvt-unicode is now *default* unless compiled
12 differently. A terminfo entry will automatically be compiled and
13 installed if tic is available.
14 - fixed some --disable switches that didn't work.
15 - tweaked src/features.h a bit.
16 - removed README.unicode.
17 - support select&paste of tab characters.
18 - fixed a segfault when trying to load nonexistant fonts (reported
19 by Eduard Bloch and Mikael Magnusson).
20 - fixed a long-standing rxvt bug in which rxvt failed to save
21 and restore the correct cursor position on the secondary screen.
22 - reworked rxvt-unicode terminfo to allow more efficient and less flickering
23 screen updates with curses.
24 - wide characters that are being halfway overwritten are now replaced
25 by spaces.
26 - urxvtc now transmits urxvt as default name, not urxvtc anymore
27 (likewise for other names chosen at configure time).
28 - disabled the automatic font lookup for unknown characters. xft
29 is just too slow for this to work.
30 - changed realbold code, implemented _real_ bold and italic support,
31 where _real_ means the symbiosis of what I want with what I can
32 implement. use --enable-styles.
33 - removed 256 color mode, but enable 88 colours in all modes
34 (88 to be compatible with 88 colour xterm which is widely
35 supported, and most programs assume a non-iso colourtable
36 for terminals with "odd" number of colours).
37 - added doc/etc/rxvt-unicode.terminfo which is a big overhaul
38 compared to the old rxvt terminfo.
39 - sped up xft rendering by 30% *iff* the font allows it (i.e. is
40 monospaced "enough") *and* matches the base font in width.
41 - implement positive and negative character-font caching, which
42 speeds up output immensely in case a character cannot be found
43 (only for non-bold right now).
44 - fix segfault in fading code on certain escape sequences.
45 - better default font size and style.
46 - rxvt-unicode is now much more picky about fonts not fitting
47 into the base font, but to offset this it will check each
48 single character against the base font extents and will only
49 use the characters fitting into the bounding box (+ some fudge).
50 - characters not fitting into the base boundary box will now often
51 be used anyways, but the following characters will be redrawn
52 more often to avoid pixel-droppings. This is like the original
53 rxvt pixel-dropping pass but it's much faster.
54 - scrollColor now affects plain scrollbar (Mikael Magnusson).
55 - fixed segfault in overlay code when height was larger than the
56 screen height.
57 - cursor no longer shines "through" the overlay.
58 - 7-bit ST marker detection was broken.
59 - scrollbar didn't come back sometimes when switching it
60 off/on using escape sequences (Mikael Magnusson).
61 - fix lots of colour problems with focus fading.
62 - $COLORFGBG was not set as documented.
63 - fix iso 14755 5.1 support when --enable-frills but --disable-iso14755.
64 - removed OSC 702.
65 - disabled MOUSE_REPORT_DOUBLECLICK by default, as programs seem to be
66 confused by it rather than using it.
9 67
103.7 Tue Aug 17 04:22:25 CEST 2004 683.7 Tue Aug 17 04:22:25 CEST 2004
11 - new configure option --enable-iso14755. 69 - new configure option --enable-iso14755.
12 - full iso 14755 conformance (at least I claim so :). 70 - full iso 14755 conformance (at least I claim so :).
13 - extended the FAQ section in the manpage. 71 - extended the FAQ section in the manpage.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines