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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.300 by root, Wed Dec 15 02:53:49 2004 UTC vs.
Revision 1.364 by root, Sun Feb 13 11:07:57 2005 UTC

1Lines marked with "xterm:" indicate either xterm features ported to rxvt 1TODO: manpage 900mb update
2or changed rxvt behaviour to make it more compatible to xterm (usually 2TODO: safer command: keymap processing.
3xfree86's xterm).
4
5TODO: read property sequence is broken with respect to utf-8 etc. 3TODO: read property sequence is broken with respect to utf-8 etc.
6FEAT: just for fun, do shade and tint with XRender. 4WISH: keyboard modification via esc-sequences.
7FEAT: hotkey font resizing 5WISH: line-rewrapping on resize
8FEAT: searchable backlog 6WISH: searchable backlog
9FEAT: meta-tagging of data by regex (my dream project) 7WISH: meta-tagging of data by regex (my dream project)
10FEAT: triple-click == select full output line
11FEAT: double-click: more intelligent (urls etc.) 8WISH: double-click: more intelligent (urls etc.)
12FEAT: OnTheSpot editing. 9WISH: OnTheSpot editing, or maybe switch to miiiiiiif
13FEAT: tabbed windows (hey, just use screen...) 10WISH: tabbed windows (hey, just use screen...)
11WISH: just for fun, do shade and tint with XRender.
14 12
135.1
14 - fix a bug when parsing fontnames and another one
15 for empty keymaps which could result in crashes
16 (Kuang-che Wu).
17 - only warn on X errors, *try* to continue (frills).
18 - add COPYING back, which got lost somehow.
19
205.0 Fri Feb 11 18:31:48 CET 2005
21 - document a race-free hack to start urxvtd.
22 - document all(?) environment variables used and set by rxvt.
23 - bring xgetdefault-style resource file ordering more in line with
24 Xt, and document it in rxvt(1).
25 - correctly use screen-dependent resources when --enable-xgetdefault,
26 and also fix some memory bugs (thanks to Thierry Reding for
27 his patience and time in tracking this down).
28 - bring own resource parsing more in line with X resource parsing,
29 most notably, don't remove double quotes.
30 - compile fix for freebsd (no ut_id) (Thierry Thomas).
31 - clean up utmp and pty on X I/O errors and signals (idea
32 by Joël Riou).
33 - "un"document -xrm, it never really worked, was only
34 available with --enable-xgetdefault, is not necessary
35 and is surprisingly hard to implement.
36 - shaved off some code segment size.
37 - various code cleanups.
38 - more keysym-mapping fixes.
39
404.9 Thu Feb 3 09:52:03 CET 2005
41 - nuke out utmp entries completely. Should be fixed in
42 original rxvt, too. (reported by James Michael Fultz).
43 - resizes wil now correctly refresh the displayed text when
44 -pixmap is active.
45 - new option/resource imFont.
46 - document --tripleclickwords/-tcw.
47 - select logical instead of physical lines when doing a triple-click.
48 - reordered help listing to group similar options together.
49 - handle SIGINT the same way as SIGTERM (reported by Joël Riou).
50 - fix a bug introduced while applying the keyboard patch
51 (WU Fengguang).
52 - document all window-op sequences (rxvt.7.) and more keysym
53 examples (rxvt.1).
54 - removed src/test completely.
55 - renamed keysym 'proto:'-prefix to 'command:'.
56
574.8 Tue Jan 18 02:23:57 CET 2005
58 - added a patch by WU Fengguang that makes the keyboard
59 highly configurable (e.g. locale changes, custom escape
60 sequences, and more). See keysym resource in rxvt(1).
61 - remove default key sequence for unknown keys again, as this
62 can be achieved by customizing the keyboard now.
63 - fix some freeing problems when destroying the rxvt_display,
64 resulting in segfaults.
65 - don't crash when the saved cursor position doesn't fit on the
66 screen (wrong assert in original rxvt, reported by ikaro).
67 - fix signed/unsigned bugs on wc<->mb conversions.
68 - reset slipwheel scrolling speed when reaching the top or bottom
69 (Mikael Magnusson).
70 - for core fonts, use ascent + descent when a font is loaded,
71 and PIXEL_SIZE when not. when loading a font, iterate until a
72 font has been found that _really_ fits the height (reported and
73 tested by Olivier Wittenberg).
74 - set IUTF8 input flag, when defined (linux-2.6.5+).
75 - only define _XOPEN_SOURCE on solaris.
76 - autogenerate src/* dependency list.
77 - fixed linespace option, which ought to work now (and is dependent
78 on frills, not on it's own configure option).
79 - include pty.h, if available (cygwin).
80 - removed W11 directory from dist, it wasn't used anyway.
81 - initialize the locale much earlier.
82 - fixed two tiny per-instance memory leaks.
83
844.7 Wed Dec 29 20:54:24 CET 2004
85 - fix a bug in the event logic that could cause the temrinal to be
86 black on initial startup.
87 - do NOT call XCloseIM, ever. This causes way to many crashes due to
88 races in the protocol and within Xlib.
89 - map iso-left-tab to the same sequence as shift-tab.
90 - generate a unique escape sequence for many unknown keys, such as
91 additional multimedia keys.
92 - mask out high (non-unicode) bits on wide characters, to cope with
93 implementations that store tag info in the high bits.
94
954.6 Thu Dec 16 07:54:23 CET 2004
15 - try very hard not to exhaust the kernel tty buffers, even 96 - try very hard not to exhaust the kernel tty buffers, even
16 if it slows down large pastes and is only cosmetic. 97 if it slows down large pastes and is only cosmetic.
17 - fix an unlikely memory leak.
18 - fix atom name enumeration.
19 - streamline atom and xft color allocation to reduce startup 98 - streamline atom and xft color allocation to reduce startup
20 time (12.8s -> 7.8s on my dsl). Still, doing it with only 2-3 99 time (12.8s -> 7.8s on my dsl). Still, doing it with only 2-3
21 turnarounds would be much faster, but impossible to implement(?). 100 turnarounds would be much faster, but impossible to implement(?).
22 - do not use XSETROOTPMAP_ID anymore, support ESETROOT_PMAP_ID
23 instead.
24 - implement underlineColor resource when ENABLE_FRILLS. 101 - implement underlineColor resource when ENABLE_FRILLS.
25 - iom left it's signal pipe handle open in the child 102 - iom left it's signal pipe handle open in the child
26 process. Fortunately not security-relevant as the pipe data gets 103 process. Fortunately not security-relevant as the pipe data gets
27 ignored. 104 ignored.
105 - do not use XSETROOTPMAP_ID anymore, support ESETROOT_PMAP_ID
106 instead.
107 - fix a crash in rxvtd when the last window was being closed
108 (reported by hednod).
109 - fix an unlikely memory leak.
110 - fix atom name enumeration.
28 111
294.5 Mon Dec 13 07:47:16 CET 2004 1124.5 Mon Dec 13 07:47:16 CET 2004
30 - fix an extremely nasty bug in utf8-conversion. upgrade is advised. 113 - fix an extremely nasty bug in utf8-conversion. upgrade is advised.
31 - completely re-wrote selection pasting. This should fix garbled 114 - completely re-wrote selection pasting. This should fix garbled
32 incomplete characters at 32k boundaries and too-short INCR 115 incomplete characters at 32k boundaries and too-short INCR
3422.7 Mon Apr 5 02:11:15 CEST 2004 4252.7 Mon Apr 5 02:11:15 CEST 2004
343 - this version should now work fine with TERM=xterm, except 426 - this version should now work fine with TERM=xterm, except
344 for the keymappings. 427 for the keymappings.
345 - don't leave the X or rxvtd sockets open in child processes. 428 - don't leave the X or rxvtd sockets open in child processes.
346 (inherited fd's stay open - different to rxvt). 429 (inherited fd's stay open - different to rxvt).
347 - xterm: implemented OSC3, set/get window property. get is an 430 - xterm-compat: implemented OSC3, set/get window property. get is
348 extension and is slightly ugly. 431 an extension and is slightly ugly.
349 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and 432 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and
350 replaced them by runtime-configurable options secondaryScreen and 433 replaced them by runtime-configurable options secondaryScreen and
351 secondaryScroll (-ssr and -ssc) (see debian bug #237673). 434 secondaryScroll (-ssr and -ssc) (see debian bug #237673).
352 - close down terminal window when child exits. (debian bug #241267). 435 - close down terminal window when child exits. (debian bug #241267).
353 - xterm: enable seperate mouse bg colour setting. 436 - xterm-compat: enable seperate mouse bg colour setting.
354 - re-enable mouse cursor colours again, fixing colours when fg/bg are 437 - re-enable mouse cursor colours again, fixing colours when fg/bg are
355 overwritten (as is common). 438 overwritten (as is common).
356 - xterm: correctly implement privmodes 1047, 1048, 1049. 439 - xterm-compat: correctly implement privmodes 1047, 1048, 1049.
357 - ported to solaris by elmar@math.uni-bremen.de. 440 - ported to solaris by elmar@math.uni-bremen.de.
358 441
3592.6 Fri Apr 2 03:24:10 CEST 2004 4422.6 Fri Apr 2 03:24:10 CEST 2004
360 - minor doc corrections. 443 - minor doc corrections.
361 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to 444 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to
362 avoid clashes with xterm. 445 avoid clashes with xterm.
363 - changed OSC701/OSC702 sequence to return standard escaped reports. 446 - changed OSC701/OSC702 sequence to return standard escaped reports.
364 - xterm: make set window colour and other requests report window 447 - xterm-compat: make set window colour and other requests report
365 colour when arg is "?". 448 window colour when arg is "?".
366 - enable colour tinting of "transparent" backgrounds. 449 - enable colour tinting of "transparent" backgrounds.
367 - stop ST sequences earlier, as we now react on 0x90 and thus 450 - stop ST sequences earlier, as we now react on 0x90 and thus
368 cause conditions more often that look like locks but are, in 451 cause conditions more often that look like locks but are, in
369 fact, just rxvt waiting for a ST/BEL etc. 452 fact, just rxvt waiting for a ST/BEL etc.
370 - re-enabled most of the "dangerous" echo escapes, but only 453 - re-enabled most of the "dangerous" echo escapes, but only

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines