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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.833 by root, Sat Jan 12 22:21:16 2008 UTC vs.
Revision 1.870 by root, Sun Jun 15 13:54:15 2008 UTC

10TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?) 10TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?)
11TODO: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines 11TODO: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
12 => when setting the constraints, the wm might (correctly) 12 => when setting the constraints, the wm might (correctly)
13 resize the outer window, which might result in a smaller window overall. 13 resize the outer window, which might result in a smaller window overall.
14 or something like that. guys, send me a patch. 14 or something like that. guys, send me a patch.
15WISH: coloured pastebin
15WISH: selection-color-pair instead of reverse video 16WISH: selection-color-pair instead of reverse video
16WISH: load system-wide config file even if we don't have one 17WISH: load system-wide config file even if we don't have one
17WISH: look into XAddConnectionWatch, does anybody need that? 18WISH: look into XAddConnectionWatch, does anybody need that?
18DUMB: support tex fonts 19DUMB: support tex fonts
19 20
21TODO: rxvt -font 10x20 -xrm "*.tabbed.font: 10x20" -pe tabbed
22 how does one affect the tab windows themselves? seems not to work anymore.
23
24TODO: implement initial chdir for tabs by making it a resource?
25 - new option --cd/chdir to set the starting working directory.
26 - tabbed extension now starts in the "correct" working directory.
27 - work around fedore 9 prividing isastream but not the relevant
28 header file for it (report by Tuncer Ayaz).
29 - upgrade to libev-3.31, fixing a bug in the select backend
30 with more than 31 file descriptors on non-linux 64 bit systems.
31 - correctly reset the multibyte state to the initial one
32 after EILSEQ (patch by Neil Booth). This fixes the
33 issue of rxvt-unicode not properly displaying text after an illegal
34 sequence on NetBSD and probably other systems.
35 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K.
36 - made tabs moveable (based on a patch by Petr Machata).
37 - support relative paths for RXVT_SOCKET in urxvtd.
38 - better diagnostic on 0x0 window geometries.
39 - update Anyevent API to version 3.4 and above.
40 - document the default value of :0 for DISPLAY.
41
429.02 Tue Jan 29 11:58:36 CET 2008
43 - the "exg makes everybody happy" release.
44 - fix build with !xft.
45 - always compile in plain style scrollbar (simplifies code and looks great).
46
479.01 Sat Jan 26 20:49:27 CET 2008
48 - be more aggressive about handling X events, this seems to be required
49 with newer xlibs (should fix the "screen stays black until event is
50 received" problem, again :)
51 - add buffered resource to control xft double-buffering.
52
539.0 Fri Jan 25 19:34:04 CET 2008
54 - fix a crash bug where urxvtd would crash when urxvtc was called
55 with wrong arguments (I wish debian maintainers in general would
56 report bugs and their proposed fixes to the original package maintaienrs
57 instead of sitting on them for good measure to see if anybody notices).
58 - drawing xft compose characters was causing garbage to be drawn.
59 - correctly clear xft character background in all cases.
60 - implement bracketed paste mode (xterm private mode 2004).
61 - improve documentation on alpha channel handling, make urxvt
62 work better on servers lacking the RENDER extension when alpha
63 channels or background images are used.
20 - check for refresh after initialising to avoid staying blank 64 - check for refresh after initialising to avoid staying blank
21 till the first event arrives. or so. 65 till the first event arrives. or so.
66 - the FORCE_UNBUFFERED_XFT feature macro works again.
22 - continuously update transparency while moving/resizing now. 67 - continuously update transparency while moving/resizing now.
23 - scrollbar code cleanups. 68 - OSC 39/49 are deprecated and aliased to OSC 10/11.
24 - cub1 now acts as advertised (and ignores the "wrapped" state). 69 - cub1 now acts as advertised (and ignores the "wrapped" state).
25 - the 132/80 mode switch now forces a height of 24, too, and 70 - the 132/80 mode switch now forces a height of 24, too, and
26 resets the terminal. 71 resets the terminal.
72 - scrollbar code cleanups.
73 - stopping children is no longer confused with children exiting.
74 - removed (undocumented) #aarrggbb format.
75 - updated to libev 3.0.
27 76
288.9 Mon Dec 24 07:51:40 CET 2007 778.9 Mon Dec 24 07:51:40 CET 2007
29 - fix the issue where urxvtd would not immediately close a window 78 - fix the issue where urxvtd would not immediately close a window
30 when the command exited but only on the next X event. 79 when the command exited but only on the next X event.
31 - changed terminfo file not to use application keypad mode. 80 - changed terminfo file not to use application keypad mode.
1267 - completely removed non-working graphics mode 1316 - completely removed non-working graphics mode
1268 1317
12691.4 Fri Jan 16 23:03:22 CET 2004 13181.4 Fri Jan 16 23:03:22 CET 2004
1270 - fix stupid segfault on esc-c 1319 - fix stupid segfault on esc-c
1271 - small font tunings 1320 - small font tunings
1272 - much better io manager, less bugs, higher speed 1321 - much better io manager, fewer bugs, higher speed
1273 - better error reporting for unknown options 1322 - better error reporting for unknown options
1274 1323
12751.3 2003-12-26 13241.3 2003-12-26
1276 - fix a bug in font height selection 1325 - fix a bug in font height selection
1277 - autoscale scalable x11 fonts 1326 - autoscale scalable x11 fonts
12871.1 2003-12-18 13361.1 2003-12-18
1288 - Support for XIM in other than the current locale. 1337 - Support for XIM in other than the current locale.
1289 - Support for non-utf-8-locales 1338 - Support for non-utf-8-locales
1290 - much improved font choosing 1339 - much improved font choosing
1291 1340
12921.0 13411.0 2003-12-18
1293 - first release 1342 - first release
1294 - originally cloned from rxvt-CVS 2003-11-19 00:26 1343 - originally cloned from rxvt-CVS 2003-11-19 00:26
1295 - removed rclock et al. 1344 - removed rclock et al.
1296 - initial conversion to C++ 1345 - initial conversion to C++
1297 1346

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines