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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines