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.312 by root, Wed Dec 29 20:07:33 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: settable ressource for input method fonts
5TODO: read property sequence is broken with respect to utf-8 etc. 6TODO: read property sequence is broken with respect to utf-8 etc.
7TODO: shift-tab etc. xterm keycodes
8WISH: extend keysym resource mechanism to include modifiers.
9WISH; line-rewrapping on resize
6FEAT: just for fun, do shade and tint with XRender. 10WISH: just for fun, do shade and tint with XRender.
7FEAT: hotkey font resizing 11WISH: hotkey font resizing
8FEAT: searchable backlog 12WISH: searchable backlog
9FEAT: meta-tagging of data by regex (my dream project) 13WISH: meta-tagging of data by regex (my dream project)
10FEAT: triple-click == select full output line 14WISH: triple-click == select full output line
11FEAT: double-click: more intelligent (urls etc.) 15WISH: double-click: more intelligent (urls etc.)
12FEAT: OnTheSpot editing. 16WISH: OnTheSpot editing.
13FEAT: tabbed windows (hey, just use screen...) 17WISH: tabbed windows (hey, just use screen...)
14 18
194.7 Wed Dec 29 20:54:24 CET 2004
20 - fix a bug in the event logic that could cause the temrinal to be
21 black on initial startup.
22 - do NOT call XCloseIM, ever. This causes way to many crashes due to
23 races in the protocol and within Xlib.
24 - map iso-left-tab to the same sequence as shift-tab.
25 - generate a unique escape sequence for many unknown keys, such as
26 additional multimedia keys.
27 - mask out high (non-unicode) bits on wide characters, to cope with
28 implementations that store tag info in the high bits.
29
304.6 Thu Dec 16 07:54:23 CET 2004
15 - try very hard not to exhaust the kernel tty buffers, even 31 - try very hard not to exhaust the kernel tty buffers, even
16 if it slows down large pastes and is only cosmetic. 32 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 33 - 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 34 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(?). 35 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. 36 - implement underlineColor resource when ENABLE_FRILLS.
25 - iom left it's signal pipe handle open in the child 37 - iom left it's signal pipe handle open in the child
26 process. Fortunately not security-relevant as the pipe data gets 38 process. Fortunately not security-relevant as the pipe data gets
27 ignored. 39 ignored.
40 - do not use XSETROOTPMAP_ID anymore, support ESETROOT_PMAP_ID
41 instead.
42 - fix a crash in rxvtd when the last window was being closed
43 (reported by hednod).
44 - fix an unlikely memory leak.
45 - fix atom name enumeration.
28 46
294.5 Mon Dec 13 07:47:16 CET 2004 474.5 Mon Dec 13 07:47:16 CET 2004
30 - fix an extremely nasty bug in utf8-conversion. upgrade is advised. 48 - fix an extremely nasty bug in utf8-conversion. upgrade is advised.
31 - completely re-wrote selection pasting. This should fix garbled 49 - completely re-wrote selection pasting. This should fix garbled
32 incomplete characters at 32k boundaries and too-short INCR 50 incomplete characters at 32k boundaries and too-short INCR

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines