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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.289 by root, Mon Dec 13 02:52:27 2004 UTC vs.
Revision 1.360 by root, Fri Feb 11 18:14:07 2005 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: VERIFY bugfix for keyboard.C changes.
6TODO: maybe just output the error and continue on x errors
7TODO: safer command: keymap processing.
5TODO: read property sequence is broken with respect to utf-8 etc. 8TODO: read property sequence is broken with respect to utf-8 etc.
6FEAT: hotkey font resizing 9WISH: keyboard modification via esc-sequences.
10WISH: line-rewrapping on resize
11WISH: hotkey font resizing (possible via keymaps)
7FEAT: searchable backlog 12WISH: searchable backlog
8FEAT: meta-tagging of data by regex (my dream project) 13WISH: meta-tagging of data by regex (my dream project)
9FEAT: triple-click == select full output line
10FEAT: double-click: more intelligent (urls etc.) 14WISH: double-click: more intelligent (urls etc.)
11FEAT: OnTheSpot editing. 15WISH: OnTheSpot editing.
12FEAT: tabbed windows (hey, just use screen...) 16WISH: tabbed windows (hey, just use screen...)
17WISH: just for fun, do shade and tint with XRender.
13 18
195.0 Fri Feb 11 18:31:48 CET 2005
20 - document a race-free hack to start urxvtd.
21 - document all(?) environment variables used and set by rxvt.
22 - bring xgetdefault-style resource file ordering more in line with
23 Xt, and document it in rxvt(1).
24 - correctly use screen-dependent resources when --enable-xgetdefault,
25 and also fix some memory bugs (thanks to Thierry Reding for
26 his patience and time in tracking this down).
27 - bring own resource parsing more in line with X resource parsing,
28 most notably, don't remove double quotes.
29 - compile fix for freebsd (no ut_id) (Thierry Thomas).
30 - clean up utmp and pty on X I/O errors and signals (idea
31 by Joël Riou).
32 - "un"document -xrm, it never really worked, was only
33 available with --enable-xgetdefault, is not necessary
34 and is surprisingly hard to implement.
35 - shaved off some code segment size.
36 - various code cleanups.
37 - more keysym-mapping fixes.
38
394.9 Thu Feb 3 09:52:03 CET 2005
40 - nuke out utmp entries completely. Should be fixed in
41 original rxvt, too. (reported by James Michael Fultz).
42 - resizes wil now correctly refresh the displayed text when
43 -pixmap is active.
44 - new option/resource imFont.
45 - document --tripleclickwords/-tcw.
46 - select logical instead of physical lines when doing a triple-click.
47 - reordered help listing to group similar options together.
48 - handle SIGINT the same way as SIGTERM (reported by Joël Riou).
49 - fix a bug introduced while applying the keyboard patch
50 (WU Fengguang).
51 - document all window-op sequences (rxvt.7.) and more keysym
52 examples (rxvt.1).
53 - removed src/test completely.
54 - renamed keysym 'proto:'-prefix to 'command:'.
55
564.8 Tue Jan 18 02:23:57 CET 2005
57 - added a patch by WU Fengguang that makes the keyboard
58 highly configurable (e.g. locale changes, custom escape
59 sequences, and more). See keysym resource in rxvt(1).
60 - remove default key sequence for unknown keys again, as this
61 can be achieved by customizing the keyboard now.
62 - fix some freeing problems when destroying the rxvt_display,
63 resulting in segfaults.
64 - don't crash when the saved cursor position doesn't fit on the
65 screen (wrong assert in original rxvt, reported by ikaro).
66 - fix signed/unsigned bugs on wc<->mb conversions.
67 - reset slipwheel scrolling speed when reaching the top or bottom
68 (Mikael Magnusson).
69 - for core fonts, use ascent + descent when a font is loaded,
70 and PIXEL_SIZE when not. when loading a font, iterate until a
71 font has been found that _really_ fits the height (reported and
72 tested by Olivier Wittenberg).
73 - set IUTF8 input flag, when defined (linux-2.6.5+).
74 - only define _XOPEN_SOURCE on solaris.
75 - autogenerate src/* dependency list.
76 - fixed linespace option, which ought to work now (and is dependent
77 on frills, not on it's own configure option).
78 - include pty.h, if available (cygwin).
79 - removed W11 directory from dist, it wasn't used anyway.
80 - initialize the locale much earlier.
81 - fixed two tiny per-instance memory leaks.
82
834.7 Wed Dec 29 20:54:24 CET 2004
84 - fix a bug in the event logic that could cause the temrinal to be
85 black on initial startup.
86 - do NOT call XCloseIM, ever. This causes way to many crashes due to
87 races in the protocol and within Xlib.
88 - map iso-left-tab to the same sequence as shift-tab.
89 - generate a unique escape sequence for many unknown keys, such as
90 additional multimedia keys.
91 - mask out high (non-unicode) bits on wide characters, to cope with
92 implementations that store tag info in the high bits.
93
944.6 Thu Dec 16 07:54:23 CET 2004
95 - try very hard not to exhaust the kernel tty buffers, even
96 if it slows down large pastes and is only cosmetic.
97 - streamline atom and xft color allocation to reduce startup
98 time (12.8s -> 7.8s on my dsl). Still, doing it with only 2-3
99 turnarounds would be much faster, but impossible to implement(?).
100 - implement underlineColor resource when ENABLE_FRILLS.
101 - iom left it's signal pipe handle open in the child
102 process. Fortunately not security-relevant as the pipe data gets
103 ignored.
104 - do not use XSETROOTPMAP_ID anymore, support ESETROOT_PMAP_ID
105 instead.
106 - fix a crash in rxvtd when the last window was being closed
107 (reported by hednod).
108 - fix an unlikely memory leak.
109 - fix atom name enumeration.
110
1114.5 Mon Dec 13 07:47:16 CET 2004
112 - fix an extremely nasty bug in utf8-conversion. upgrade is advised.
14 - completely re-wrote selection pasting. This should fix garbled 113 - completely re-wrote selection pasting. This should fix garbled
15 incomplete characters at 32k boundaries and too-short INCR 114 incomplete characters at 32k boundaries and too-short INCR
16 selections, and more. Increases memory requirements considerably 115 selections, and more. Increases memory requirements considerably
17 for large selections, but that seems unavoidable. 116 for large selections, but that seems unavoidable.
18 117

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines