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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.302 by root, Wed Dec 15 06:15:00 2004 UTC vs.
Revision 1.379 by root, Thu Feb 17 12:06:21 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines