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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.168 by root, Sat Aug 14 03:00:32 2004 UTC vs.
Revision 1.194 by root, Tue Aug 17 02:23:39 2004 UTC

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: there are other todo items, but they are not in this file. 7TODO: there are other todo items, but they are not in this file.
8TODO: tabbed windows 8TODO: tabbed windows
9
103.7 Tue Aug 17 04:22:25 CEST 2004
11 - new configure option --enable-iso14755.
12 - full iso 14755 conformance (at least I claim so :).
13 - extended the FAQ section in the manpage.
14 - fix OverTheSpot and OffTheSpot editing, which was broken since ages,
15 due to no fontset being available. The fontset used is a very rough
16 approximation to the rxvt font, though. This fixes the
17 "cannot create input context" in most cases.
18 - fix coordinates used for Over && OffTheSpot editing to fit directly
19 at the cursor (Over) or into the top line (Off).
20 - reset SIGHUP and SIGPIPE handlers to default values (they were
21 previously being ignored, causing programs not to exit on windoe
22 close).
23 - implemented simple overlays for feedback messages. believe it or
24 not, this was a major blocker in implementign tabbed termianls.
25 - fix compiling with --disable-frills (Adam Sampson).
26 - clarify bold docs in README.unicode (Adam Sampson).
27 - fix crash on window close when the input method or context
28 could not be created.
29 - add work around for badly written programs (see debian bug
30 #202497). This is _not_ a bug in rxvt but rather a race
31 condition in other programs (e.g. jed). It works by forcefully
32 sending SIGWINCH when rxvt sees the first output from the
33 command. This workaround isn't perfect (a slight cost to
34 wellbehaving programs who need to resize twice), but it usually
35 works.
36 - set correct pixel size in struct winsize.
37 - document more escape sequences.
38 - fix leftover macros and a few minor doc glitches in rxvt(1).
39 - work around bash's assumption that stepping into the middle of a
40 character is a sensible operation.
41 - fix some corner cases in autowrap handling.
42 - remove various useless make cruft, renamed files to better
43 reflect on their function, renamed many variables.
44 - fixed printscreen functionality, as noted by Jinesh Choksi.
45 - fix a problem where redraws of double-width characters sometimes
46 made the last character draw with normal width (especially visible
47 with selections).
9 48
103.6 Sat Aug 14 04:55:26 CEST 2004 493.6 Sat Aug 14 04:55:26 CEST 2004
11 - SECURITY FIX: rxvtd kept open filehandles to other terminal 50 - SECURITY FIX: rxvtd kept open filehandles to other terminal
12 windows when spawning children. Actual risk is low (attacker 51 windows when spawning children. Actual risk is low (attacker
13 needs access to a local shell window). 52 needs access to a local shell window).
35 - moved FreeMono to the very back of the fallback list, as some 74 - moved FreeMono to the very back of the fallback list, as some
36 people complain it looks ugly. This is a no-win situation, though. 75 people complain it looks ugly. This is a no-win situation, though.
37 - fixed sourceforge bug 998970, reported against aterm: 76 - fixed sourceforge bug 998970, reported against aterm:
38 "crash on -sl 0 on super small windows". 77 "crash on -sl 0 on super small windows".
39 - decreased memory and code size when !--enable-transparency. 78 - decreased memory and code size when !--enable-transparency.
40 - SYNC. backported changes done to rxvt, except for Color_ufbg, 79 - SYNCCVS. backported changes done to rxvt, except for Color_ufbg,
41 which I think is better done through fading, and libW11, which 80 which I think is better done through fading, and libW11, which
42 needs testing anyways. 81 needs testing anyways.
43 - more complete compile options help output. 82 - more complete compile options help output.
44 - Provide linear scaled colour cubes for 256 colour mode. 83 - Provide linear scaled colour cubes for 256 colour mode.
45 Pass them through as rgbi rather than rgb so that Xlib can 84 Pass them through as rgbi rather than rgb so that Xlib can
335 - Support for non-utf-8-locales 374 - Support for non-utf-8-locales
336 - much improved font choosing 375 - much improved font choosing
337 376
3381.0 3771.0
339 - first release 378 - first release
340 - original cloned from rxvt-CVS 2003-11-19 00:26 379 - originally cloned from rxvt-CVS 2003-11-19 00:26
341 - removed rclock et al. 380 - removed rclock et al.
342 - initial conversion to C++ 381 - initial conversion to C++
382

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines